.after-post h1 {
	font-size: 40px;
	line-height: 1.2em;
	margin: 0px;
}

.after-post #title {
	font-size: 14px;
	margin-bottom: 20px;
}

.after-post #title .h2 {
	font-size: 36px;
	line-height: 1.2em;
	margin: 0px;

}

.after-post h2 {
	color: #ffffff;
	background: #045CB4;
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	padding: 4px 0px;
	margin: 60px 0px 40px 0px;
	border-bottom: solid 2px #003c61;
	position: relative;
}

.after-post h3 {
	font-size: 30px;
	line-height: 1.2em;
	padding: 4px 160px 4px 0px !important;
	margin: 60px 0px 40px 0px;
	border-bottom: solid 2px #003c61;
	position: relative;
	padding-right: 150px;
}

.after-post h3:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 120px;
	border-bottom: 40px solid #003c61;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	height: 0;
}

.after-post h4 {
	font-size: 20px;
	margin: 40px 0px 20px 0px;
}

.after-post p {
	margin: 20px 0px;
}

.after-post img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.after-post .right {
	text-align: right;
}

.after-post #join-list_after li {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 0px 10px;
	margin-bottom: 20px;
	text-align: left;
	pointer-events: none;
}

/* .after-post #join-list_after li:after{
	content: "　/　";
} */



.gallery {
	display: flex;
}

.gallery li {
	width: 50%;
}

.gallery li:first-child {
	padding-right: 5;
}

.gallery li:last-child {
	padding-left: 5;
}




@media screen and (min-width: 320px) and (max-width: 601px) {
	.after-post {
		margin: 10px;
	}

	.after-post #title {
		margin-bottom: 10px;
	}

	.after-post .h3 {
		font-size: 20px;
		padding: 4px 80px 4px 0px !important;
		margin: 30px 0px 10px 0px;
	}

	.after-post .h3:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 40px;
		border-bottom: 30px solid #003c61;
		border-left: 30px solid transparent;
		border-right: 0px solid transparent;
		height: 0;
	}
}

/*-- --------- --------- --------- --*/
/*-- ▼アンケート --*/
/*-- --------- --------- --------- --*/
#p_eq_wrap {
	border-radius: 0px !important;
}