@charset "UTF-8";

body {
	color: #333333;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
}

#related_blog ol li {
	margin: 3px 0
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	text-align: center;
}

mark {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 72%, #ffff00 0%) repeat scroll 0 0;
	color: #333333;
}

.breadcrumbs {
	padding-top: 56px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs p {
	display: inline-block;
	color: #C7C7C7;
	margin: 0;
	font-size: 14px;
	margin-top: 21.5px;
	margin-bottom: 21.5px;
}

.breadcrumbs p a {
	color: #C7C7C7;
}

#swooo-single {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F7F7F7;
	/* ------------------------------------------ */
	/* ▼引用ボックスの先頭(左上)に表示する文字▼ */
	/* ------------------------------------------ */
	/* ▼引用ボックスの末尾(右下)に表示する文字▼ */
}

#swooo-single h1,
#swooo-single h2,
#swooo-single h3,
#swooo-single h4,
#swooo-single h5,
#swooo-single h6 {
	margin-top: 0;
	margin-bottom: 15px;
}

#swooo-single h2,
#swooo-single h3,
#swooo-single h4,
#swooo-single h5 {
	margin-top: 45px;
}

#swooo-single h3 {
	padding: 5px 10px;
}

#swooo-single p {
	margin: 0;
	margin-bottom: 20px;
	word-break: break-all;
	color: #333333;
}

#swooo-single .wp-block-image {
	margin: 0 0 10px 0;
	text-align: center;
}

#swooo-single article {
	width: 960px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	border-radius: 4px;
}

#article img {
	max-width: 100%;
	border-radius: 4px;
	width: auto;
	height: auto;
}

#swooo-single article .thumbnail {
	/* width: 100%; */
	width: 800px;
	margin-bottom: 15px;
}

#swooo-single article .article-post {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#swooo-single article .article-post h1 {
	font-size: 34px;
	margin-top: 0;
	color: #033481;
}

#swooo-single article .article-post .contents-table {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 30px;
	background-color: #F7F7F7;
	margin-bottom: 100px;
	border-radius: 4px;
}

#swooo-single article .article-post .contents-table p {
	margin: 0;
	font-size: 18px;
}

#swooo-single article .article-post .contents-table ul li {
	font-size: 16px;
}

#swooo-single h2 {
	font-size: 30px;
	border-bottom: 2px solid #033481 !important;
	padding-bottom: 10px;
	color: #033481;
}

#swooo-single article .article-post h3 {
	font-size: 26px;
	background-color: #033481;
	color: white;
	border-radius: 4px;
}

#swooo-single article .article-post .content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

#swooo-single article .article-post .content-row p {
	width: 430px;
}

#swooo-single article .article-post .content-row img {
	width: 500px;
	height: 300px;
	border-radius: 4px;
}

#swooo-single article .article-post h4 {
	font-size: 22px;
	color: #033481;

}

#swooo-single article .article-post .next_h4 {
	font-size: 16px;
}

#swooo-single article .article-post h5 {
	font-size: 18px;
}

#swooo-single article .article-post h5:before {
	content: '●';
	display: inline-block;
	margin-right: 5px;
}

#swooo-single article .article-post .content-lists {
	padding: 35px 40px;
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	margin-bottom: 80px;
}

#swooo-single article .article-post .content-lists ul {
	margin: 0;
}

#swooo-single article .article-post .content-lists ul li {
	margin-bottom: 16px;
}

#swooo-single article .article-post .content-lists ul li:nth-last-child(1) {
	margin-bottom: 0;
}

#swooo-single article .article-post .content-btn {
	margin-bottom: 60px;
}

#swooo-single article .article-post .content-btn button {
	width: 400px;
	height: 100px;
	border-radius: 4px;
	font-size: 16px;
}

#swooo-single article .article-post .content-btn .blue_btn {
	background-color: #033481;
	color: white;
	border: none;
	margin-right: 30px;
}

#swooo-single article .article-post .content-btn .white_btn {
	background-color: white;
	color: #033481;
	border-color: #033481;
	border: 1px solid #033481;
}

#swooo-single article .article-post .content-quote {
	margin-bottom: 60px;
	/* ▼引用ボックス自体の装飾 */
	/* ------------------------------------------ */
	/* ▼引用ボックスの先頭(左上)に表示する文字▼ */
	/* ------------------------------------------ */
	/* ▼引用ボックスの末尾(右下)に表示する文字▼ */
}

