@charset "utf-8";

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

	000

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


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

	introduction

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

body.contents.topics .post header h1 {
	margin: 0 auto;
}

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

body.contents.topics .post .introduction .text h2 span {
	display: block;
}

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

body.contents.topics .post .site_column .introduction .text {
	font-size: 1em;
}

}

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

	本文

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

body.contents.topics .post .detail > section {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

main .detail .column_2 {
	justify-content: space-between;
}

main .detail .column_2 section {
	width: 48%;
}

main .detail .column_2 section h3 {
	margin-top: 0;
}

main .detail .button {
	margin-top: 2em;
}

main .detail .button a {
	padding: 1em 2em;
}

main .detail .plan {
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	color: rgba(var(--main-color),1);
}

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

main .detail .column_2 section {
	width: 100%;
}

main .detail .column_2 section:last-child h3 {
	margin-top: 7vw;
}

main .detail .button {
	margin-bottom: 10vw;
}

main .detail .plan {
	margin-top: 2vw;
	margin-bottom: 10vw;
}

}