@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	102

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

body.contents.topics .post header .image {
	max-width: 1200px;
}


/*------------------------------------------------------------------------------

	introduction

------------------------------------------------------------------------------*/

body.contents.topics .post .introduction .text h2 {
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: bold;
  color: rgba(var(--main-color),1);
}

/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

main .detail section h2 .school {
	display: block;
	font-size: .75em;
}

main .detail section .presenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

main .detail section .presenter dl {
	margin-top: 0;
}

main .detail section .presenter dl:first-child {
	margin-right: 2em;
}

main .detail section .group {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}

main .detail section div.group:nth-of-type(2n) {
	flex-direction: row-reverse;
}

main .detail section .group figure {
	margin: 0 !important;
}

main .detail section .group .text {
	width: 71%;
}

main .detail section .group figure {
	width: 25%;
}

main .detail section .comment {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 2em auto 0;
	padding: 2em;
	border: 2px dashed rgba(var(--main-color),1);
}

main .detail section .comment .text {
	flex: 1;
	order: 2;
}

main .detail section .comment .text h3 {
	margin-bottom: .5em;
	font-weight: bold;
	color: rgba(var(--main-color),1);
}

main .detail section .comment .text h3 .belong {
	display: block;
}

main .detail section .comment .text p {
	font-size: .875em;
}

main .detail section .comment figure {
	width: 8em;
	margin: 0 1.5em 0 0;
	order: 1;
}

main .detail section .comment figure {
	line-height: 1.4;
}
main .detail section .comment figure figcaption .belong {
	display: block;
}


@media screen and (max-width: 767px) {

main .detail section .presenter {
	display: block;
}

main .detail section .presenter dl:first-child {
	margin-right: 0;
}

main .detail section .group {
	display: block;
	margin-top: 1em;
}
	
main .detail section .group .text,
main .detail section .group figure {
	width: auto !important;
	margin-bottom: 1em;
}

main .detail section .comment {
	padding: 1em 1.5em;
}

}


/*	#sec
------------------------------------------------------------------------------*/

main .detail section .cont_1 .text {
	width: 71%;
}

main .detail section .cont_1 figure {
	width: 25%;
}


/*	.review
------------------------------------------------------------------------------*/

main .detail .review .group {
	flex-direction: row-reverse;
}

main .detail .review .group .text {
	width: 81%;
}

main .detail .review .group .text .right {
	text-align: right;
}

main .detail .review .group figure {
	width: 15%;
}
