/*
Theme Name: sunriseschooljp
Author: miyake
Version: 0.1
*/

@charset "UTF-8";

/* ======================================================
	Side
====================================================== */

aside {
	margin-top: 0;
}

.side-blog {
	display: block;
	background: #fff;
	border-radius: 2.0vw;
	margin: 1.0em auto;
}
.side-blog > strong {
	display: block;
	background: #b79d80;
	color: #fff;
	border-radius: 2.0vw 2.0vw 0 0;
	padding: 0.3em 0;
	text-align: center;
	font-weight: 600;
	font-size: 4.6vw;
}
.side-blog > ul,
.side-blog > ol {
	display: block;
	padding: 4%;
}
.side-blog > ul > li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.5em;
	font-size: 4.2vw;
}
.side-blog > ul > li > b {
	color: #1ebeaa;
	font-family:BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.side-blog > ul > li > a {
	color: #333;
}
.side-blog > ol > li {
	display: block;
	border-bottom: 1px dashed #dbcebf;
}
.side-blog > ol > li:last-child {
	border-bottom: 0;
}
.side-blog > ol > li > a {
	display: block;
	color: #333;
	font-size: 4.2vw;
}
.side-blog > ol > li > a > small {
	display: block;
	color: #1ebeaa;
	font-size: 3.6vw;
}

@media screen and (min-width: 800px) {

	.side-blog {
		border-radius: 8px;
	}
	.side-blog > strong {
		border-radius: 8px 8px 0 0;
		font-size: 20px;
		font-size: 1.4vw;
	}
	.side-blog > ul,
	.side-blog > ol {
		display: block;
		padding: 4%;
	}
	.side-blog > ul > li {
		font-size: 14px;
		font-size: 1.1vw;
	}
	.side-blog > ol > li > a {
		font-size: 14px;
		font-size: 1.1vw;
	}
	.side-blog > ol > li > a > small {
		font-size: 12px;
		font-size: 1.0vw;
	}

}

@media screen and (min-width: 1100px) {

	.side-blog > strong {
		font-size: 20px;
	}
	.side-blog > ul > li {
		font-size: 14px;
	}
	.side-blog > ol > li > a {
		font-size: 14px;
	}
	.side-blog > ol > li > a > small {
		font-size: 12px;
	}

}


/* ======================================================
	ページネーション
====================================================== */

.pagination, .pagination tr, .pagination th, .pagination td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
.pagination {
  border-collapse: collapse;
  border-spacing: 0;
}

.pagination {
	border: 0 !important;
	background: none !important;
	width: 100%;
	letter-spacing: -.4em;
	margin: 0 auto 30px;
	text-align: center;
}
.pagination tr td {
	border: 0 !important;
	background: none !important;
	display: inline-block !important;
	width: auto !important;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 !important;
}
.pagination tr td a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	background: #fff;
	color: #333;
	border: 1px solid #c1c1c1;
	border-right: 0;
	font-weight: 600;
	font-size: 3.6vw;
}
.pagination tr td a.next,
.pagination tr td a.prev {
	/*width: 12vw;
	background: #fff;
	padding: 0 0.5em;*/
}
.pagination tr td.on {
	border: 0 !important;
	background: none !important;
	display: inline-block !important;
	width: auto !important;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 !important;
}
.pagination tr td.on a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	background: #ff7daf;
	color: #fff;
	border: 1px solid #c1c1c1;
	border-right: 0;
	font-weight: 600;
	font-size: 3.6vw;
}

.pagination tr td:first-child a {
	border-radius: 0.5em 0 0 0.5em;
}
.pagination tr td:last-child a {
	border-radius: 0 0.5em 0.5em 0;
	border-right: 1px solid #c1c1c1;
}

@media screen and (min-width: 800px) {

	.pagination tr td {
		display: inline-block !important;
		padding: 0 !important;
		width: auto !important;
	}
	.pagination tr td a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		font-size: 1.4vw;
	}
	.pagination tr td.on {
		display: inline-block !important;
		padding: 0 !important;
		width: auto !important;
	}
	.pagination tr td.on a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		font-size: 1.4vw;
	}

}

@media screen and (min-width: 1100px) {

	.pagination tr td a {
		font-size: 16px;
	}
	.pagination tr td.on a {
		font-size: 16px;
	}

}


/* ======================================================
	おすすめ
====================================================== */

