@charset "utf-8";

#content_h.blog_h{
	overflow:unset;
}
#content_h.blog_h:before{
	height:700px;
}
#content_h.blog_h:after{
	height:700px;
}
#index_blog,#blog_wrap{
	position:relative;
	z-index:1;
}
@media screen and (max-width: 767px) {
	#content_h.blog_h:before{
		height:350px;
	}
	#content_h.blog_h:after{
		height:350px;
	}
}


/*-------------------------------------
    blog archive
--------------------------------------*/

/* .blog_archive_wrap {
    background: #f4f8fc;
}
 */
.blog_archive_wrap .content_area {
    padding: 100px 0 200px;
}

.blog_archive_wrap .inner {
/*     max-width: 1040px; */
	max-width: 1140px;
    margin: 0 auto;
}

/* カテゴリボタン */
.blog_btn_wrap {
    margin-bottom: 70px;
}

.blog_btn_list {
    display: flex;
/*     justify-content: center; */
    gap: 20px;
    flex-wrap: wrap;
}

.blog_btn_item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 36px;
    padding: 8px 24px;
    border-radius: 999px;
    background: #edf2f7;
    color: #122c48;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog_btn_item a:hover,
.blog_btn_item a.active {
    background: #122c48;
    color: #fff;
}

/* 一覧 */
.blog_result_area {
    max-width: 1040px;
    margin: 0 auto;
}

.blog_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d8e1e8;
}
li.blog_item {
    list-style: none;
}

.blog_item {
    border-bottom: 1px solid #d8e1e8;
}

.blog_link {
    position: relative;
    display: grid;
	grid-template-columns: 220px 1fr;
    align-items: center;
    column-gap: 35px;
    min-height: 120px;
    padding: 20px 35px 20px 0;
    color: #122c48;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.blog_link:hover {
    opacity: 0.7;
}

.blog_thumb {
    display: block;
    width: 220px;
    height: 160px;
    overflow: hidden;
    background: #e8eef4;
}

.blog_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_thumb_placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #e8eef4;
}

.blog_info {
    display: contents;
}
.blog_meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.blog_meta .blog_cat {
    display: inline-block;
    padding: 3px 10px;
    background: #eee;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 999px;
}
.blog_meta .blog_date {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.blog_title {
    display: block;
	font-size:2.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom:8px;
}

/* 右矢印 */
.blog_link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #122c48;
    transform: translateY(-50%);
}

.blog_link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #122c48;
    border-right: 1px solid #122c48;
    transform: translateY(-50%) rotate(45deg);
}

/**/
.blog_excerpt{
	font-size:1.6rem;
	line-height:1.875;
	letter-spacing:0.05em;
}


/* ページネーション */
.blog_pagination,
.wp-pagenavi {
    margin-top: 60px;
    text-align: center;
}

.blog_empty {
    font-size: 1.5rem;
    text-align: center;
}
/* ブログカテゴリ */

/* ブログ詳細 */

.blog_single_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 50px;
    align-items: start;
}

.blog-single-main {
    min-width: 0;
}

.blog_single_wrap .blog-sidebar {
    width: 100%;
}

.blog_single_thumb {
/*     padding: 30px 0px 40px; */
}

.blog_single_thumb img{
	width:100%;
}

.content_area.blog {
    padding: 100px 0 200px;
}

.single_content.entry-content {
    padding: 0 0 75px;
}

/*-------------------------------------
    blog single content
--------------------------------------*/

