#blog #container * {
	box-sizing: border-box;
}
#blog #container {
	gap: 50px;
}
#blog #container #contents {
	width: 100%;
	padding-right: 0;
}

#blog #container #contents .head-comment {
	margin: 0 20px 30px;
}

#blog #container #contents .head-comment h2 {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#blog #container #contents .head-comment h2 span {
	color: #34ae37;
}

#blog #container #contents .head-comment .text {
	text-align: center;
}
.post-contents > p {
	letter-spacing: 1.6px;
	margin-bottom: 3.8rem;
	clear: both;
}
.post-contents > p:before,
.post-contents > p:after {
	display: table;
	content: "";
}
.post-contents > p:after {
	clear: both;
}

.post-contents > p[style="text-align: left;"],
.post-contents > p[style="text-align: center;"],
.post-contents > p[style="text-align: right;"] {
	margin-bottom: 3.2rem;
}

.post-contents img.alignleft {
	float: left;
	max-width: 42%;
	margin: 0 2rem 0.5rem 0;
}

.post-contents img.alignright {
	float: right;
	max-width: 42%;
	margin: 0 0 0.5rem 2rem;
}

.post-contents img.aligncenter {
	display: block;
	margin: 0 auto;
}

.post-contents h2 {
	scroll-margin-top: 80px;
}

/* archive */
#blog .post-archive ul.cat-list {
	margin-bottom: 5px;
}

#blog.archive #contents .post {
	border: solid 1px #ddd;
	padding: 5px 25px;
	margin-bottom: 30px;
}

#blog .post-contents .cont {
	padding-bottom: 75px;
	padding-left: 160px;
	box-sizing: border-box;
	position: relative;
}

#blog .side-menu ul .side-cat-item > a {
	display: flex;
	align-items: center;
	position: relative;
	gap: 15px;
	font-size: 14px;
	font-weight: bold;
}
#blog .side-menu ul .side-cat-item > a > i {
	content: "";
	width: 36px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#blog .side-menu ul .side-cat-item > a > i > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* CV */
.post-header-cv {
	width: 100%;
	position: relative;
	background-image: url("../img/common/bg-pattern.png");
	background-repeat: repeat;
	background-position: center;
	padding: 50px 3%;
	margin-bottom: 30px;
	overflow: hidden;
}
.phcv-inner {
	width: 100%;
}
.phcv-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3%;
}
.phcv-grid-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.phcv-ttl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px 7px;
	text-align: center;
	font-weight: bold;
	color: #35ae37;
	white-space: nowrap;
	font-size: 16px;
}
.phcv-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
}
.phcv-cont > a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}
.phcv-cont > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.phcv-cont > a:hover {
	filter: brightness(1.07);
}

.phcv-cont > div {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.phcv-cont > div > a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}

.phcv-cont > div > a:hover {
	filter: brightness(1.07);
}
.phcv-cont > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.post-bottom-cv {
	width: 100%;
	position: relative;
	background: #fafafa;
	padding: 50px 3%;
	margin-bottom: 30px;
	overflow: hidden;
}
.pbcv-inner {
	width: 100%;
}
.pbcv-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.pbcv-flex > h2 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	background: #fff;
	padding: 10px;
	margin-bottom: 0;
	font-size: 20px;
	white-space: nowrap;
}
.pbcv-flex > h2 > span {
	color: #35ae37;
}
.pbcv-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.pbcv-cont > a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}
.pbcv-cont > a:hover {
	filter: brightness(1.07);
}

.pbcv-cont > a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pbcv-btn-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	background: rgb(54 174 56 / 11%);
	padding: 20px;
}
.pbcv-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
	border: 1px solid #3bb077;
	color: #35ae37;
	padding: 10px;
	gap: 5px;
	transition: all ease 0.33s;
}
.pbcv-btn:hover {
	background: transparent;
}

