/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* 投稿のリスト */
.p-article-col2List {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}

@media screen and (max-width: 768px){
	.p-article-col2List {
		flex-direction: column;
	}
}

.p-article-col2List__item {
	width: calc(50% - 16px);
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px){
	.p-article-col2List__item {
		width: 100%;
	}
}

.p-article-col2List__link {
	display: flex;
	gap: 16px;
	height: 100%;
	transition: opacity 0.3s;
	color: #000;
}

@media screen and (max-width: 768px){
	.p-article-col2List__link {
		gap: 8px;
		min-height: 100px;
	}
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
	align-self: flex-start;
	width: 38%;
	height: 65%;
	object-fit: cover;
}

.p-article-col2List__textBox {
	flex: 1;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px){
	.p-article-col2List__textBox {
		flex: 1;
		display: block;
	}
}

.p-article-col2List__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.034em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0;
}

.p-article-col2List__title > img {
	width: 14px;
	margin-right: 4px;
	vertical-align: text-bottom;
}

@media screen and (max-width: 768px){
	.p-article-col2List__title {
		font-size: 14px;
	}
}

.c-article__profWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin-top: 8px;
}

@media screen and (max-width: 768px){
	.c-article__profWrap {
		flex-wrap: wrap;
		gap: 8px;
	}
}

.c-articleList__prof {
	display: flex;
	align-items: center;
	gap: 8px;
}

img.avatar.photo {
	flex-shrink: 0;
	align-self: flex-start;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	object-fit: cover;
}

.c-articleList__name {
	font-size: 13px;
	font-weight: bold;
	padding:0;
	line-height:1.15;
}

.c-articleList__team {
	font-size: 12px;
}

.c-articleList__name + .c-articleList__team {
	/* 	margin-top: 4px; */
}

.c-date {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: var(--color-primary);
}

.p-article-col2List__textBox .c-date {
	margin-top: auto;
	padding-top: 16px;
}

@media screen and (max-width: 768px){
	.p-article-col2List__textBox .c-date {
		margin-top: auto;
		padding-top: 8px;
	}
}

nav.navigation.pagination {
	margin-top: 40px;
}

.page-numbers {
	display: flex;
	justify-content: center;
}

span.page-numbers.current,
a.page-numbers{
	margin-left: 8px;
}

span.page-numbers.current {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	background: var(--color-bg);
	color: var(--color-primary);
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	background: #264389;
	color: #fff;
}

a.page-numbers {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	background: #f4f6f9;
	color: #264389;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

a.next.page-numbers,
a.prev.page-numbers{
    width: 80px;
}




/******* 投稿見出し *******/
.single-post #content-area h1 {
	line-height: 1.25;
    font-weight: bold;
	    font-size: 26px;
    margin: 16px 0;
}
.single-post #content-area h2 {
	color: white !important;
	background-color: #1B2962;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 22px;
	padding: 16px 25px;
	border-radius: 2px;
	margin-bottom: .9em;
	margin-top: 1.33em;
	line-height: 1.25;
   font-weight: bold;
}

.single-post #content-area h3 {
	margin-top: 1.33em;
	margin-bottom: .9em;
	border-left: 7px solid #1B2962;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 12px 20px;
	line-height: 1.25;
	font-weight: bold;
	border-color: #1B2962;
}

.single-post #content-area h4 {
	margin-top: 1.33em;
	margin-bottom: .9em;
	border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
	font-size: 20px;
    padding: 9px 10px;
	line-height: 1.25;
    font-weight: bold;
	border-color: #1B2962;
}


/******* 目次 *******/
#toc_container {
	padding: 0 !important;
}

#toc_container .toc_title {
	background-color: #1B2962;
    color: white;
	font-size: 1.1em !important;
    text-align: center;
    display: block;
    padding: 4px 16px !important;
	cursor: pointer;
	font-weight: 400 !important;
	font-size: 16px;
}
#toc_container .toc_title a, #toc_container .toc_title span {
	font-size: .8em;
		margin-left: .5em;
    cursor: pointer;
	color: #FFF;
}

#toc_container .toc_list {
	margin: 0 35px;
    padding-bottom: 20px;
}
#toc_container ul li {
	font-size: 16px;
	font-weight: bold;
}
#toc_container .toc_list ul {
	margin-left: 0;
}
#toc_container .toc_list ul li {
	font-weight: normal;
	font-size: 14px;
}


#toc_container .toc_list a {
	color: #333;
}

/******* 投稿ページレイアウト *******/
.single-post .container {
	width: 90%;
	max-width :1176px;
}
.single-post .container:before {
	display: none;
}
.single-post  #left-area {
	width: 68%;
	margin-right: 2%;
}
.single-post  #sidebar {
	width: 30%;
}

.single-post .container .et_post_meta_wrapper img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.single-post #content-area et_pb_text_inner {
	color: #333;
	line-height: 1.8;
	margin-bottom: 16px;
}
.single-post .et_pb_column {
	width: 100%;
}

.single-post .side-copy .et_pb_text_8 {
	font-family: 'Noto Sans JP', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    line-height: 1.8em;
    background-color: #264389;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
	color: #FFFFFF !important;
	text-align: center;
}
.single-post .side-copy .et_pb_text_9, .single-post .side-copy .et_pb_text_11 {
	font-family: 'Noto Sans JP', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    line-height: 2.2em;
    background-color: #f4f6f9;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
	color: #264389 !important;
}

.single-post .side-copy .et_pb_button_1 {
color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 0px;
    font-size: 16px;
    background-color: #1db0b2;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
	display: inline-block;
	width: 100%;
	transition: all 300ms ease 0ms;
	    padding: .3em 1em;
    line-height: 1.7em !important;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
	transition-property: all !important;
	text-align: center;
}

.single-post .side-copy.categories h4 {
	font-family: 'Noto Sans JP', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #264389 !important;
    text-align: left;
	border-top: none !important;
	border-bottom: none !important;
	position: relative;
    padding-left: 72px !important;
}
.single-post .side-copy.categories h4:before {
		content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 48px;
    height: 2px;
    margin: auto;
    background: #2e4a8d;
}
.single-post .side-copy.categories .dnxte-feature-list-content {
	font-family: 'Noto Sans JP', Helvetica, Arial, Lucida, sans-serif;
    color: #000000 !important;
    line-height: 2.5em;
    padding-top: 0px !important;
	margin-left: 15px;
}
.single-post .side-copy.categories .dnxte-feature-list-img i  {
	font-size: 25px !important;
	color: #2e4a8d !important;
}
.single-post .side-copy .dnxte-feature-list-content {
    display: block;
    margin-left: 15px;
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-color: #333;
}

.single-post .side-copy .dnxte_feature_list_child_8 {
	font-size: 14px;
    color: #FFFFFF !important;
    line-height: 3em;
    text-align: center;
    background-color: #000000;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding-right: 12%;
    padding-left: 12%;
}
.single-post .side-copy .dnxte_feature_list_child_6 .dnxte-feature-list-content {
	font-size: 20px;
}
.single-post .side-copy .dnxte_feature_list_child_7 {
	padding-bottom: 20px;
}
.single-post .side-copy .dnxte_feature_list_child_8 i {
	color: #FFF;
}
.et_pb_row_0_tb_footer {
	display: flex;
}