.blog_detail_sec .cate_date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.blog_detail_sec .news_date {
	margin-right: 15px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.blog_detail_sec .news_cate {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 85px;
	height: 2.26rem;
	padding: 0 1.2rem;
	margin: 0 10px 0 0;
	background: #F2F5F9;
	border-radius: 999px;
	color: #2B5872;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.blog_single_title {
	margin: 0 0 20px;
	color: #122C48;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.blog_detail_sec .single_content {
	padding: 50px 0 50px;
	margin-bottom: 40px;
}

.blog_detail_sec .single_content h2 {
	position: relative;
	margin: 60px 0 25px;
	padding: 0 0 0 20px;
	color: #122C48;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.blog_detail_sec .single_content h2::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 27px;
	background: #007CCF;
}

.blog_detail_sec .single_content h2::after {
	content: none;
}

.blog_detail_sec .single_content h3 {
	margin: 45px 0 20px;
	padding-top: 12px;
	border-top: 1px solid #007CCF;
	color: #122C48;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.blog_detail_sec .single_content h4 {
	position: relative;
	margin: 35px 0 15px;
	padding-left: 12px;
	color: #122C48;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.blog_detail_sec .single_content h4::before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 2px;
	margin: auto;
	background: #007CCF;
}

.blog_detail_sec .single_content p {
/* 	margin: 0 0 25px;
	line-height: 2.3333;
	letter-spacing: 0.05em; */
}

.blog_detail_sec .single_content ul {
	margin: 0 0 30px;
	padding-left: 1.5em;
	list-style: disc;
}

.blog_detail_sec .single_content ol {
	margin: 0 0 30px;
	padding-left: 1.5em;
	list-style: decimal;
}

.blog_detail_sec .single_content li {
	margin-bottom: 8px;
	line-height: 2;
}

.blog_detail_sec .single_content a {
	color: #007CCF;
	text-decoration: underline;
}

.blog_detail_sec .single_content img {
	max-width: 100%;
	height: auto;
}

.blog_detail_sec .single_content table {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.blog_detail_sec .single_content table tr {
	border-bottom: 1px solid #CCCCCC;
}

.blog_detail_sec .single_content table tr:first-child {
	border-top: 1px solid #CCCCCC;
}

.blog_detail_sec .single_content table th {
	width: 25%;
	padding: 20px 25px;
	background: #F1F1F3;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}

.blog_detail_sec .single_content table td {
/* 	padding: 20px;
	vertical-align: top; */
}

.blog_detail_sec .single_content > *:first-child {
	margin-top: 0;
}

.blog_detail_sec .single_content > *:last-child {
	margin-bottom: 0;
}

/*---------------------------------------------------------
	View More ピル型ボタン btn_pill / btn_w / btn_dot
---------------------------------------------------------*/
.btn_pill {
	display: inline-flex;
	align-items: center;
	gap: 70px;
	padding: 12px 24px;
	border: 2px solid #122C48;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn_pill .btn_txt {
	margin-right: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #122C48;
	letter-spacing: 0.05em;
}

.btn_pill .btn_txt:before,
.btn_pill .btn_txt:after {
	display: none;
}

.btn_pill .btn_dot {
	width: 10px;
	height: 10px;
	background: #ed1c24;
	border-radius: 50%;
	flex-shrink: 0;
}

.btn_pill:hover {
	opacity: 0.9;
}

/* btn_w: 線色ホワイト（暗い背景用） */
.btn_pill.btn_w {
	border-color: #fff;
	background: transparent;
}

.btn_pill.btn_w .btn_txt {
	color: #fff;
}

.btn_pill.btn_w:hover {
	border-color: rgba(255, 255, 255, 0.9);
}



/*-------------------------------------
    SP
--------------------------------------*/
@media screen and (max-width: 767px) {

    .blog_archive_wrap .content_area {
        padding: 60px 0 200px;
    }

    .blog_archive_wrap .inner {
        padding: 0 20px;
    }

    .blog_btn_wrap {
        margin-bottom: 40px;
    }

    .blog_btn_list {
        gap: 10px;
    }

    .blog_btn_item a {
        min-width: 130px;
        min-height: 34px;
        padding: 7px 18px;
        font-size: 1.2rem;
    }

	.blog_link {
/* 		grid-template-columns: 110px 1fr; */
		grid-template-columns: 1fr;
		column-gap: 15px;
		min-height: 100px;
		padding: 18px 28px 18px 0;
	}

    .blog_thumb {
/*         width: 110px;
        height: 78px;
        grid-row: 1 / span 2; */
		max-width: 500px;
		width:100%;
		min-height:250px;
		height:100%;
		margin-bottom:10px;
    }

    .blog_info {
        display: block;
    }

    .blog_date {
/*         margin-bottom: 8px;
        font-size: 1.1rem; */
    }

    .blog_title {
        font-size: 1.8rem;
    }
	
	.blog_excerpt{
		font-size:1.4rem;
	}

    .blog_link::after {
        right: 0;
        top: 50%;
        width: 12px;
        transform: translateY(-50%);
    }
    .blog_link::before {
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
	
	.content_area.blog{
		padding:50px 0 160px;
	}
	
	.single_content.entry-content {
    	padding: 30px 0 20px;
	}
	
	.blog_detail_sec .single_content h2{
		font-size:2.0rem;
		margin:30px 0 20px;
	}
	
	.blog_detail_sec .single_content h2::before{
		top:4px;
	}
	
	.blog_detail_sec .single_content h3{
		font-size: 1.8rem;
        margin: 20px 0 13px;
	}
	
	.blog_detail_sec .single_content h4{
		font-size:1.6rem;
		margin:20px 0 15px;
	}
	
	.blog_detail_sec .cate_date{
		margin-bottom:0;
	}
	
	.blog_single_title{
		font-size:2.0rem;
	}
	
	 .blog_single_wrap {
        display: block;
    }

    .blog-single-main {
        width: 100%;
    }

    .blog_single_wrap .blog-sidebar {
        margin-top: 50px;
    }
}

/* -----------------------------------------
   ブログアーカイブ 2カラム
----------------------------------------- */

.blog-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 50px;
    align-items: start;
}

.blog_result {
    min-width: 0;
}

.blog-sidebar {
    width: 100%;
}

.blog-sidebar-block {
    margin-bottom: 36px;
    padding: 24px;
    background: #f6f6f6;
    border-radius: 8px;
}

.blog-sidebar-title {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
    color: #122C48;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.blog-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar-list li {
    border-bottom: 1px solid #eeeeee;
	list-style: none;
}

.blog-sidebar-list li:last-child {
    border-bottom: none;
}

.blog-sidebar-list a {
    display: block;
    padding: 12px 0;
    color: #122C48;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
}

.blog-sidebar-list a:hover {
    color: #d71920;
}

/* スマホ */
@media screen and (max-width: 767px) {
    .blog-archive-layout {
        display: block;
    }

    .blog-sidebar {
        margin-top: 50px;
    }

    .blog-sidebar-block {
        padding: 20px;
    }

    .blog-sidebar-title {
        font-size: 17px;
    }
}