@charset "utf-8";#wrapper .button {
	width: 100%;
}
.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; 
}
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__info {
		text-align: left;
		width: 50%;
		line-height: 1.5;
		padding: 50px;
	}
	#wrapper .post-page {
		max-width: 1024px;
		margin: auto;
	}
	.container {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.rep-left {
		padding: 0 0 10px 1%;
		margin-left:28px;
	}
}
@media (max-width: 750px) {
	.profile-box .profile__info {
		text-align: left;
		line-height: 1.5;
		margin-top: 30px;
	}
	.container {
		flex-flow: row wrap;
	}
	.topic-box-1 {
		padding: 0 10px !important;
	}
}
@media (max-width: 500px) {
	.topic-box {
		display: block !important;
	}
	.topic-box .topic-body{
		width: 100% !important;
	}

	.topic-box .topic-body img{
		padding: 0px !important;
	}

	.topic-box .topic-body .sp_only {
		text-align: center !important;
	}
	.topic-box-1 .topic-body{
		padding: 0 !important;
	}
	.topic-box-1 .topic-body img{
		width: 60% !important;
	}
}
h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bolder;
	padding-top:20px;
}
h1:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
#wrapper .button:after, #wrapper .btn-style:after {
	border-bottom: none;
}
.row {
	width: 100%;
	align-items: center;
}
.more-btn {
	width: 80px !important;
	height: 40px !important;
}
.text-desc {
	padding-left: 60px;
	padding-right: 60px;
}
#wrapper .button {
	margin: 5px auto auto;
}
.container_sp {
	display:block;
	text-align:center
}
@media only screen and (max-width: 768px) {
	.text-desc {
		padding: 20px;
	}
}
.child3 {
	padding: 2px 2px 2px 2px;
	line-height: 180%;
}
@media (max-width: 1024px) {
	.i_pad_only {
		width: 800px;
	}
	.profile-box .profile__info.pc_only {
		width: 70%;
	}
}
@media (min-width: 1024px) {
	.i_pad_only {
		overflow-wrap: break-word;
	}
}

table tr td {
	font-size: 1.4rem;
	line-height: 2.2 !important;
	letter-spacing: 0.5px;
	padding: 17px 0px;
	vertical-align: baseline;
}

.row.container {
	padding-top: 20px;
}