.pbcv-btn::before {
	content: "";
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
}
.pbcv-btn > span {
	font-weight: 600;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
}
.pbcv-btn.pbcv-btn-tel > span {
	font-family: "Josefin Slab", serif;
	font-size: 30px;
	white-space: nowrap;
	margin-top: 2px;
}
.pbcv-btn.pbcv-btn-tel::before {
	width: 20px;
	aspect-ratio: 1 / 1;
	background-image: url("../img/common/icon-tel.svg");
	margin-top: -4px;
}

.pbcv-btn.pbcv-btn-email > span {
	font-size: 14px;
}
.pbcv-btn.pbcv-btn-email::before {
	width: 20px;
	aspect-ratio: 1 / 1;
	background-image: url("../img/common/icon-mail-gr.svg");
}

.pbcv-btn.pbcv-btn-line::before {
	content: none;
}
.pbcv-btn.pbcv-btn-line > div {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0 auto;
}
.pbcv-btn.pbcv-btn-line > div > figure {
	width: 38px;
	height: auto;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbcv-btn.pbcv-btn-line > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pbcv-btn.pbcv-btn-line > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 4px;
}
.pbcv-btn.pbcv-btn-line > div > div > span {
	width: 100%;
	white-space: nowrap;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
}
.pbcv-btn.pbcv-btn-line > div > div > p {
	width: 100%;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}

/* ez */
#ez-toc-container {
	background: #fafafa;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin-bottom: 30px;
	padding: 30px 20px !important;
	position: relative;
	width: 100%;
}

div#ez-toc-container p.ez-toc-title {
	font-size: 22px;
	letter-spacing: 2.4px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #34ae37;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

div#ez-toc-container p.ez-toc-title::before {
	content: "";
	background: url(../img/blog/icon-contents.svg) left center no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 26px;
	height: auto;
	aspect-ratio: 1 / 1;
}

#ez-toc-container li.ez-toc-heading-level-2 {
	margin-bottom: 1rem;
}

#ez-toc-container li::before {
	display: none;
}

#ez-toc-container a {
	text-decoration: underline !important;
	text-underline-offset: 2px;
	font-size: 17px;
	margin-bottom: 5px;
	transition: all ease 0.33s;
}
#ez-toc-container a:hover {
	color: #34ae37 !important;
}

#ez-toc-container a.ez-toc-toggle {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 10;
}
#ez-toc-container a:visited {
	color: initial;
}

.article-summary-wrapper {
	background: #e7f1e6;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin-bottom: 30px;
	padding: 30px 20px !important;
	position: relative;
	width: 100%;
}
.post-contents .article-summary-title {
	font-size: 22px;
	letter-spacing: 2.4px;
	line-height: 1.5;
	color: #34ae37;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.article-summary-wrapper > ul {
	margin-bottom: 10px;
}
.article-summary-wrapper li {
	margin: 0.4em 0;
}
.article-summary-wrapper a {
	text-decoration: underline !important;
	text-underline-offset: 2px;
	font-size: 17px;
	margin-bottom: 5px;
	transition: all ease 0.33s;
}
.article-summary-wrapper a:hover {
	color: #34ae37;
}

/* supervisor & author */
.sec-supervisor,
.sec-author {
	width: 100%;
	position: relative;
	border: 1px solid #34ae37;
	padding: 50px 5.8% 30px;
	margin-top: 50px;
	margin-bottom: 60px;
}
.sec-supervisor > h3,
.sec-author > h3 {
	position: absolute;
	top: -20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
}
.sec-supervisor > h3 > span,
.sec-author > h3 > span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 0 25px;
	position: relative;
	z-index: 10;
}
.supervisor-list-box,
.author-list-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
	overflow: hidden;
	position: relative;
}

.supervisor-list-item,
.author-list-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.supervisor-list-item > figure,
.author-list-item > figure {
	width: 21.4%;
	max-width: 180px;
	min-width: 140px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.supervisor-list-item > figure > img,
.author-list-item > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.supervisor-list-item > div,
.author-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.supervisor-name-box,
.author-name-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.supervisor-name-box > h4,
.author-name-box > h4 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
	color: #34ae37;
}
.supervisor-name-box > span,
.author-name-box > span {
	font-size: 15px;
	line-height: 1;
	color: #34ae37;
}
.supervisor-list-item > div > p,
.author-list-item > div > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}