.yarpp-related {
	display: block;
	overflow: hidden;
	background: #fff !important;
}
.related-entry {
	display: block;
	width: 92%;
	padding: 0 4%;
}
.related-entry li {
	position: relative;
	cursor: pointer;
}
.related-entry li .linkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px dotted #666;
}
.related-entry li:last-child .linkbox {
	border-bottom: 0;
}
.related-entry li dl {
	display: block;
	letter-spacing: -.4em;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.related-entry li dl dt {
	display: inline-block;
	letter-spacing: normal;
	width: 30vw;
}
.related-entry li dl dt a span {
	float: left;
	position:relative;
	width: 30vw;
	height: 20vw;
	margin: 0 10px 0 0;
	background: #ccc;
}
.related-entry li dl dt a span img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.related-entry li dl dd {
	display: inline-block;
	letter-spacing: normal;
	width: 97.9%;
	width: -webkit-calc(100% - 30vw - 1.0em);
	width: -moz-calc(100% - 30vw - 1.0em);
	width: calc(100% - 30vw - 1.0em);
	height: auto;
	vertical-align: top;
	padding-left: 1.0em;
	padding-bottom: 10px;
}
.related-entry li dl dd a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 4.0vw;
}
.related-entry li dl dd a small {
	display: block;
	color: #bf0012;
	padding: 0.5em 0 0;
	font-size: 3.2vw;
}

