

body {
	padding-top: 60px;
}

article {
	margin-bottom: 40px;
}

.section__title {
    margin-bottom: 0;
}
.section__headline:after {
    bottom: -18px;
}
.section__headline {
    margin-bottom: 36px;
}
.section__note {
    letter-spacing: .12em;
    margin-left: .12em;
}
.section__text {
	margin: 20px 0;
	width: 100%;
}
.section__text p {
	text-align: center;
	line-height: 1.5;
	font-size: 1em;
} 
.section__text img {
	width: 100%;
}
.section__bnr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content: space-around;
	padding: 0 6px;
}
.section__bnr li {
	width: 47%;
	margin-bottom: 16px;
}
.section__bnr img {
	width: 100%;
	margin-bottom: 6px;
}
.section__bnr p {
	text-align: center;
}

.wrapCont {
    padding: 0 20px;
	overflow: hidden;
}

.wrapCont__category {
	margin-bottom: 64px;
}

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

.wrapCont__list {
	margin-top: 10px;
}

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

.wrapCont__list__itemDesc {
	display: none;
	padding: 20px 24px;
	margin: 0 auto 32px;
	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: .93rem;
	line-height: 1.85;
	letter-spacing: .02em;
	text-align: justify;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes hide{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.bnr__top {
    width: 24px;
    height: 11.5px;
    position: fixed;
    bottom: 110px;
    right: 15px;
    left: auto;
    top: auto;
	z-index: 10;
	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;
	padding-bottom: 10px;
}
