
.c-info__link {
    text-align: center;
    margin-top: 30px;
}

.c-button {
    font-size: 1.45vw;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border-radius: 10px;
    padding: 1.528vw 3.472vw 1.528vw 1.472vw;
    max-width: 490px;
    width: 100%;
    position: relative;
border: 3px solid #333;
}

.c-button:hover {
    background-color: #fff;
    color: #333;
    border: 3px solid #333;
}


.c-button::after {
    content: "";
    background: url(../img/dw-arrow-down.png) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    max-width: 1.389vw;
    width: 100%;
    height: 1.389vw;
    display: inline-block;
}

.c-button:hover:after {
    background: url(../img/download/dw-arrow-black.png) no-repeat center center / cover;
}

@media screen and (min-width: 1441px) {
    .c-button {
        font-size: 20px;
        border-radius: 10px;
        padding: 22px 50px 22px 30px;
    }

.c-button::after {
    max-width: 20px;
    width: 100%;
    height: 20px;
}
}

@media screen and (max-width: 768px) {
    .c-info__link {
        margin-top: 20px;
    }

    .c-button {
        font-size: 3.125vw;
        border-radius: 1.302vw;
        padding: 2.865vw 6.51vw;
    }

    .c-button::after {
        max-width: 2.604vw;
        width: 100%;
        height: 2.604vw;
    }
}

@media screen and (max-width: 520px) {
.sp {
display: none;
}
}

.p-fv {
    background-color: #f5f5f5;
    padding: 48px 6.9vw;
}

.p-fv__wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.p-fv__ttl {
    font-size: 3.611vw;
    line-height: 1.3;
}


.p-fv__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 34.7vw;
    width: 100%;
    margin-left: auto;
}

.p-fv__item {
    justify-content: space-between;
}

.p-fv__img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}

.p-fv__txt {
    padding-top: 10px;
    font-size: 1.011vw;
    text-align: center;
    line-height: 1.4;
}

@media screen and (min-width: 1441px) {
    .p-fv__ttl {
        font-size: 52px;
    }

    .p-fv__list {
        gap: 20px;
        max-width: 490px;
    }

    .p-fv__txt {
        font-size: 15px;
    }

}

@media screen and (max-width: 768px) {

    .p-fv {
        background-color: #f5f5f5;
        padding: 32px 6.9vw;
    }

    .p-fv__wrapper {
        display: block;
    }

    .p-fv__list {
        max-width: 400px;
        margin: 30px auto 0;
    }


    .p-fv__ttl {
        font-size: 6.771vw;
        text-align: center;
    }

    .p-fv__img {
        max-width: 80px;
    }

    .p-fv__txt {
        font-size: 1.953vw;
    }
}

@media screen and (max-width: 520px) {
.p-fv__ttl {
font-size: 7.771vw;
text-align: center;
}

.p-fv__txt {
font-size: 2.553vw;
}
}

/* assignment */

.p-download-assignment__ttl {
    text-align: center;
    font-size: 2.222vw;
}


.p-download-assignment__list {
    display: flex;
    gap: 2.7vw;
    margin-top: 60px;
}

.p-download-assignment__item {
    max-width: 58rem;
    width: 100%;
    padding: 40px 20px;
    border: 1px solid #cfcaca;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.p-download-assignment__sub-ttl {
    text-align: center;
    line-height: 2.2;
    font-size: 1.667vw;
}

.p-assignment-red .p-download-assignment__sub-ttl {
    color: #c72f32;
}

.p-download-assignment__sub-ttl span {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 0.694vw 2.083vw;
}

.p-assignment-red .p-download-assignment__sub-ttl span {
    background-color: #c72f32;
    color: #fff;
}


