@charset "utf-8";
/*------------------------------------------------------------
	qanda
------------------------------------------------------------*/
#main {
	margin-bottom: 148px;
}
#main .pageLead {
	margin-bottom: 90px;
	padding-bottom: 35px;
	min-height: max(368px,28.7vw);
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#main .pageLead h2 {
	margin: 0 auto;
	max-width: 992px;
	width: 100%;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}
#main .pageLead h2 span {
	margin-bottom: 16px;
	display: block;
	font-size: 6.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .content {
	width: 1166px;
}
#main .ctrText {
	margin-bottom: 120px;
	color: #3e3a39;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.31em;
	text-align: center;
}
#main .naviList {
	margin-bottom: 143px;
}
#main .naviList li {
	width: 275px;
	position: relative;
	display: flex;
	align-items: center;
}
#main .naviList li:nth-child(2) {
	width: 279px;
}
#main .naviList li:nth-child(3) {
	width: 257px;
}
#main .naviList li:nth-child(3) a {
	padding-left: 20px;
}
#main .naviList li:nth-child(4) a {
	padding-left: 20px;
}
#main .naviList li a {
	padding-top: 13px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-align: center;
}
#main section:not(:last-of-type) {
	margin-bottom: 130px;
}
#main section h3 {
	margin-bottom: 60px;
	padding: 5px 30px;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	border-radius: 50px;
	background : linear-gradient(90deg, rgba(249, 187, 82, 1) 0%, rgba(244, 161, 74, 1) 21.28%, rgba(235, 140, 67, 1) 35.51%, rgba(230, 127, 63, 1) 49.9%, rgba(228, 122, 61, 1) 62.7%, rgba(231, 77, 43, 1) 100%);
}
#main section p {
	margin-bottom: 43px;
	color: #3e3a39;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#main section dl {
	color: #231815;
	border-radius: 15px;
	background: #fff;
	box-shadow : 0px 0px 10px rgba(235, 95, 40, 0.5);
	overflow: hidden;
}
#main section dl:not(:last-of-type) {
	margin-bottom: 69px;
}
#main section dt {
    padding: 14px 60px 13px 101px;
	position: relative;
	color: #eb5f28;
    font-size: 2.42rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.8333;
	cursor: pointer;
}
#main section dt::before {
	margin-top: -2px;
	width: 30px;
	position: absolute;
	right: 32px;
	top: 50%;
	border-top: 4px solid #eb5f28;
	content: "";
}
#main section dt::after {
	margin-top: 1px;
	height: 30px;
	position: absolute;
	right: 45px;
	top: 50%;
	border-right: 4px solid #eb5f28;
	transform: translateY(-50%);
	content: "";
}
#main section dt.on::after {
	opacity: 0;
}
#main section dt.spcace01 {
    letter-spacing: 0.12em;
}
#main section dd {
	display: none;
    padding: 25px 30px 44px 101px;
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	line-height: 2.0625;
	text-align: justify;
}
#main section dd.spcace01 {
    letter-spacing: 0.16em;
}
#main section dd.spcace02 {
    letter-spacing: 0.13em;
}
#main section dd a {
	color: #231815;
	text-decoration: underline;
	word-break: break-all;
}
#main section dd ul {
	margin-top: 7px;
}
#main section dd li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#main section dd li:not(:last-child) {
	margin-bottom: 22px;
}
#main section dd li span {
	margin-bottom: -6px;
	display: block;
}
#main section dd .text {
	margin-bottom: 20px;
}
#main section dd .text:last-child {
	margin-bottom: 0;
}
#main .sec01 h3 {
	margin-bottom: 22px;
}
@media all and (min-width: 897px) {
	#main .naviList li:hover {
		opacity: 0.7;
	}
	#main section dd a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 80px;
	}
	#main .pageLead {
		margin-bottom: 30px;
		min-height: 60vw;
	}
	#main .pageLead h2 {
		margin: 0 20px;
		font-size: 4vw;
	}
	#main .pageLead h2 span {
		margin-bottom: 5px;
		font-size: 9vw;
	}
	#main .content {
		width: auto;
	}
	#main .ctrText {
		margin-bottom: 40px;
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
	#main .naviList {
		margin: 0 auto 40px;
		max-width: 400px;
	}
	#main .naviList li {
		width: 48% !important;
	}
	#main .naviList li:nth-child(3) a {
		padding-left: 0;
	}
	#main .naviList li:nth-child(4) a {
		padding-left: 0;
	}
	#main .naviList li a {
		padding-top: 0;
		font-size: 1.4rem;
		letter-spacing: 0.15em;
	}
	#main section:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#main section h3 {
		margin-bottom: 30px;
		padding: 5px 15px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}
	#main section p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
	#main section dl {
		border-radius: 10px;
	}
	#main section dl:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#main section dt {
		padding: 14px 48px 15px 70px;
		font-size: 1.7rem;
		letter-spacing: 0.05em !important;
		line-height: 1.5 !important;
		background-size: 40px !important;
	}
	#main section dt::before {
		width: 21px;
		right: 18px;
		border-width: 3px;
	}
	#main section dt::after {
		margin-top: 0;
		height: 21px;
		right: 27px;
		border-width: 3px;
	}
	#main section dd {
		padding: 20px 30px 20px 70px;
		font-size: 1.3rem !important;
		letter-spacing: 0.05em !important;
		line-height: 1.8 !important;
		background-size: 40px !important;
		}
	#main section dd li {
		padding-left: 1.1em;
		text-indent: -1.1em;
	}
	#main section dd li:not(:last-child) {
		margin-bottom: 10px;
	}
	#main section dd li span {
		margin-bottom: 0;
	}
	#main .sec01 h3 {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 374px) {
}
