.singleInfoArea + .singleKv{
	margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.singleInfoArea + .singleKv{
		margin-top: 3.2vw;
	}	
}
@media only screen and (max-width: 767px) {
	.singleInfoArea + .singleKv{
		margin-top: 5vw;
	}	
}



/* .column_single #singleContents >.inner{
	width: 90%;
} */

.column_single #singleContents.ownedMediaContents .noSidebarContents .noSidebarContentsInner{
	padding-right: 0;
	padding-left: 0;
}



.column_single .writerInfoArea{
	width: 100%;
	box-sizing: border-box;
}
.column_single .writerInfoArea + *{
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoArea + *{
		margin-top: 5vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoArea + *{
		margin-top: 8vw;
	}
}
.column_single .writerInfoArea .writerInfoBox{
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoArea .writerInfoBox{
		padding: 3.2vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoArea .writerInfoBox{
		padding: 5vw;
	}
}
.column_single .writerInfoBox .writerName{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName{
		gap: 3.2vw;
	}	
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName{
		gap: 3.5vw;
	}	
}
.column_single .writerInfoBox .writerName .img{
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	border:	1px solid #ddd;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName .img{
		width: 14vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName .img{
		width: 20vw;
	}
}
.column_single .writerInfoBox .writerName .img > img{
	width: 100%;
	max-width: none;
	aspect-ratio: 1 / 1;
	display: block;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.column_single .writerInfoBox .writerName .nameArea{
	width: 100%;
	box-sizing: border-box;
}
.column_single .writerInfoBox .writerName .nameArea .name{
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName .nameArea .name{
		font-size: 3vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName .nameArea .name{
		font-size: 3.4vw;
	}
}
.column_single .writerInfoBox .writerName .nameArea .name + .introduction{
	margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName .nameArea .name + .introduction{
		margin-top: 1vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName .nameArea .name + .introduction{
		margin-top: 2vw;
	}
}
.column_single .writerInfoBox .writerName .nameArea .introduction{
	line-height: 1.6;
	font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName .nameArea .introduction{
		font-size: 1.7vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName .nameArea .introduction{
		font-size: 2.6vw;
	}
}



.column_single .writerInfoBox .writerName + .writerDetail{
	margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerName + .writerDetail{
		margin-top: 3vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerName + .writerDetail{
		margin-top: 4vw;
	}
}
.column_single .writerInfoBox .writerDetailSummary {
	padding: 10px 38px 10px 10px;
	display: block;
	background-color: #b5efd7;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	list-style: none;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailSummary {
		padding: 1vw 4vw 1vw 1vw;
		font-size: 1.7vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailSummary {
		padding: 2.6vw 6vw 2.6vw 2.6vw;
		font-size: 3vw;
	}
}
.column_single .writerInfoBox .writerDetailSummary::-webkit-details-marker {
	display: none;
}
.column_single .writerInfoBox .writerDetailSummary::after {
	content: "+";
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailSummary::after{
		font-size: 1.7vw;
		right: 1vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailSummary::after{
		font-size: 2.6vw;
		right: 2.6vw;
	}
}
.column_single .writerInfoBox .writerDetail[open] .writerDetailSummary::after {
	content: "−";
}
.column_single .writerInfoBox .writerDetailSummary + .writerDetailTextArea{
	margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailSummary + .writerDetailTextArea{
		margin-top: 3vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailSummary + .writerDetailTextArea{
		margin-top: 4vw;
	}
}
.column_single .writerInfoBox .writerDetailTextArea {
	width: 100%;
	box-sizing: border-box;
}
.column_single .writerInfoBox .writerDetailTextBox{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailTextBox{
		gap: 3vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailTextBox{
		gap: 2vw;
	}
}
.column_single .writerInfoBox .writerDetailPhoto{
	width: 120px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailPhoto{
		width: 16vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailPhoto{
		width: 22vw;
	}
}
.column_single .writerInfoBox .writerDetailPhoto > img{
	width: 100%;
	max-width: none;
	display: block;
}
.column_single .writerInfoBox .writerDetailText{
	width: 100%;
	line-height: 1.6;
	font-size: 14px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.column_single .writerInfoBox .writerDetailText{
		font-size: 1.7vw;
	}
}
@media only screen and (max-width: 767px) {
	.column_single .writerInfoBox .writerDetailText{
		font-size: 2.6vw;
	}
}


