h2 {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-size: 1.5rem;
}
h2::before,
h2::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 3px;
	background: #FFAE00;
}
h2::before {
	left: 0;
}
h2::after {
	right: 0;
}
br.sp {
	display: none;
}


article {
	max-width: 500px;
	margin-top: 50px;
}
article section:not(:last-of-type) {
	padding-bottom: 50px;
}


.marker {
	background: -webkit-linear-gradient(transparent 40%, rgb(255, 174, 0, 20%) 40%);
	background: -moz-linear-gradient(transparent 40%, rgb(255, 174, 0, 20%) 40%);
	background: -ms-linear-gradient(transparent 40%, rgb(255, 174, 0, 20%) 40%);
	background: linear-gradient(transparent 40%, rgb(255, 174, 0, 20%) 40%);
	font-weight: normal;
}


.top_area {
	position: relative;
	margin-top: 80px;
	padding: 40px 30px;
	background: #FFAE00;
}
.top_area h1 {
	max-width: 500px;
	margin: auto;
	padding: 40px 40px 130px 40px;
	text-align: center;
	line-height: 2.25;
	background: white;
	border-radius: 30px;
}
.top_area .images {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 480px;
}
.top_area .images .wrap_img {
	height: 150px;
}
.top_area .images .wrap_img img {
	width: auto;
	height: 100%;
}


.lead::before,
.lead::after {
	content: "";
	display: table;
}
.lead::after {
	clear: both;
}
.lead > p {
	text-align: center;
	color: gray;
}
.lead .wrap_img {
	width: 120px;
}
.lead .wrap_img + p {
	margin: 50px 0;
}
.lead .wrap_img:last-child {
	float: right;
}


.content .inner_content {
	position: relative;
	padding: 40px;
	background: #FFAE00;
	border-radius: 20px;
}
.content .inner_content ul {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: white;
	border-radius: 20px;
}
.content .inner_content ul li {
	margin-bottom: 1em;
	font-size: 14px;
	color: gray;
}
.content .inner_content .wrap_img {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 100px;
}


.consultation_time p {
	text-align: center;
	color: gray;
}


.participate > p {
	text-align: center;
	color: gray;
}
.participate .wrap_address {
	margin: 50px 0;
	text-align: center;
	color: gray;
}
.participate .wrap_address a {
	color: gray;
}
.participate .notes {
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	color: gray;
}
.participate .inner_participate {
	padding: 30px;
	background: #FFAE00;
	border-radius: 20px;
}
.participate .inner_participate h3 {
	text-align: center;
	font-size: 24px;
	color: white;
}
.participate .inner_participate .wrapper {
	position: relative;
	min-height: 150px;
	padding: 30px;
	background: white;
	border-radius: 20px;
	box-sizing: border-box;
}
.participate .inner_participate .wrapper:nth-of-type(1) {
	margin-bottom: 20px;
}
.participate .inner_participate .wrapper:nth-of-type(2) {
	display: flex;
	align-items: center;
}
.participate .inner_participate .wrapper ul {
	margin: 0;
}
.participate .inner_participate .wrapper ul li {
	margin-bottom: 1em;
	color: gray;
}
.participate .inner_participate .wrapper ul li::after {
	content: "";
	position: relative;
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	transform: translateY(7px);
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: .5em;
	background-repeat: no-repeat;
	background-size: cover;
}
.participate .inner_participate .wrapper ul li.zoom::after {
	background-image: url(../img/zoom_93927.png);
}
.participate .inner_participate .wrapper ul li.skype::after {
	background-image: url(../img/Skype_icon-icons.com_66795.png);
}
.participate .inner_participate .wrapper ul li.google_meet::after {
	background-image: url(../img/googlemeet_logo_icon_188439.png);
}
.participate .inner_participate .wrapper .wrap_img {
	position: absolute;
	bottom: -15px;
	right: 20px;
	width: 130px;
}
.participate .inner_participate .wrapper p {
	color: gray;
}
.participate .line_account {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	color: gray;
}
.participate .line_account .wrap_img {
	width: 100px;
	margin-left: 5px;
}


.benefits > p {
	color: gray;
}
.benefits .notes {
	margin: 30px 0 50px;
	font-size: 14px;
	color: gray;
}
.benefits .notes ul {
	margin: 0;
}
.benefits .notes > p {
	margin: 0;
}
.benefits .inner_benefits {
	padding: 30px;
	background: rgb(255, 174, 0, 40%);
	border-radius: 20px;
}
.benefits .inner_benefits h3 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
}
.benefits .inner_benefits p {
	text-align: center;
}
.benefits .inner_benefits p a {
	text-decoration: underline;
	color: black;
}
.benefits .inner_benefits .line_account {
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefits .inner_benefits .line_account .wrap_img {
	width: 100px;
	margin-left: 5px;
}



@media(max-width: 450px) {
	h2 {
		font-size: 1.2rem;
	}
	br.sp {
		display: block;
	}
	
	
	.top_area h1 {
		font-size: 25px;
	}
	.top_area .images .wrap_img {
		height: 130px;
	}
	
	
	.participate .inner_participate .wrapper:nth-of-type(1) {
		padding-bottom: 80px;
	}
	
	
	.benefits .inner_benefits h3 {
		font-size: 20px;
	}
}
