@charset "utf-8";.wrapper,
.wrapper2 {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.wrapper {
	width: 100%;
}

.wrapper2 {
	max-width: 1024px;
}

.container2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

.container2 {
	justify-content: flex-start;
}

.container3 {
	justify-content: space-between;
}

.container_sp {
	display: block;
	text-align: center;
}

.rep-left {
	padding: 0 0 10px 1%;
	margin-left: 28px;
}

.child {
	line-height: 180%;
}

p {
	font-size: 100%;
	font-weight: normal;
	line-height: 2;
	display: inline-block;
	text-align: left;
}

a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.inline-block {
	display: inline-block;
	width: 950px;
}

.row {
	width: 100%;
}

.text-title {
	font-size: 1.5em;
	display: block;
	text-align: center;
	padding: 0 60px 10px 60px;
}

.text-desc {
	padding: 0 60px 20px 60px;
}

#wrapper .button {
	width: 300px;
}

#wrapper .button:after {
	border-bottom: none;
}

.more-btn {
	width: 80px !important;
	height: 40px !important;
}

.item-container {
	width: auto;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.text-title {
		padding: 0px 20px;
	}

	.text-desc {
		padding: 0 20px 20px 20px;
	}

	.crumbsList .row {
		padding-left: 15px !important;
	}

	.top-section {
		padding-inline: 15px;
	}

	.rep-left {
		padding: 0px;
		margin-left: 0px;
	}
}

@media (min-width: 751px) {
	.row {
		padding-left: 0;
	}

	.container3 {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
	}

	.profile-box {
		align-items: center;
		justify-content: space-between;
	}

	.profile-box .profile__photo {
		width: 50%;
		padding: 30px;
	}

	.profile-box .profile_photo {
		width: 45%;
		padding: 0 20 0 0px;
	}

	.profile-box .profile__info {
		text-align: left;
		width: 50%;
		line-height: 1.5;
		padding: 50px;
	}

	.profile-box .profile_info {
		padding: 0 10px;
		text-align: left;
		width: 55%;
		line-height: 1.5;
	}

	#wrapper .post-page {
		max-width: 1024px;
		margin: auto;
	}

	.container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-content: space-between;
		align-items: center;
		column-gap: 16px;
		row-gap: 32px;
	}

	.container .child {
		width: calc(50% - 30px);
	}
}

@media (max-width: 750px) {
	.container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 24px;
		padding-inline: 10px;
	}

	.profile-box .profile__info {
		text-align: left;
		line-height: 1.5;
		margin-top: 30px;
	}

	.inline-block {
		display: inline-block;
		width: auto !important;
	}
}