/*新着情報*/
.news h1.fs-c-heading.fs-c-heading--page {
    text-align: center;
}
.news h1.fs-c-heading.fs-c-heading--page::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
}
.blog_category_navi{
    margin: 62px 0 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog_category_navi li {
    margin-bottom: 15px;
}
.blog_category_navi li a{
	display:block;
	line-height: 1;
	width: 140px;
	margin: 0 20px 10px;
	padding: 1em;
	text-align:center;
	border-bottom: 1px solid #d9d9d9;
}
.blog_category_navi li a.active{
	border-color: #8c1111;
	color: #8c1111;
}
.blog_entry_list{
	list-style:none;
	margin:0;
	border-top: 1px solid #202020;
}
article.blog_content_area.container-md {
    max-width: 1030px;
}
article.blog_content_area h1{
    font-size: 24px;
    margin-bottom: 30px;
}

section.news .blog_entry_list dl {
    border-bottom: 1px solid #202020;
    padding: 28px 0 58px;
    display: block;
}
.blog_entry_list dt {
    font-size: 1em;
}
.blog_entry_list dt span.date {
    font-weight: bold;
    padding: 1.5px 0;
}
section.news dl dt span.info_news_icon {
    font-size: 12px;
    padding: 3px 13.5px;
}
.blog_entry_list dl dd.news_text p.ttl {
    font-size: 1.25em;
    line-height: 1.4;
    margin: 1.55em 0;
}
.blog_entry_list dl dd.news_text {
    font-size: 1em;
}


/*ページャー*/
.pager{
	margin:40px 0;
    text-align:center;
}
.pager .nav-links {
    display: flex;
    margin: 0 auto;
}
.pager .counts{
	margin-bottom:15px;
}
.pager .page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 1em;
	margin: 0px 11px;
	background: #f3f4f5;
	border-radius: 50%;
}
.pager span.page-numbers.dots {
    background: none;
}
.pager .page-numbers.current{
    background: #202020;
    color: #fff;
}
.pager .prev,
.pager .next{
    position:relative;
    margin:0 10px 0 0;
    background: none;
    color:#FFF;
    border-radius:3px;
}
.pager .next{
    margin:0 0 0 10px;
}
.pager .prev::before,
.pager .next::before{
	content:"";
	display:block;
	width:0.5em;
	height:0.5em;
	position:absolute;
	left:1em;
	top: 12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform:rotate(45deg);
}
.pager .next::before{
	left:unset;
	right:1em;
	transform:rotate(225deg);
}


/*お問い合わせ*/
.contact_btn {
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.contact_btn .comfirmbtn {
    margin: 20px auto 0;
}
.contact_btn input {
    background: #231815;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 1em;
    padding: 0.9em 1.6em 0.7em;
    border-radius: 3px;
    min-width: 240px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.contact_btn input:hover {
    background-color: #880909;
}
.mw_wp_form_complete p.exp {
    margin: 6.4vw 3.2vw 0;
}

/*お問い合わせ確認画面*/
.mw_wp_form_confirm .fs-c-inputTextGroup__item {
    display: contents;
}
.mw_wp_form_confirm .fs-c-dropdown::after {
    display: none;
}
.mw_wp_form_confirm td p.red {
    display: none;
}
.mw_wp_form_confirm tr td {
    border-bottom: 1px solid;
    padding-bottom: 0.2em;
}
.mw_wp_form_confirm .fs-c-inputField p.txt, .mw_wp_form_confirm .fs-c-inputField .mail2 {
    display: none;
}
.mw_wp_form_confirm .contact_btn > div {
    margin: 20px 20px 0;
}
.contact_btn div.backbtn input {
    background: #ececec;
    color: #444;
}
.contact_btn div.backbtn input:hover {
    opacity: 0.5;
}



@media screen and (max-width: 767px) {
    article.blog_content_area.container-md {
        padding: 0;
    }
    .blog_category_navi {
        margin: 30px 0;
    }
    .blog_category_navi li {
        margin-bottom: 5px;
    }
    .blog_category_navi li a {
        width: 100px;
        margin: 0 9px 10px;
        padding: 1em 0.5em;
    }
    section.news .blog_entry_list dl {
        padding: 20px 0 30px;
    }
    .blog_entry_list dl dd.news_text p.ttl {
        margin: 1.2em 0;
    }
    .pager .prev, .pager .next {
        margin: 0 5px 0 0;
    }
    .pager .page-numbers {
        font-size: 12px;
        width: 28px;
        height: 28px;
        margin: 0 7px;
    }
    .pager span.page-numbers.dots {
        margin: 0;
    }
    
    /*お問い合わせ確認画面*/
    .contact_btn {
        flex-direction: column;
    }
}


.blog_wrap .fs-c-breadcrumb{
    margin-bottom: 20px;
}

.blog_date{
    margin-bottom: 16px;
    font-weight: bold;
}

.detail_pager{
    text-align: center;
    width: 100%;
    max-width: 300px;
    border: 1px solid #111;
    padding: 10px;
    margin: 50px auto 0;
}

.detail_pager a{
    display: block;
}