/*/////////////////////コンテンツ////////////////////////////*/
.top .wrapper {
    margin-top: 30px;
    border: none;
    padding: 0;
}
.top tbody {
    display: flex;
    justify-content: space-between;
}
.top tr.block {
    display: flex;
    flex-direction: column;
    width: 49%;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.top .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 120px;
    padding: 30px;
    border: 1px solid #999;
    margin-bottom: 20px;
    justify-content: center;
}
.top .item:last-of-type {
    margin-bottom: 0;
}
.top .item.after-item-first {
    background-color: #E6E8EE;
    border: none;
    align-items: center;
    margin-bottom: 20px;
    min-height: 0;
}
.top th.item {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    text-align: center;
    font-size: 21px;
}
.top th.item span {
    font-size: 18px;
    margin-top: 5px;
}
.top .item h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.sec3 .img {
    margin-bottom: 30px;
}
.sec3 p.small {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sec3 p.big {
    font-size: 18px;
    font-weight: 600;
}
.sec3 .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.sec3 .item:last-of-type {
    margin-bottom: 0;
}
.sec3 .item-ttl {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    background-color: #C9CFDF;
}
.sec3 .item-ttl .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    background-color: #fff;
    color: #4B6AC6;
    margin-right: 20px;
}
.sec3 .item-ttl h4 {
    font-size: 21px;
    font-weight: 600;
}
.sec3 .item .text {
    padding: 20px 10px;
    background-color: #E5E8F0;
    display: flex;
}
.sec3 .item .text .img {
    width: 480px;
    max-width: 55%;
    margin-left: 30px;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 600px) {
    .top .item {
        padding: 20px;
    }
    .top th.item {
        font-size: 21px;
    }
    .top th.item span {
        font-size: 16px;
    }
    .top tbody {
        flex-direction: column;
    }
    .top tr.block {
        width: 100%;
        margin-bottom: 30px;
    }
    .top tr.block:last-of-type {
        margin-bottom: 0;
    }
    .top .item.after-item-first {
        height: fit-content !important;
    }
    .top .item.after-item-first span {
        margin-top: 0;
    }
    .sec3 p.small {
        margin-bottom: 20px;
    }
    .sec3 .item-ttl .num {
        font-size: 24px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .sec3 .item-ttl h4 {
        font-size: 18px;
    }
    .sec3 .item .text {
        flex-direction: column;
    }
    .sec3 .item .text p {
        order: 2;
    }
    .sec3 .item .text .img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px auto;
        order: 1;
    }
}