@charset "utf-8";

/* 共通
---------------------------------------- */
h1 {
	font-family: "Zen Kaku Gothic Antique", serif;
	color: var(--textColor);
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.625rem;
	opacity: 0.9;
}

.questionSection {
	margin-top: 2em;
}

.questionSection dl {
	margin-bottom: 4em;
}

.questionSection a {
	text-decoration: underline;
}

.questionSection ol {
	list-style: decimal;
	padding-left: 1em;
}

.questionTitle {
	font-size: 1rem;
	color: #1464c2;
	font-weight: bold;
	border-radius: 4px;
	background: #d3e8ff;
	display: inline-block;
	padding: 0.5rem;
	margin-bottom: 1.2rem;
}

/* #questionIndex
----------------------------------------------*/
.questionIndex {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #b0b0b0;
}

.questionIndex > li {
	background: url("../../images/question/arrow01.svg") 7px 7px no-repeat;
	background-position: right;
	display: inline;
	padding-right: 1.5rem;
	margin: 0 2.3rem 1rem 0;
}

/*===============================================
●画面の横幅が769px以上(PC)
===============================================*/
@media screen and (min-width: 770px) {
}

/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
}