/* related card */
.related-card-wrapper {
	width: 100%;
	position: relative;
	border: 1px solid #34ae37;
	padding: 50px 5.8% 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.related-card-wrapper + br {
	display: none;
}
.related-card-wrapper > p {
	position: absolute;
	top: -20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	padding: 0;
	border: none;
}
.related-card-wrapper > p > span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 0 25px;
	position: relative;
	z-index: 10;
}
.related-card-list-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
	overflow: hidden;
	position: relative;
}

.related-card {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.related-card > figure {
	width: 29%;
	max-width: 244px;
	min-width: 200px;
	height: auto;
	aspect-ratio: 244 / 163;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.related-card > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related-card > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.related-card-ttl-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.related-card-ttl-box > h4 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #34ae37;
	padding: 0;
	border: none;
}

.related-card-ttl-box > div > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}
.related-card-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #34ae37;
	display: flex;
	justify-content: center;
	align-items: center;
}
.related-card-icon > svg {
	fill: #fff;
	width: 23px;
	height: auto;
}

/* relation box */
#contents section.relation-box h2 {
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px;
	margin-bottom: 0;
}

.relation-box .relation-list {
	justify-content: center;
	margin-top: 4rem;
}

.relation-box .post {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
}

.relation-box .post:nth-child(3n),
.relation-box .post:last-child {
	margin-right: 0;
}

.relation-box .post a {
	display: block;
}

.relation-box .ttl.flex {
	width: 100%;
	align-items: center;
	margin: 0;
}

.relation-box a:hover figure {
	background: #000;
}

.relation-box a:hover figure img {
	opacity: 0.75;
	transform: scale(1.1);
}