.p-download-assignment__check-list {
    margin-top: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.p-download-assignment__check-item {
    display: flex;
    align-items: center;
}


.p-download-assignment__check-item-icon {
    max-width: 15px;
    width: 100%;
}

.p-download-assignment__check-item-txt {
    font-size: 1.389vw;
    padding-left: 0.694vw;
}

.p-download-assignment__box {
    margin-top: 40px;
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.p-assignment-red .p-download-assignment__box {
    background-color: #FFF1F2;
}

.p-download-assignment__box-ttl span {
    font-size: 1.944vw;
    font-weight: bold;
    line-height: 1.4;
}

.p--red {
    color: #c72f32;
}

.p-download-assignment__box-txt {
    margin-top: 10px;
    font-size: 1.181vw;
}

.p-download-assignment__img {
    max-width: 420px;
    width: 100%;
    margin: 40px auto 0;
}

.p-assignment-red .c-button {
    background-color: #c72f32;
border: 3px solid #c72f32;
}

.p-assignment-red .c-button:hover {
    background-color: #fff;
    border: 3px solid #c72f32;
    color: #c72f32;
}

.p-assignment-red .c-button:hover:after {
    content: "";
    background: url(../img/download/dw-arrow-red.png) no-repeat center center / cover;
}


@media screen and (min-width: 1441px) {
    .p-download-assignment__ttl {
        font-size: 32px;
    }

    .p-download-assignment__check-item-txt {
        font-size: 20px;
        padding-left: 10px;
    }

    .p-download-assignment__sub-ttl {
        font-size: 24px;
    }

    .p-download-assignment__sub-ttl span {
        padding: 10px 30px;
    }

    .p-download-assignment__box-ttl span {
        font-size: 28px;
    }

    .p-download-assignment__box-txt {
        font-size: 17px;
    }


}

@media screen and (max-width: 768px) {
    .p-download-assignment__ttl {
        font-size: 3.567vw;
    }

    .p-download-assignment__list {
        display: block;
        margin-top: 7.813vw;
    }

    .p-download-assignment__item {
        padding: 5.208vw 2.604vw;
        margin: 0 auto;
    }

    .p-download-assignment__item:not(:first-child) {
        margin-top: 30px;
    }

    .p-download-assignment__check-list {
        margin-top: 3.906vw;
    }

    .p-download-assignment__check-item {
        align-items: baseline;
    }


    .p-download-assignment__check-item-icon {
        max-width: 1.953vw;
    }

    .p-download-assignment__check-item-txt {
        font-size: 2.604vw;
        padding-left: 1.302vw;
    }

    .p-download-assignment__box {
        margin-top: 5.208vw;
        padding: 3.906vw;
    }


    .p-download-assignment__sub-ttl {
        font-size: 3.125vw;
    }

    .p-download-assignment__sub-ttl span {
        padding: 1.302vw 3.906vw;
    }

    .p-download-assignment__box-ttl {
        font-size: 3.646vw;
    }

    .p-download-assignment__box-ttl span {
        font-size: 4.167vw;
    }

    .p-download-assignment__box-txt {
        font-size: 2.214vw;
    }

    .p-download-assignment__img {
        margin: 30px auto 0;
    }

    .p-assignment-red .c-button {
        font-size: 3vw;
    }
}


@media screen and (max-width: 520px) {
.p-download-assignment__check-item-icon {
max-width: 2.593vw
}

.p-download-assignment__check-item-txt {
font-size: 3.404vw;
padding-left: 1.302vw;
}

.p-download-assignment__sub-ttl {
font-size: 4.125vw;
}

.p-download-assignment__sub-ttl span {
padding: 1.802vw 4.406vw;
}

.p-download-assignment__box-ttl {
font-size: 4.646vw;
}

.p-download-assignment__box-ttl span {
font-size: 5.167vw;
}

.p-download-assignment__box-txt {
font-size: 3.714vw
}
}


/* introduction */

.p-download-introduction__ttl {
    text-align: center;
    font-size: 2.222vw;
}

.p-download-introduction__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.042vw;
    margin-top: 60px;
}


.p-download-introduction__item-ttl {
    text-align: center;
    font-size: 1.667vw;
    display: flex;
    align-items: center;
    text-align: center;
}


.p-download-introduction__item-ttl::before,
.p-download-introduction__item-ttl::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    /* 線の太さ */
    background-color: #333;
    /* 線の色 */
}

.p-download-introduction__item-ttl::before {
    margin-right: 1em;
    /* 文字と左側の線の間隔 */
}

.p-download-introduction__item-ttl::after {
    margin-left: 1em;
    /* 文字と右側の線の間隔 */
}

.p-introduction-red .p-download-introduction__item-ttl {
    color: #c72f32;
}

.p-download-introduction-logo__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.042vw;
    margin-top: 32px;
}

.p-download-introduction-logo__item {
    border: 1px solid #cfcaca;
    padding: 15px 10px;
    border-radius: 5px;
}

.p-download-introduction-logo__ttl {
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 0.347vw 0.694vw;
    text-align: center;
    font-size: 0.703vw;
}

.p-introduction-red .p-download-introduction-logo__ttl {
    background-color: #FFF1F2;
}


.p-download-introduction-logo__img {
    padding-top: 5px;
}