@media screen and (min-width: 700px) {
	.yarpp-related {
		margin: 0;
		padding: 0;
	}
	.yarpp-related > .sub > h4 {
		font-size: 16px;
		font-size: 1.4vw;
	}
	.related-entry {
		display: block;
		vertical-align: top;
		letter-spacing: -.4em;
		margin-bottom: 3.0em;
		text-align: center;
	}
	.related-entry li {
		display: block;
		float: left;
		letter-spacing: normal;
		margin-bottom: 0;
		width: 33.3%;
		margin: 0;
		vertical-align: top;
	}
	.related-entry li .linkbox {
		border-bottom: 0;
	}
	.related-entry li .linkbox:hover {
		background-color: rgba(111,167,247,0.2);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.related-entry li dl {
		text-align: left;
		width: 96%;
		vertical-align: top;
	}
	.related-entry li dl dt {
		display: block;
		width: 100%;
	}
	.related-entry li dl dt a span {
		float: none;
		display: block;
		width: 100%;
		height: 150px;
		margin: 0 0 1.0em;
	}
	.related-entry li dl dt a span img {
		
	}
	.related-entry li dl dd {
		display: block;
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	.related-entry li dl dd a {
		display: block;
		position: static;
		top: none;
		transform: translateY(0);
		-webkit- transform: translateY(0);
		line-height: 1.4;
		font-size: 14px;
		font-size: 1.1vw;
	}
	.related-entry li dl dd a small {
		font-size: 12px;
		font-size: 1.0vw;
	}
}

@media screen and (min-width: 1200px) {
	
	.related-entry li dl dd a {
		font-size: 14px;
	}
	.related-entry li dl dd a small {
		font-size: 12px;
	}
	
}


/* ======================================================
	一覧
====================================================== */

.blog .sec_in > strong {
	display: block;
	padding: 0 0 0.5em;
	text-align: center;
	font-size: 3.6vw;
}
.blog .sec_in > ul {
	display: block;
	border-top: 1px dashed #b79d80;
}
.blog .sec_in > ul li {
	display: block;
	border-bottom: 1px dashed #b79d80;
	padding: 0.5em 0;
	position: relative;
}
.blog .sec_in > ul li > a.linkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog .sec_in > ul li > div {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	overflow: hidden;
}
.blog .sec_in > ul li > div > span {
	position: relative;
	display: block;
	float: left;
	background: #ccc;
	width: 42%;
	height: 25vw;
}
.blog .sec_in > ul li > div > span img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.blog .sec_in > ul li > div > strong {
	display: block;
	float: right;
	width: 56%;
	color: #333333;
	font-weight: 600;
	font-size: 4.6vw;
}
.blog .sec_in > ul li > div > i {
	display: block;
	float: right;
	width: 56%;
	color: #1ebeaa;
	font-size: 3.6vw;
}
.blog .sec_in > ul li > div > em {
	display: inline-block;
	float: left;
	width: auto;
	margin-left: 2%;
	padding: 0 0.5em;
	background: #ff7daf;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 3.6vw;
}
.blog .sec_in > ul li > div > p {
	display: block;
	clear: both;
	padding: 0.5em 0;
	font-size: 3.6vw;
}
.blog .sec_in > ul li > div > a {
	display: inline-block;
	float: right;
	color: #333;
	font-weight: 600;
	font-size: 4.6vw;
}

@media screen and (min-width: 800px) {

	.blog .sec_in > strong {
		font-size: 18px;
		font-size: 1.3vw;
	}
	.blog .sec_in > ul {
	}
	.blog .sec_in > ul li {
		padding: 1.0em 0;
	}
	.blog .sec_in > ul li > a.linkbox {
	}
	.blog .sec_in > ul li > a.linkbox:hover {
		background-color: rgba(111,167,247,0.2);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.blog .sec_in > ul li > div {
		line-height: 1.8;
	}
	.blog .sec_in > ul li > div > span {
		width: 33%;
		height: 13vw;
	}
	.blog .sec_in > ul li > div > span img {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.blog .sec_in > ul li > div > strong {
		width: 65%;
		font-size: 18px;
		font-size: 1.3vw;
	}
	.blog .sec_in > ul li > div > i {
		display: inline-block;
		float: left;
		width: auto;
		margin-left: 2%;
		padding: 0 0.5em 0 0;
		font-size: 12px;
		font-size: 1.0vw;
	}
	.blog .sec_in > ul li > div > em {
		margin-left: 0.5em;
		padding: 0 0.5em;
		font-size: 12px;
		font-size: 1.0vw;
	}
	.blog .sec_in > ul li > div > p {
		display: block;
		clear: none;
		float: right;
		width: 65%;
		padding: 0.5em 0;
		font-size: 14px;
		font-size: 1.1vw;
	}
	.blog .sec_in > ul li > div > a {
		font-size: 16px;
		font-size: 1.2vw;
	}

}

@media screen and (min-width: 1100px) {

	.blog .sec_in > strong {
		font-size: 18px;
	}
	.blog .sec_in > ul li > div > span {
		height: 166px;
	}
	.blog .sec_in > ul li > div > strong {
		font-size: 18px;
	}
	.blog .sec_in > ul li > div > i {
		font-size: 12px;
	}
	.blog .sec_in > ul li > div > em {
		font-size: 12px;
	}
	.blog .sec_in > ul li > div > p {
		font-size: 14px;
	}
	.blog .sec_in > ul li > div > a {
		font-size: 16px;
	}

}


/* ======================================================
	詳細
====================================================== */

.blog .page {
	background: #fff;
	padding: 4%;
}
.blog .page > h3 {
	display: block;
	text-align: left;
	color: #333;
	background: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 0;
	font-weight: 600;
	font-size: 6.0vw;
}
.blog .page > i {
	display: inline-block;
	width: auto;
	padding: 0 0.5em 0 0;
	color: #1ebeaa;
	font-size: 3.6vw;
}
.blog .page > em {
	display: inline-block;
	width: auto;
	margin-left: 2%;
	padding: 0 0.5em;
	background: #ff7daf;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 3.6vw;
}


@media screen and (min-width: 800px) {

	.blog .page > h3 {
		font-size: 28px;
		font-size: 2.2vw;
	}
	.blog .page > i {
		font-size: 12px;
		font-size: 1.0vw;
	}
	.blog .page > em {
		font-size: 12px;
		font-size: 1.0vw;
	}

}

@media screen and (min-width: 1100px) {

	.blog .page > h3 {
		font-size: 28px;
	}
	.blog .page > i {
		font-size: 12px;
	}
	.blog .page > em {
		font-size: 12px;
	}

}

.blog .page .content {
	display: block;
	padding: 1.0em 0;
	line-height: 1.4;
}

#toc_container {
	display: block;
	background: #fff;
	border: 1px solid #737272;
	padding: 4%;
	margin-top: 1.0em;
	margin-bottom: 2.0em;
	color: #333333;
	font-size: 4.2vw;
}
#toc_container .toc_title {
	display: block;
	width: 92% !important;
	padding: 0 4% !important;
	margin: 0 !important;
	background: #fff !important;
	color: #303030 !important;
	text-align: center;
	font-weight: 600 !important;
	font-size: 4.2vw !important;
}
#toc_container .toc_list {
	display: block;
	padding: 0 4% 4% !important;
}
#toc_container .toc_list li a {
	display: block;
	padding: 0.3em 0;
	color: #595656;
}
#toc_container .toc_list li a {
	display: block;
	padding: 0.3em 0;
	color: #333;
}
#toc_container .toc_list li a .toc_number {
	color: #ff7daf;
}
#toc_container .toc_list li a .toc_number::before {
	content: "▶";
}