.col-post .img {
	width: 100%;
	height: auto;
	aspect-ratio: 120 / 80;
	line-height: 0.5;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.col-post .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.col-post .ttl {
	font-weight: 300;
	text-align: justify;
	letter-spacing: 1.2px;
}

.col-post .post-time {
	text-align: right;
	line-height: 1.8;
}

@media screen and (max-width: 1200px) {
	.phcv-ttl {
		font-size: 14px;
	}
	.pbcv-flex > h2 {
		font-size: 18px;
	}
	.sec-supervisor > h3 > span,
	.sec-author > h3 > span,
	.related-card-wrapper > p > span {
		font-size: 20px;
	}
	.pbcv-btn.pbcv-btn-tel > span {
		font-size: 24px;
	}
}
@media screen and (max-width: 1000px) {
	#blog #container {
		padding-top: 30px;
		gap: 30px;
	}
	#blog.archive #contents .post {
		padding: 15px;
		margin-bottom: 15px;
	}

	#blog.archive #contents .post-archive > .flex {
		flex-direction: column;
		margin: 0;
	}
	#blog .post-archive ul.cat-list {
		margin-bottom: 10px;
	}
	#blog.archive .user-comment {
		margin: 0;
	}

	#blog .faq-list {
		margin: 0;
	}

	#blog .faq-list dt {
		padding: 5px 0 5px 50px;
		margin-bottom: 10px;
	}

	#blog .faq-list dd {
		margin-bottom: 15px;
	}

	#blog .comment {
		margin-top: 0;
		padding: 15px;
	}

	#blog .comment h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	#blog .post-contents .cont {
		padding-bottom: 60px;
		margin-bottom: 20px;
		padding-left: 0;
	}

	#blog #container #sidebar {
		margin-top: 0px;
		display: block;
	}

	#blog #container #contents .head-comment {
		margin: 30px 10px;
	}

	#blog #container #contents .head-comment h2 {
		font-size: 1.8rem;
	}

	#blog #container #contents .head-comment h2 span {
		display: block;
	}

	.post-contents p {
		margin-bottom: 3rem;
		text-align: justify;
	}

	.post-contents p[style="text-align: left;"],
	.post-contents p[style="text-align: center;"],
	.post-contents p[style="text-align: right;"] {
		margin-bottom: 3rem;
	}

	.post-contents img.alignleft,
	.post-contents img.alignright {
		float: none;
		max-width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto 2rem;
	}

	.relation-box {
		margin: 3rem -2rem 0;
		padding: 1.5rem 2rem 1rem;
		border-right: none;
		border-left: none;
	}

	.relation-box h2 {
		font-size: 2rem;
		margin: 0 -2rem 2rem;
		padding: 8px 5px 10px;
		border-top: solid 1px var(--main-color);
		border-bottom: solid 1px var(--main-color);
	}

	.relation-box .relation-list {
		margin-top: 2rem;
	}

	.col-post .post {
		width: 100%;
		margin: 0 0 2rem;
	}

	.col-post .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.col-post .post a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.col-post .img {
		width: 120px;
		height: auto;
		aspect-ratio: 120 / 80;
		margin: 0;
	}

	.col-post .txt {
		width: calc(100% - 120px);
		padding-left: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.post-header-cv {
		padding: 30px 3%;
	}
	.phcv-grid-item {
		gap: 10px;
	}
	.phcv-ttl {
		padding: 5px;
		line-height: 1.4;
	}

	.post-bottom-cv {
		padding: 30px 3%;
	}
	.pbcv-flex {
		gap: 25px;
	}
	.pbcv-btn-list {
		gap: 10px;
		padding: 15px;
	}
	.pbcv-btn {
		padding: 10px 5px;
	}
	.pbcv-btn.pbcv-btn-tel > span {
		font-size: 22px;
	}
	.pbcv-btn.pbcv-btn-email > span {
		font-size: 12px;
	}
	.pbcv-btn.pbcv-btn-line > div > figure {
		width: 26px;
	}
	.pbcv-btn.pbcv-btn-line > div > div > p {
		font-size: 13px;
	}
	.pbcv-btn.pbcv-btn-line > div > div > span {
		font-size: 9px;
	}

	div#ez-toc-container {
		padding: 20px !important;
	}

	div#ez-toc-container p.ez-toc-title {
		font-size: 18px;
	}

	#ez-toc-container ul ul,
	.ez-toc div.ez-toc-widget-container ul ul {
		margin-left: 1rem;
	}

	#ez-toc-container a {
		letter-spacing: 0;
	}

	.ez-toc-counter nav ul li a::before {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#ez-toc-container a.ez-toc-toggle {
		top: 20px;
	}
	#ez-toc-container a {
		font-size: 15px;
	}

	.post-contents .article-summary-title {
		font-size: 18px;
	}
	.article-summary-wrapper {
		padding: 20px !important;
	}
	.article-summary-wrapper a {
		font-size: 15px;
	}
}

@media screen and (max-width: 640px) {
	.pbcv-btn-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.pbcv-flex > h2 {
		font-size: 15px;
	}
}
@media screen and (max-width: 500px) {
	.phcv-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.sec-supervisor,
	.sec-author {
		padding: 30px 5% 20px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.sec-supervisor > h3,
	.sec-author > h3 {
		top: -14px;
	}
	.sec-supervisor > h3 > span,
	.sec-author > h3 > span {
		font-size: 18px;
		padding: 0 20px;
	}
	.supervisor-list-item,
	.author-list-item {
		gap: 20px;
		flex-flow: column;
	}
	.supervisor-list-item > figure,
	.author-list-item > figure {
		width: 150px;
	}
	.supervisor-name-box,
	.author-name-box {
		gap: 10px;
		flex-flow: column;
	}

	.related-card-wrapper {
		padding: 30px 5% 20px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.related-card-wrapper > p {
		top: -14px;
	}
	.related-card-wrapper > p > span {
		font-size: 18px;
		padding: 0 20px;
	}
	.related-card {
		gap: 20px;
		flex-flow: column;
	}
	.related-card > figure {
		width: 100%;
		max-width: none;
	}
	.related-card-icon {
		width: 40px;
	}
	.related-card-icon > svg {
		width: 18px;
	}
}
