
main{
    .company-content__wrap{
        padding-bottom: 50px;
    }
}

div.content__wrap {
	section.content{
		div.inner {
			div.c-sec-ttl {
				span.c-sec-ttl__icon {
				}
				div.c-sec-ttl__text {
					h2.c-sec-ttl__en {
					}
					p.c-sec-ttl__ja {
					}
				}
			}
        }
    }
    section.newslist_container {
                width: 95%;
                margin: 0 auto 50px;
                background: #fff;
                padding: 20px  4%;
                border-radius: 24px;
        ul {
            margin-bottom: 50px;
            li {
                border-bottom: 1px solid #ddd;
                a {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    flex-wrap: wrap;
                    padding: .4em 0;
                    font-size: 16px;

                    div.data {
                        flex:  1 100%;
                        text-align: left;
                        padding: 1em 0 0;
                        color: #064066;
                    }
                    div.tit {
                        font-size: 20px;
                        flex:  1 100%;
                        text-align: left;
                         padding: .5em 0 .5em;
                         font-weight: 500;
                    }
                }
            }
        }
        div.pager {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            width: 100%;
            max-width: 350px;
            gap: 2%;
            font-size: 16px;
            font-family: "Prompt", sans-serif;
            font-weight: 600;


            span,a {
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                line-height: 30px;
                text-align: center;
                border: 1px solid #dddddd;

            }
            span.now {
                background: #064066;
                color: #fff;
            }
            a.activelink {
            }

            a.ten.activelink {
            }
            a.back {
                width: 36px;
                height: 36px;
                line-height: 33px;
                margin-left: 10px;
                background: #DDDDDD;
                img {
                    margin-right: .2em;
                    height: 1em;
                    transform: rotate(180deg);
                }
            }
            a.next {
                width: 36px;
                height: 36px;
                line-height: 33px;
                margin-left: 10px;
                background: #DDDDDD;
                img {
                    margin-left: .2em;
                    height: 1em;
                }
            }

        }
    }
}
	


/* 投稿ページ用 */

.content__wrap {
    .c-sec-ttl {
        .c-sec-ttl__icon {
            width: 20px;
            height: 20px;
        }
        .c-sec-ttl__text {
            max-width: calc(100% - 50px);
        }
    }
}
.newspost_container {
                width: 95%;
                max-width: 1400px;
                margin: 0 auto 50px;
                background: #fff;
                padding: 40px  5% 40px ;
                border-radius: 24px;

    .content {
        margin-bottom: 50px;

        p {
            margin-bottom: 1em;

        }

    }
    .pager {
        a.back {
                display: block;
                width: 80%;
                max-width: 200px;
                padding: .2em 2em;
                border-radius: 20px;
                line-height: 53px;
                margin:  0 auto;
                background: #064066;
                color: #fff;
                text-align: center;
                transition: .3s;
                img {

                    margin-right: 1em;
                    height: 1em;
                    transform: rotate(180deg);
                    filter: brightness(0) invert(1);
                }
        }
    }
}