#swooo-single article .article-post .content-quote .big-quotationmark {
	position: relative;
	/* 後述の疑似要素の表示位置の基準にする(必須) */
	background-color: #F7F7F7;
	/* 背景色(任意) */
	border: 1px solid #C7C7C7;
	/* 枠線(任意) */
	padding: 50px 40px 45px;
	margin: 0;
	border-radius: 4px;
}

#swooo-single article .article-post .content-quote .big-quotationmark::before {
	content: " “ ";
	/* 記号 */
	display: block;
	font-size: 300%;
	/* 表示サイズ */
	color: #033481;
	/* 表示色 */
	position: absolute;
	/* 絶対配置 */
	top: 25px;
	/* ボックス上端からの距離 */
	left: 20px;
	/* ボックス左端からの距離 */
}

#swooo-single article .article-post .content-quote .big-quotationmark::after {
	content: "”";
	/* 記号 */
	display: block;
	font-size: 300%;
	/* 表示サイズ */
	color: #033481;
	/* 表示色 */
	position: absolute;
	/* 絶対配置 */
	bottom: 0;
	/* ボックス下端からの距離 */
	right: 20px;
	/* ボックス右端からの距離 */
	height: 50px;
}

#swooo-single article .article-post .content-table {
	margin-bottom: 80px;
}

#swooo-single article .article-post .content-table table {
	width: 100%;
	border: 1px solid #033481;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	overflow: hidden;
}

#swooo-single article .article-post .content-table table tr {
	height: 60px;
}

#swooo-single article .article-post .content-table table tr th {
	background-color: #F7F7F7;
}

#swooo-single article .article-post .content-table table tr td {
	padding-left: 30px;
}

#swooo-single article .article-post .content-table table .border-grey {
	border-bottom: #C7C7C7;
}

#swooo-single article .article-post .content-column {
	background-color: #F7F7F7;
	border-radius: 4px;
	padding: 40px;
	border: 1px solid #C7C7C7;
}

#swooo-single article .article-post .content-column .column-title {
	font-size: 20px;
	margin-bottom: 20px;
}

#swooo-single article .article-post .content-column .column-content {
	font-size: 16px;
}

#swooo-single ul li {
	font-size: 16px;
	margin-bottom: 16px;
	color: #333333;
	;
	list-style: none;
}

#swooo-single ul>li:last-child {
	margin-bottom: 0;
}

#swooo-single ul>li::before {
	position: relative;
	top: -4px;
	left: -10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 100%;
	background: black;
}

#swooo-single #toc_container.no_bullets {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	margin-bottom: 50px;
}

#swooo-single #toc_container.no_bullets .toc_list {
	padding: 0;
	margin: 0;
	border: none;
}

#swooo-single #toc_container.no_bullets .toc_list>li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#swooo-single #toc_container.no_bullets .toc_list>li>a {
	font-size: 18px;
	color: #033481;
	font-weight: bold;
}

#swooo-single #toc_container.no_bullets .toc_list>li>ul {
	padding: 0;
	border: none;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	-webkit-padding-start: 40px;
	padding-inline-start: 40px;
	margin-top: 4px;
}

#swooo-single #toc_container.no_bullets .toc_list>li>ul li {
	margin: 3px 0;
}

#swooo-single #toc_container.no_bullets .toc_list>li>ul li>a {
	font-size: 16px;
}

#swooo-single #toc_container.no_bullets .toc_list>li>ul li ul {
	padding: 0;
	margin: 0 !important;
	border: none;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
	-webkit-padding-start: 40px;
	padding-inline-start: 40px;
}

#swooo-single #toc_container.no_bullets .toc_list>li>ul li::before {
	position: relative;
	top: -4px;
	left: -10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 100%;
	background: black;
}

#swooo-single #toc_container.no_bullets .toc_list>li::before {
	display: none;
}

#swooo-single #toc_container.no_bullets .toc_list li:last-child ul {
	margin-bottom: 0;
}

#swooo-single #toc_container.contracted {
	width: 100% !important;
}

#swooo-single blockquote {
	position: relative;
	/* 後述の疑似要素の表示位置の基準にする(必須) */
	background-color: #F7F7F7;
	/* 背景色(任意) */
	border: 1px solid #C7C7C7;
	/* 枠線(任意) */
	padding: 50px 40px 45px;
	margin: 0;
	border-radius: 4px;
	margin-bottom: 60px;
}

