@charset "utf-8";

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

	108

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


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

	header

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

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


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

	introduction

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

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;
}


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

	本文

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

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

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

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





