/* 投稿ページ
=================================================== */

.single-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
}

.single-items img {
    width: 540px;
    height: auto;
}

.single-title {
    text-align: center;
    font-size: 1.5em;
    padding: 62px 0;
}

.single-img {
    text-align: center;
}

.single-content {
    margin: 60px 0;
}


/* 投稿一覧
=================================================== */

.post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.post-items {
    margin-top: 80px;
}

.post-wrap {
    width: calc(33% - 60px);
}

.post-items img {
    width: 100% !important;
    height: auto !important;
}

.post-data {
    font-weight: 100;
    padding-top: 8px;
}

.post-title {
    text-align: center;
    padding: 8px 0;
}


/* 法人寄付ページ
=================================================== */

.corporation-kifu__wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 104px 19px 60px;
}

.corporation-kifu__textarea {
    text-align: center;
    margin: 24px 0 72px;
    border-radius: 4px;
}

.corporation-news--heading {
    text-align: center;
}

.contact {
    margin-bottom: 72px;
}

.contact img {
    width: 60px;
}

.contact__wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.tel,
.mail {
    background-color: #20a4af;
    width: 300px;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.houzin-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px 24px;
    margin-top: 48px;
    padding: 0 19px;
}

.houzin-unit {
    width: calc(20% - 24px);
}

.houzin-unit img {
    width: 150px;
}

.houzin-unit p {
    font-size: 0.7em;
}

.corporation-kifu__img {
    padding: 0px 19px;
    margin: 60px 0 80px;
}

@media (max-width:1024px) {
    /* 投稿一覧 =================================================== */
    .post-wrap {
        width: calc(50% - 60px);
    }
    .single-items img {
        width: calc(100% - 48px);
    }
    /* 法人寄付ページ=================================================== */
    .houzin-unit {
        width: calc(30% - 24px);
    }
}

@media (max-width:599px) {
    /* 投稿一覧 =================================================== */
    .post-wrap {
        padding: 0 24px;
        width: 100%;
    }
    /* 法人寄付ページ=================================================== */
    .houzin-unit {
        width: calc(50% - 24px);
    }
    .corporation-kifu__img {
        padding: 0;
    }
    .corporation-kifu__textarea {
        text-align: initial;
    }
}