.blog .page .content span, .blog .page .content h3, .blog .page .content h4, .blog .page .content h5, .blog .page .content h6, .blog .page .content p, .blog .page .content blockquote, .blog .page .content pre, .blog .page .content em, .blog .page .content img, .blog .page .content small, .blog .page .content strong, .blog .page .content b, .blog .page .content i, .blog .page .content dl, .blog .page .content dt, .blog .page .content dd, .blog .page .content ol, .blog .page .content ul, .blog .page .content li, .blog .page .content table, .blog .page .content tr, .blog .page .content th, .blog .page .content td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
.blog .page .content img {
  line-height: 0;
  vertical-align: bottom;
}
.blog .page .content ul {
  list-style: none;
}
.blog .page .content li {
  list-style-type: none;
}
.blog .page .content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.blog .page .content em {
  font-style: normal;
}
.blog .page .content strong {
  font-weight: 600;
}
.blog .page .content img {
	margin: 0.5em 0;
}
.blog .page .content .aligncenter,
.blog .page .content .alignleft,
.blog .page .content .alignright {
	display: block;
	clear: both;
	margin-top: .4em;
	margin-bottom: 1.6em;
}
.blog .page .content > h4 {
	display: block;
	border: 2px solid #999;
	padding: 0.5em;
	margin: 0 0 1.0em;
	color: #333;
	line-height: 1.0;
	font-weight: 600;
	font-size: 4.6vw;
}
.blog .page .content > h4::before {
	content: "";
	display: inline-block;
	background: #ff7daf;
	vertical-align: middle;
	width: 4px;
	height: 1.4em;
	margin-right: 0.5em;
}
.blog .page .content > h5 {
	display: block;
	background: #ffcbdf;
	padding: 0.5em;
	margin: 0 0 0.5em;
	color: #333;
	line-height: 1.0;
	font-weight: 600;
	font-size: 4.6vw;
}
.blog .page .content p {
	display: block;
	margin: 0;
	padding: 0.5em 0 1.0em;
	line-height: 1.8;
	font-size: 3.8vw;
}
.blog .page .content .box {
	display: block;
	background: url(https://www.sunrise-school.jp/assets/img/blog/box-bg.png);
	border-radius: 0.5em;
	margin: 1.0em auto;
	padding: 4%;
}
.blog .page .content .box .box-title {
	display: block;
	text-align: center;
}
.blog .page .content .box .box-title p {
	font-weight: 600;
	font-size: 4.0vw;
}
.blog .page .content .box .box-body {
	display: block;
	background: #fff;
	padding: 4%;
}
.blog .page .content .box .box-body p {
}
.blog .page .content table {
	width: 100%;
	margin: 1.0em auto;
}
.blog .page .content table th {
	display: block;
	background: #eaeaea;
	color: #333;
	padding: 0.5em;
	line-height: 1.8;
	font-size: 3.8vw;
}
.blog .page .content table th p {
	
}
.blog .page .content table td {
	display: block;
	color: #333;
	padding: 0.5em;
	line-height: 1.8;
	font-size: 3.8vw;
}
.blog .page .content table td p {
	
}

.blog .page .content .addtoany_share_save_container {
	text-align: left;
	margin-top: 0;
}
.blog .page .content .addtoany_share_save_container.addtoany_content_bottom {
	padding-top: 5%;
	border-top: 1px dotted #ccc;
}

@media screen and (min-width: 800px) {

	#toc_container {
		padding: 1%;
		font-size: 14px !important;
		font-size: 1.1vw !important;
	}
	#toc_container .toc_title {
		width: 96% !important;
		padding: 2% !important;
		font-size: 16px !important;
		font-size: 1.2vw !important;
	}
	#toc_container .toc_list {
		padding: 0 2% 2% !important;
	}
	#toc_container .toc_list li a {
		display: block;
		padding: 0.3em 0;
	}
	
	.blog .page .content img {
	  line-height: 0;
	  vertical-align: bottom;
	  margin: 0.5em;
	}
	.blog .page .content .aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.blog .page .content .alignleft {
		display: block;
		float: left;
	}
	.blog .page .content .alignright {
		display: block;
		float: right;
	}
	
	.blog .page .content > h4 {
		font-size: 20px;
		font-size: 1.4vw;
	}
	.blog .page .content > h5 {
		font-size: 18px;
		font-size: 1.3vw;
	}
	.blog .page .content p {
		overflow: hidden;
		font-size: 16px;
		font-size: 1.2vw;
	}
	.blog .page .content .box {
		padding: 2%;
	}
	.blog .page .content .box .box-title p {
		font-size: 18px;
		font-size: 1.3vw;
	}
	.blog .page .content .box .box-body {
		padding: 2%;
	}
	.blog .page .content table {
		border-top: 1px solid #999999;
	}
	.blog .page .content table th {
		display: table-cell;
		width: 40%;
		padding: 1.0em;
		border-bottom: 1px solid #999999;
		font-size: 16px;
		font-size: 1.2vw;
	}
	.blog .page .content table th p {
		
	}
	.blog .page .content table td {
		display: table-cell;
		width: 60%;
		padding: 1.0em;
		border-bottom: 1px solid #999999;
		font-size: 16px;
		font-size: 1.2vw;
	}
	.blog .page .content table td p {
		
	}

}