.p-download-introduction-logo__txt {
    font-size: 0.833vw;
    line-height: 1.4;
    font-weight: 400;
}


.p-download-introduction__list .c-button {
    font-size: 1.181vw;
    background-color: #fff;
    color: #000;
    border: 3px solid #333;
    padding: 1.25vw 0;
}

.p-download-introduction__list .c-button:hover {
    background-color: #333;
    color: #fff;
}


.p-download-introduction__list .c-button::after {
    content: "";
    background: url(../img/download/dw-arrow-black.png) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    max-width: 1.389vw;
    width: 100%;
    height: 1.389vw;
    display: inline-block;
}

.p-download-introduction__list .c-button:hover:after {
    content: "";
    background: url(../img/dw-arrow-down.png) no-repeat center center / cover;
}

.p-introduction-red .c-button {
    color: #c72f32;
    border: 3px solid #c72f32;
}

.p-introduction-red .c-button:hover {
    background-color: #c72f32;
    color: #fff;
}

.p-introduction-red .c-button::after {
    content: "";
    background: url(../img/download/dw-arrow-red.png) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    max-width: 1.389vw;
    width: 100%;
    height: 1.389vw;
    display: inline-block;
}

.p-introduction-red .c-button:hover:after {
    content: "";
    background: url(../img/dw-arrow-down.png) no-repeat center center / cover;
}

@media screen and (min-width: 1441px) {
.p-subpage-download {
margin-top: 100px;
}

    .p-download-introduction__ttl {
        font-size: 32px;
    }

    .p-download-introduction-logo__list {
        gap: 15px;
    }

    .p-download-introduction__item-ttl {
        font-size: 24px;
    }

    .p-download-introduction-logo__ttl {
        padding: 5px 10px;
        font-size: 12px;
    }

    .p-download-introduction-logo__txt {
        font-size: 12px;
    }

    .p-download-introduction__list .c-button {
        font-size: 17px;
        padding: 18px 20px 18px 0;
    }

.p-download-introduction__list .c-button::after {
    max-width: 20px;
    width: 100%;
    height: 20px;
    display: inline-block;
}

.p-introduction-red .c-button::after {
    max-width: 20px;
    width: 100%;
    height: 20px;
    display: inline-block;
}
}

