

body {
	padding-top: 104px;
}

article {
	margin-bottom: 96px;
}

.section__title {
    margin-bottom: 0;
}
.section__headline:after {
    bottom: -28px;
}
.section__headline {
    margin-bottom: 52px;
}
.section__note {
    letter-spacing: .12em;
}
.section__text {
	margin: 60px 0;
	width: 100%;
}
.section__text p {
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
} 
.section__text img {
	width: 100%;
}
.section__bnr {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 40px auto;
	width: 80%;
	justify-content: space-between;
}
.section__bnr li {
	width: 24%;
	margin-bottom: 5px;
}
.section__bnr img {
	width: 100%;
}
.section__bnr p {
	font-size: 1.2rem;
	text-align: center;
    margin-top: 5px;
}

.wrapCont {
	width: 80%;
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}

.wrapCont__category {
	/* width: 30%; */
	/* float: left; */
	margin-right: 3%;
	margin-right: 0;
	margin-bottom: 5%;
}

.wrapCont__categoryTitle {
	background: #f7f6f2;
	padding: 16px;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.wrapCont__list {
	margin-top: 10px;
}

.wrapCont__list__itemTitle {
	font-size: 1rem;
	padding: 12px 16px;
	cursor: pointer;
	line-height: 1.7;
	text-align: justify;
	letter-spacing: .03em;
}
.wrapCont__list__itemTitle:hover,
.wrapCont__list__itemTitle.-active {
	color: #a57e2a;
}

.wrapCont__list__itemDesc {
	display: none;
	padding: 13px 16px;
	margin: 4px auto 24px;
	background-color: #f5f5f5;
	background: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), color-stop(0.25, #f5f5f5), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #f5f5f5), color-stop(0.75, #f5f5f5), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #f5f5f5 25%, white 25%, white 50%, #f5f5f5 50%, #f5f5f5 75%, white 75%, white);
	background: linear-gradient(-45deg, #f5f5f5 25%, white 25%, white 50%, #f5f5f5 50%, #f5f5f5 75%, white 75%, white);
	background-size: 4px 4px;
	font-size: .83rem;
	line-height: 1.8;
	letter-spacing: .02em;
	text-align: justify;
}

.bnr__top {
    width: 24px;
    height: 11.5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: auto;
    top: auto;
	opacity: 0;
    animation: hide 0.3s linear 0s;
}
.bnr__top svg {
	width: 24px;
    height: 11.5px;
	fill: #48322C;
}
.scrolled.fadeIn .bnr__top {
	opacity: 1;
    animation: show 0.3s linear 0s;
}

/*------------------------------------------------------------
        pagePath 2022.05
------------------------------------------------------------*/
.faq #pagePath li{
    color: #000 !important;
}
.faq #pagePath li a{
    color: #000 !important;
}
.faq #pagePath li + span{
    color: #000 !important;
}
.faq #pagePath{
    padding-top: 0 !important;
}