.post_list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.post_list .post {
    padding: 15px;
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.9), inset 5px 5px 10px transparent, inset -5px -5px 10px transparent;
}

.post_pagenation {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.post_pagenation .page-numbers {
    display: inline-block;
    border: 1px solid #7aa917;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
}

.post_pagenation a.page-numbers {
    color: #7aa917;
}

.post_pagenation a.page-numbers:active, .post_pagenation .page-numbers.current {
    background: #7aa917;
    color: #fff;
}

.agreements, .participations {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 100px;
    box-sizing: border-box;
}

/* 協定先一覧 */

.agreements {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.agreements .agreement {
    max-width: 305px;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    border: 3px solid #8fc31f;
    border-radius: 10px;
    /* float: left; */
}

.agreements .agreement_dummy {
    border: 3px solid #aaa;
}

.agreements .agreement .agr_title {
    /* width: calc(100% + 2px);
    margin: 0 -1px -1px 0; */
    width: calc(100% + 2px);
    margin: 0;
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    text-align: center;
    background: #8fc31f;
    border: 1px solid #8fc31f;
    border-radius: 10px 10px 0 0;
}

.agreements .agreement_dummy .agr_title {
    background: #aaa;
    border: 1px solid #aaa;
}

.agreements .agreement .agr_title a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}

.agreements .agreement .agr_images {
    overflow: hidden;
    min-height: 230px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.agreements .agreement .agr_images img {
    display: block;
    margin: 15px;
    padding: 0;
    float: left;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.agreements .agreement .agr_images img.agr_hp {
    width: 90%;
}

.agreements .agreement .agr_address_area {
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    box-sizing: border-box;
}

.agreements .agreement .agr_address_area span {
    display: inline-block;
    width: 100%;
}

.agreements .agreement .agr_address_area a {
    color: #555;
    text-decoration: none;
}

.agreements .agreement .agr_address_area a:hover {
    text-decoration: underline;
}

/* 参画企業一覧 */

.participations a:not(span>a) {
    color: #8fc31f;
}

.participations span>a {
    color: #555;
    text-decoration: none;
}

.participations span>a:hover {
    text-decoration: underline;
}

.participations ul.post {
    display: block;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.participations ul.post.post_pickup_list li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-self: flex-start;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #8fc31f;
    border-left: 40px solid #8fc31f;
    border-radius: 10px;
    overflow: hidden;
}

.participations ul.post.post_pickup_list li .pss_image {
    max-width: 150px;
    margin-right: 10px;
    height: 110px;
    overflow: hidden;
}

.participations ul.post.post_pickup_list li .pss_image img {
    display: block;
    width: 100%;
}

.participations ul.post.post_pickup_list li .pss_infomation {
    width: auto;
}

.participations ul.post.post_pickup_list li a {
    font-size: 20px;
    font-weight: bold;
}

.participations ul.post.post_pickup_list li span {
    display: block;
    float: left;
}

.participations ul.post.post_pickup_list li .pss_infomation span.pps_zipcode {
    min-width: 100px;
}

.participations ul.post.post_pickup_list li .pss_infomation span.pps_address {
    width: calc(100% - 260px);
    /* 160px:画像横幅、100px:span.pps_zipcode */
    min-width: 200px;
}

.participations ul.post.post_pickup_list li .pss_infomation span.pps_tel {
    width: calc(100% - 160px);
    /* 160px:画像横幅、100px:span.pps_zipcode */
    min-width: 200px;
}

.participations ul.post.post_list li {
    display: block;
    margin: 0;
    padding: 7px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.participations ul.post.post_list li div.pps_title {
    display: block;
    width: 100%;
}

.participations ul.post.post_list li div.pps_title a {
    font-size: 18px;
}

.participations ul.post.post_list li span {
    display: block;
}

.participations ul.post.post_list li span.pps_address {
    width: calc(100% - 145px);
    min-width: 300px;
    float: left;
}

.participations ul.post.post_list li span.pps_tel {
    width: 145px;
    float: right;
}

@media screen and (max-width: 799px) {
    .participations ul.post.post_pickup_list li {
        border-left: 20px solid #8fc31f;
    }
}