@media screen and (min-width: 1100px) {

	#toc_container {
		font-size: 14px !important;
	}
	#toc_container .toc_title {
		font-size: 16px !important;
	}
	
	.blog .page .content > h4 {
		font-size: 20px;
	}
	.blog .page .content > h5 {
		font-size: 18px;
	}
	.blog .page .content p {
		font-size: 16px;
	}
	.blog .page .content .box .box-title p {
		font-size: 18px;
	}
	.blog .page .content table th {
		font-size: 16px;
	}
	.blog .page .content table td {
		font-size: 16px;
	}

}
/*ADD 2020-11-10*/
.thumbnail-wp {
	margin-right: 2%;
}
.blog.cat-index .sec_in > ul li > div > strong {
	width: auto;
	float: none;
}
.blog.cat-index .sec_in > ul li > div > i {
	float: none;
	width: auto;
	margin-left: 0;
	display: inline-block;
}
.blog.cat-index .sec_in > ul li > div > em {
	float: none;
	margin-left: 0;
}
.blog.cat-index .sec_in > ul li > div > p {
	width: auto;
	float: none;
}
.profile-img-wp {
	text-align: center;
}
.profile-img-wp img {
	width: 120px;
	border-radius: 50%;
}
.tc {
	text-align: center !important;
}
.mt-1 {
	margin-top: 10px !important;
}


/* ------------------------------------ */
.custom-blog-list 
{	margin-top: 40px;
}

.custom-blog-list ul 
{	display: block;
	border-top: 1px dashed #b79d80;
	border-bottom: 1px dashed #b79d80;
}
.custom-blog-list ul > *
{	display: block;
	border-bottom: 1px dashed #B79D80;
	padding: 0.5em 0;
	position: relative;
}

.custom-blog-list > :last-child
{	border-bottom-width: 0;
}

/* */
.custom-blog-list a
{	color: inherit;
	text-decoration: none;
	display: block;
}

.custom-blog-list a:hover
{	background-color: LightCyan;
}

/* */
.custom-blog-list .custom-post-content
{	display: block;
}

/* --------- */
.custom-blog-list .custom-post-content figure
{	background-color: #CCC;
	width: auto;
	display: block;
	margin: 0 0 1em;
	padding: 50% 0 0;
	position: relative;
}
.custom-blog-list .custom-post-content figure img 
{	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- */
.custom-blog-list .custom-post-content .text
{	flex: 1 1 0%;
}

.custom-blog-list .custom-post-content .text strong 
{	display: block;
	color: #333333;
	font-weight: 600;
	font-size: 18px;
}

/* ---- */
.custom-blog-list .custom-post-content .text .date-cat
{	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.custom-blog-list .custom-post-content .text time 
{	display: block;
	color: #1ebeaa;
	font-size: 13px;
}
.custom-blog-list .custom-post-content .text em 
{	background: #ff7daf;
	display: inline-block;
	width: auto;
	margin-left: 2%;
	padding: 0 0.5em;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

/* ---- */
.custom-blog-list .custom-post-content .text p 
{	display: block;
	padding: 0.5em 0;
	font-size: 14px;
}

/* ---- */
.custom-blog-list .custom-post-content .text .cont
{	text-align: right;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 600px) 
{	.custom-blog-list .custom-post-content
	{	display: flex;
	}
	.custom-blog-list .custom-post-content figure
	{	width: 42%;
		padding-top: 35%;
		margin: 0 1em 0 0;
	}
}

/*ADD 2020-11-21*/
.content b {
	font-weight: bold !important;
}
