/*フォントを読み込み*/
@import url("../../style/fonts.css");

button {
	display: block;
	width: 100%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-right: 0;
}

img {
	width: 100%;
}

.quiz,
.answer {
	margin: 2em;
}

.question,
.answer-desc {
	border: 7px solid #313131;
	padding: 2em;
}


/*位置をずらしてborder上に配置*/
.title {
	position: relative;
	top: 30px;
	background-color: white;
	display: inline;
}

.text-red {
	color: red;
}

.text-blue {
	color: blue;
}

.reproduction {
	text-decoration: none;
}

.reproduction>button {
	transition: background-color 2s ease-in-out, color 2s ease-in-out;
}

/*結果画面*/
.result {
	font-size: 3em;
	color: red;
}

.result-text {
	font-size: 2em;
}

.twitter {
	background-color: #00acee;
}

.btn-link {
	text-decoration: none;
}

.result-msg {
	text-align: center;
}

.result-img {
	width: auto;
	max-height: 50vh;
	max-width: 100vw;
}

/* PCの場合 */
@media screen and (min-width: 1025px) {
	.question {
		display: flex;
	}

	.question>img {
		width: 50%;
	}
}


/*デフォルトスタイルに戻す*/
main h1 {
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

main h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}