@media screen and (max-width: 768px) {
    .p-download-introduction__ttl {
        font-size: 3.567vw;
    }


    .p-download-introduction__list {
        display: block;
        margin-top: 7.813vw;
    }

    .p-download-introduction__item:not(:first-child) {
        border-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .p-download-introduction__item-ttl {
        font-size: 3.125vw;
    }

    .p-download-introduction-logo__list {
        margin-top: 5.208vw;
        gap: 1.953vw;
    }

    .p-download-introduction-logo__item {
        padding: 1.953vw 1.302vw;
    }

    .p-download-introduction-logo__ttl {
        padding: 0.651vw 1.302vw;
        font-size: 1.563vw;
    }

    .p-download-introduction-logo__txt {
        font-size: 1.563vw;
    }

    .p-download-introduction__list .c-button {
        font-size: 2.214vw;
        padding: 2.344vw 0;
        border: 1.5px solid #000;
    }

    .p-download-introduction__list .c-button::after {
        right: 5%;
        max-width: 2.604vw;
        width: 100%;
        height: 2.604vw;
        right: 10%;

    }

    .p-introduction-red .c-button {
        border: 1.5px solid #c72f32;
    }

    .p-introduction-red .c-button::after {
        max-width: 2.604vw;
        height: 2.604vw;
        right: 10%;
    }
}

@media screen and (max-width: 520px) {
.p-download-introduction__ttl {
font-size: 4.567vw;
}

.p-download-introduction__item-ttl {
font-size: 4.125vw;
}

.p-download-introduction-logo__list {
grid-template-columns: repeat(2,1fr);
gap: 3.453vw;
}

.p-download-introduction-logo__item {
padding: 2.953vw 2.302vw;
}

.p-download-introduction-logo__ttl {
padding: 1.651vw 2.302vw;
font-size: 3.563vw;
}

.p-download-introduction-logo__txt {
font-size: 3.063vw;
}

.p-download-introduction__list .c-button {
font-size: 2.714vw;
padding: 3.344vw 0;
border: 2px solid #000;
}

.p-download-introduction__list .c-button::after {
max-width: 2.604vw;
width: 100%;
height: 2.604vw;
right: 5%;
}

.p-introduction-red .c-button {
border : 2px solid #c72f32;
}

.p-introduction-red .c-button::after {
max-width: 2.604vw
height: 2.604vw;
right: 5%;
}
}


/* solution */

.p-download-solution__ttl {
    text-align: center;
    font-size: 2.222vw;
}

.p-download-solution__list {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.p-download-solution__item {
    border: 1px solid #cfcaca;
    max-width: 580px;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.p-download-solution__list-ttl {
    color: #275EA3;
    font-size: 2.5vw;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
 margin-top: 1.683vw;
}

.p-wws .p-download-solution__list-ttl {
    color: #F5AC19;
}

.p-download-solution__list-sub {
    font-size: 1.806vw;
}

.p-download-solution__list-txt {
    font-size: 1.389vw;
    margin-top: 1.389vw;
    line-height: 1.4;
}

.p-download-solution__illast-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.389vw;
   flex-grow: 2;
}

.p-download-solution__illast-item {
display: flex;
flex-direction: column;
align-items: center;
}

.p-download-solution__illast-icon {
    max-width: 80px;
    width: 100%;
    margin: 30px auto 0;
}

.p-download-solution__illast-txt {
    line-height: 1.4;
    font-size: 1.111vw;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.p-download-solution__img {
    max-width: 340px;
    width: 100%;
    margin: 30px auto 0;
}

.p-aproove .c-button {
    font-size: 1.389vw;
    background-color: #275EA3;
 border: 3px solid #275EA3;
}

.p-aproove .c-button:hover {
    background-color: #fff;
    border: 3px solid #275EA3;
    color: #275EA3;
}

.p-aproove .c-button:hover::after {
    background: url(../img/dw-arrow-blue.png) no-repeat center center / cover;
}


.p-aproove .c-button::after {
    right: 5%;
}

.p-wws .c-button {
    font-size: 1.389vw;
    background-color: #F5AC19;
 border: 3px solid #F5AC19;
}

.p-wws .c-button:hover {
    background-color: #fff;
    border: 3px solid #F5AC19;
    color: #F5AC19;
}

.p-wws .c-button:hover::after {
    background: url(../img/arrow-yellow.png) no-repeat center center / cover;
}

.p-wws .c-button::after {
    right: 5%;
}

@media screen and (min-width: 1441px) {
    .p-download-solution__ttl {
        font-size: 32px;
    }

    .p-download-solution__list-ttl {
        font-size: 36px;
margin-top: 20px;
    }

    .p-download-solution__list-sub {
        font-size: 26px;
    }

    .p-download-solution__list-txt {
        font-size: 20px;
        margin-top: 20px;
    }

    .p-download-solution__illast-list {
        gap: 20px;
    }

    .p-download-solution__illast-txt {
        font-size: 16px;
    }

    .p-aproove .c-button {
        font-size: 20px;
    }

    .p-wws .c-button {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .p-download-solution__ttl {
        font-size: 4.167vw;
    }

    .p-download-solution__list {
        display: block;
        margin-top: 7.813vw;
    }

    .p-download-solution__item {
        border-radius: 20px;
        padding: 3.906vw;
        margin: 0 auto;
    }

    .p-download-solution__item:not(:first-child) {
        margin-top: 30px;
    }

    .p-download-solution__list-ttl {
        font-size: 4.688vw;
    }

    .p-download-solution__list-sub {
        font-size: 3.385vw;
        margin-top: 3.906vw;
    }

    .p-download-solution__illast-icon {
        max-width: 60px;
        margin: 20px auto 0;
    }

    .p-download-solution__list-txt {
        font-size: 2.604vw;
        margin-top: 2.604vw;
    }

    .p-download-solution__illast-list {
        gap: 2.604vw;
    }

    .p-download-solution__illast-txt {
        font-size: 2.083vw;
    }

    .p-download-solution__img {
        margin: 20px auto 0;
    }

    .p-aproove .c-button {
        font-size: 2.604vw;
    }

    .p-wws .c-button {
        font-size: 2.604vw;
    }
}

@media screen and (max-width: 520px) {
.p-download-solution__item {
padding: 4.906vw;
}

.p-download-solution__list-ttl {
font-size: 6.688vw;
}

.p-download-solution__list-sub {
font-size: 4.058vw;
margin-top: 4.906vw;
}

.p-download-solution__list-txt {
font-size: 3.604vw;
margin-top: 3.604vw;
}

.p-download-solution__illast-txt {
font-size: 2.483vw;
}

.p-aproove .c-button {
font-size: 3.104vw;
}

.p-wws .c-button {
font-size: 3.104vw;
}


}



