@charset "utf-8";a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#wrapper .button {
	width: 300px;
}

.child {
	line-height: 180%;
}

.container_sp {
	display: block;
	text-align: center;
}

@media (min-width: 751px) {
	.container .child {
		width: calc(50% - 30px);
	}
}

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.wrapper2 {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.container2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	margin-left: 1%;
	font-weight: bolder;
}

h2:before {
	content: "";
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 1%;
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	background-color: black;
	border-radius: 2px;
}

p {
	font-size: 100%;
	font-weight: normal;
	line-height: 2;
	display: inline-block;
	text-align: left;
}

.container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.child2 {
	padding: 20px 10px 10px 10px;
	line-height: 180%;
}

@media (min-width: 751px) {
	.row {
		padding-left: 0;
	}

	.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: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 750px) {
	.profile-box .profile__info {
		text-align: left;
		line-height: 1.5;
		margin-top: 30px;
	}

	.container {
		flex-flow: row wrap;
	}
}

h1 {
	position: relative;
	display: inline-block;
	font-weight: bolder;
}

#wrapper .button:after,
#wrapper .btn-style:after {
	border-bottom: none;
}

.row {
	width: 100%;
}

.more-btn {
	width: 80px !important;
	height: 40px !important;
}

.text-desc {
	padding-left: 60px;
	padding-right: 60px;
}

.rep-left {
	padding: 0 0 10px 1%;
	margin-left: 28px;
}

@media only screen and (max-width: 768px) {
	.rep-left {
		padding: 0px;
		margin-left: 0px;
	}

	.text-desc {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.top-section {
		padding-inline: 10px;
	}
}