#swooo-single blockquote p {
	margin: 0;
}

#swooo-single blockquote::before {
	content: " “ ";
	/* 記号 */
	display: block;
	font-size: 300%;
	/* 表示サイズ */
	color: #033481;
	/* 表示色 */
	position: absolute;
	/* 絶対配置 */
	top: 25px;
	/* ボックス上端からの距離 */
	left: 20px;
	/* ボックス左端からの距離 */
}

#swooo-single blockquote::after {
	content: "”";
	/* 記号 */
	display: block;
	font-size: 300%;
	/* 表示サイズ */
	color: #033481;
	/* 表示色 */
	position: absolute;
	/* 絶対配置 */
	bottom: 0;
	/* ボックス下端からの距離 */
	right: 20px;
	/* ボックス右端からの距離 */
	height: 50px;
}

#swooo-single .wp-block-table {
	margin: 0;
	margin-bottom: 20px;
}

#swooo-single table {
	width: 100%;
	border: 1px solid #033481;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 4px;
	overflow: hidden;
	font-size: 16px;
}

#swooo-single table thead {
	background-color: #F7F7F7;
}

#swooo-single table thead tr th {
	border-bottom: 1px solid #033481;
}

#swooo-single table thead tr th:not(:last-child) {
	border-right: 1px solid #033481;
}

#swooo-single table tbody td {
	padding: 10px;
	white-space: normal;
}

#swooo-single table tbody td:not(:last-child) {
	border-right: 1px solid #033481;
}

#swooo-single table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #C7C7C7;
}

#swooo-single .wp-block-group .wp-block-group__inner-container {
	background-color: #F7F7F7;
	border-radius: 4px;
	padding: 40px;
	border: 1px solid #C7C7C7;
}

#swooo-single .wp-block-group .wp-block-group__inner-container h6 {
	font-size: 20px;
	margin-bottom: 20px;
}

#swooo-single .wp-block-group .wp-block-group__inner-container p {
	font-size: 16px;
}

#category-list {
	display: none;
	background-color: white;
	padding-top: 84px;
	padding-bottom: 200px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#category-list .category-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 300px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#category-list .category-wrapper .left {
	width: 560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#category-list .category-wrapper .cate-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 160px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #033481;
	border-radius: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#category-list .category-wrapper .cate-item p {
	margin: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#category-list .category-wrapper .right {
	width: auto;
}

#related_blog {
	background-color: white;
	padding-top: 1px;
	padding-bottom: 40px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.cta {
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center
}

.cta img {
	max-width: 100%;
	border-radius: 4px;
	max-height: 400px;
	width: auto;
}

#related_blog h2 {
	max-width: 800px;
	margin: auto;
}

#related_blog hr {
	max-width: 800px;
	width: 90%;
	border-color: #033481;
}

#related_blog .wrapper {
	/* width: 980px; */
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#related_blog .wrapper .article a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 14px;
	margin-bottom: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
}

#related_blog .wrapper .article .thumbnail {
	width: 400px;
}

#related_blog .wrapper .article .thumbnail img {
	/* width: 100%;
	height: auto; */
	width: 375px;
	height: 195px;
}

#related_blog .wrapper .article .right {
	margin-left: 50px;
}

#related_blog .wrapper .article .right p {
	margin: 0;
}

#related_blog .wrapper .article .right p a {
	color: black !important;
}

#related_blog .wrapper .article .right .category-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
	/* margin-top: 20px; */
	flex-wrap: wrap;
}

#related_blog .wrapper .article .right .category-area .category {
	padding-left: 30px;
	padding-right: 30px;
	/* width: 140px; */
	height: 30px;
	border: solid 1px #033481;
	/* border-radius: 5px; */
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

#related_blog .wrapper .article .right .category-area .category p {
	color: #033481;
}

#related_blog .wrapper .article .right .title p {
	font-size: 16px;
	line-height: 28px;
}

#related_blog .wrapper hr {
	width: 100%;
	border-color: white;
	margin: 20px 0;
}

#related_blog #more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0px;
}

#related_blog #more .wrapper {
	width: 400px;
	background-color: #033481;
	border-radius: 4px;
	margin-bottom: 0;
	text-align: center;
}

#related_blog #more .wrapper a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 28px 0;
}

