.topics,
.contents {
	padding-top: 60px;
}

.topics .section__title,
.contents .section__title {
	margin-bottom: 24px;
}

.topics .section__headline,
.contents .section__headline {
	margin-top: 0;
}

.topics .fc__box,
.contents .fc__box {
	margin-bottom: 120px;
}

.tpList {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

.tpList__item {
	display: inline-block;
	font-size: 12px;
	opacity: .6;
	position: relative;
}

.topics .fc__box .topicsList__item:nth-child(1),
.contents .fc__box .topicsList__item:nth-child(1) {
    border-top: 0;
}

.tpList__item.-active {
	opacity: 1;
}

.tpList__item.-active a {
	color: #a38238;
}

.tpList__item a {
	padding: 18px 19px;
	display: block;
}
@media all and (max-width: 374px){
	.tpList__item a {
		padding: 18px 14px;
	}
}

.tpList__item a:after {
	width: 12px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	content: "";
	background: #a38238;
}

.tpList__item.-active a:after {
	opacity: 1;
}


/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.topicsDetail,
.wedding-preparation {
	padding-top: 60px;
}
.topicsDetail .section__headline,
.wedding-preparation .section__headline {
	margin-top: 0;
}

.dt__cap {
	padding: 0 40px;
	margin-bottom: 33px;
}

.dt__cap__box {
	margin-bottom: 17px;
}

.td__name {
	margin-right: 16px;
	font-size: 11px;
	color: #a38238;
	float: left;
	letter-spacing: .8px;

}

.td__time {
	font-size: 11px;
	opacity: .6;
	letter-spacing: .6px;
}

.dt__cap__mess {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: .02em;
	text-align: justify;
	word-break: break-all;
}

.td__main {
	margin-bottom: 56px;
}

.textbox__article {
	margin-bottom: 27px;
}

.textbox__article p {
	padding: 0 40px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height:2;
	letter-spacing: .03em;
	text-align: justify;
}

.textbox__article a {
	opacity: 1;
	text-decoration: underline;
	padding: 0 2px;
}
.textbox__article a:hover {
	text-decoration: none;
}

.textbox__article img {
	width: 100% !important;
	height: auto !important;
	margin: 0;
}

.textbox__article img {
	margin: 36px 0 63px;
}

.dt__bottom {
	margin-bottom: 120px;
}

.share {
	margin-bottom: 62px;
	text-align: center;
}

.share a {
	padding: 0 12px;
	width: 26px;
	display: inline-block;
}

.twitter svg {
	width: 40px;
	height: 34px;
	fill: #7f7f7f;
}

.facebook svg {
	width: 12px;
	height: 34px;
	fill: #7f7f7f;
}

/*------------------------------------------------------------
	pagePath 2022.05
------------------------------------------------------------*/
.topics #pagePath li,
.topicsDetail #pagePath li,
.wedding-preparation #pagePath li,
.contents #pagePath li {
    color: #000 !important;
}
.topics #pagePath li a,
.topicsDetail #pagePath li a,
.wedding-preparation #pagePath li a,
.contents #pagePath li a {
    color: #000 !important;
}
.topics #pagePath li + span,
.topicsDetail #pagePath li + span,
.wedding-preparation #pagePath li + span,
.contents #pagePath li + span {
    color: #000 !important;
}
.topics #pagePath,
.topicsDetail #pagePath,
.wedding-preparation #pagePath,
.contents #pagePath {
    padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .topics__right__img img {
        height: auto;
    }
}