.pccta img{
	max-width: 100%;
	border-radius: 4px;
	height: 400px;
	width: 711px;
}
@media screen and (min-width: 1100px) {
	.spcta {
		display : none;
	}
}

@media screen and (max-width: 1100px) {
	.spcta img{
		width: 100%;
		height: auto;
	}
	.pccta {
		display: none;
	}

	.cta_footer {
		width: 100%;
	}

	.breadcrumbs {
		max-width: 960px;
		width: 90%;
		padding-top: 70px;
		min-height: 40px;
	}

	.breadcrumbs p {
		margin-top: 11.5px;
		margin-bottom: 11.5px;
	}

	#swooo-single {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#swooo-single h1,
	#swooo-single h2,
	#swooo-single h3,
	#swooo-single h4,
	#swooo-single h5,
	#swooo-single h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#swooo-single p {
		margin: 0;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.7;
	}

	#swooo-single article {
		width: 93%;
		max-width: 960px;
		padding-top: 40px;
		padding-bottom: 14px;
	}

	#swooo-single article .article-post {
		width: 90%;
	}

	#swooo-single article .thumbnail {
		width: 100%;
		height: auto;
	}

	#swooo-single article .article-post h1 {
		font-size: 18px;
	}

	#swooo-single article .article-post .contents-table {
		padding: 10px 15px;
		margin-bottom: 15px;
	}

	#swooo-single article .article-post .contents-table p {
		font-size: 15px;
		font-weight: bold;
	}

	#swooo-single article .article-post .contents-table ul {
		margin-top: 5px;
		margin-bottom: 0;
		padding-left: 25px;
	}

	#swooo-single article .article-post .contents-table ul li {
		font-size: 13px;
	}

	#swooo-single article .article-post h2 {
		font-size: 18px;
		font-weight: bold;
	}

	#swooo-single article .article-post .next_h2 {
		font-size: 14px;
	}

	#swooo-single article .article-post h3 {
		font-size: 16px;
		padding: 5px 10px;
	}

	#swooo-single article .article-post .content-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-bottom: 45px;
	}

	#swooo-single article .article-post .content-row p {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		font-size: 14px;
	}

	#swooo-single article .article-post .content-row img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		height: 215px;
		margin-bottom: 25px;
	}

	#swooo-single article .article-post h4 {
		font-size: 16px;
	}

	#swooo-single article .article-post .next_h4 {
		font-size: 14px;
	}

	#swooo-single article .article-post h5 {
		font-size: 14px;
		font-weight: 300;
	}

	#swooo-single article .article-post .next_h5 {
		font-size: 14px;
	}

	#swooo-single article .article-post .content-lists {
		padding: 20px 15px;
		margin-bottom: 30px;
	}

	#swooo-single article .article-post .content-lists ul {
		padding-left: 20px;
	}

	#swooo-single article .article-post .content-lists ul li {
		margin-bottom: 5px;
	}

	#swooo-single article .article-post .content-btn {
		text-align: center;
		margin-bottom: 50px;
	}

	#swooo-single article .article-post .content-btn button {
		width: 80%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
	}

	#swooo-single article .article-post .content-btn .blue_btn {
		margin-right: 0;
		margin-bottom: 25px;
	}

	#swooo-single article .article-post .content-quote {
		margin-bottom: 35px;
	}

	#swooo-single article .article-post .content-quote .big-quotationmark {
		padding: 35px 20px;
	}

	#swooo-single article .article-post .content-quote .big-quotationmark::before {
		top: 10px;
		left: 10px;
		font-size: 200%;
	}

	#swooo-single article .article-post .content-quote .big-quotationmark::after {
		font-size: 200%;
		right: 10px;
		height: 30px;
	}

	#swooo-single article .article-post .content-table {
		margin-bottom: 35px;
	}

	#swooo-single article .article-post .content-table table tr {
		height: 40px;
	}

	#swooo-single article .article-post .content-table table tr th {
		font-size: 14px;
	}

	#swooo-single article .article-post .content-table table tr td {
		font-size: 13px;
		padding-left: 15px;
	}

	#swooo-single article .article-post .content-column {
		padding: 20px;
	}

	#swooo-single article .article-post .content-column .column-title {
		font-size: 14px;
		margin-bottom: 13px;
	}

	#swooo-single article .article-post .content-column .column-content {
		font-size: 13px;
	}

	#swooo-single ul {
		padding: 20px;
		padding-left: 20px;
		border-top: 1px solid #C7C7C7;
		border-bottom: 1px solid #C7C7C7;
		margin-bottom: 30px;
	}

	#swooo-single ul li {
		font-size: 14px;
		margin-bottom: 0;
	}

	#swooo-single ul>li::before {
		top: -4px;
		left: -5px;
		width: 2px;
		height: 2px;
	}

	#swooo-single #toc_container.no_bullets {
		padding: 10px 15px;
		margin-bottom: 15px;
	}

	#swooo-single #toc_container.no_bullets .toc_list>li>a {
		font-size: 15px;
	}

	#swooo-single #toc_container.no_bullets .toc_list>li>ul {
		margin-top: 5px;
		margin-bottom: 10px;
		padding-left: 25px;
	}

	#swooo-single #toc_container.no_bullets .toc_list>li>ul>li a {
		font-size: 13px;
	}

	#swooo-single .wp-block-group .wp-block-group__inner-container {
		padding: 20px;
	}

	#swooo-single .wp-block-group .wp-block-group__inner-container h6 {
		font-size: 14px;
		margin-bottom: 13px;
	}

	#swooo-single .wp-block-group .wp-block-group__inner-container p {
		font-size: 13px;
	}

	#swooo-single .wp-block-table {
		overflow: auto;
		white-space: nowrap;
	}

	#swooo-single table {
		font-size: 13px;
	}

	#category-list {
		width: 93%;
	}

	#category-list .category-wrapper {
		width: 90%;
	}

	#category-list .category-wrapper .left {
		width: 100%;
	}

	#category-list .category-wrapper .right .cate-item {
		margin: 0;
	}

	#category-list .category-wrapper .cate-item {
		width: 80px;
		height: 30px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	#category-list .category-wrapper .cate-item p {
		font-size: 10px;
	}

	#related_blog {
		width: 93%;
		padding-top: 1px;
		padding-bottom: 45px;
		margin-bottom: 30px;
	}

	#related_blog h2 {
		width: 90%;
		font-size: 16px;
		margin-bottom: 10px;
		border-bottom: 2px solid #033481 !important;
		padding-bottom: 10px;
		color: #033481;
		font-size: 18px;
		font-weight: bold;
	}

	#related_blog .wrapper {
		min-width: 310px;
		width: 90%;
	}

	#related_blog .wrapper .article a {
		width: 100%;
		height: inherit;
	}

	#related_blog .wrapper .article a .thumbnail {
		min-width: 120px;
		width: 30%;
		height: auto;
		margin-right: 20px;
	}

	#related_blog .wrapper .article a .thumbnail img {
		width: 100%;
		height: auto;
		/* height: 100%; */
		/* width: 120px;
		height: 62px; */

	}

	#related_blog .wrapper .article a .right {
		margin: 0;
		height: auto;
	}

	#related_blog .wrapper .article a .right .category-area {
		margin: 0;
		margin-bottom: 5px;
		flex-wrap: wrap;
	}

	#related_blog .wrapper .article a .right .category-area .category {
		padding-left: 15px;
		padding-right: 15px;
		/* width: 80px; */
		height: 20px;
		margin-bottom: 5px;

	}

	#related_blog .wrapper .article a .right .category-area .category p {
		color: #033481;
	}

	#related_blog .wrapper .article a .right p {
		font-size: 12px;
	}

	#related_blog .wrapper .article a .right .title p {
		font-size: 13px;
	}

	#related_blog #more .wrapper {
		width: 250px;
		height: 50px;
	}

	#related_blog #more .wrapper a {
		font-size: 14px;
		padding: 15px 0;
		height: 20px;
	}

	#closed {
		background-size: cover;
	}

	#closed .container-wrapper {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	#closed .container-wrapper .copy {
		width: 180px;
		margin-bottom: 40px;
	}

	#closed .container-wrapper .copy p {
		font-size: 17px;
		line-height: 30px;
		font-weight: 100;
	}

	#closed .container-wrapper #cv {
		margin-bottom: 0;
	}

	#closed .container-wrapper #cv .wrapper {
		width: 250px;
		height: 50px;
	}

	#closed .container-wrapper #cv .wrapper a {
		font-size: 13px;
	}

	#related_blog .wrapper .article a {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#related_blog .wrapper .article .right {
		width: 66%;
	}

}

/*# sourceMappingURL=single.css.map */