@import "base.css";

@media all and (max-width:767px) {
	.u-pc {
		display: none;
	}
}

.lead {
	color: #e55198;
	line-height: 175%;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
}

.lead.align-center {
	text-align: center;
}

@media all and (max-width:767px) {
	.lead {
		font-size: 18px;
	}
}

/*---------------------------------
	#block1
----------------------------------*/
#block1 p {
	margin-bottom: 30px;
	font-size: 14px;
}
#block1 table.normal .date span{
	margin-bottom: 0;
}

/*---------------------------------
	#block2
----------------------------------*/
#block2 {
}

@media all and (max-width:767px) {
	#block2{

	}
}

/*---------------------------------
	#block3
----------------------------------*/
#block3{

}

@media all and (max-width:767px) {
	#block3{

	}
}

.form_btn {
	margin: 1em 0;
	width: 230px;
}

.form_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 40px;
	background: #9e7d51;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}

.form_btn a::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
}

/*---------------------------------
	#block4
----------------------------------*/
.u-red{
	color: #d80000;
}
#block4{
	margin-bottom: 80px;
}

#block4 .top{
	margin-bottom: 0;
}

#block4 table{
	margin-bottom: 0;
}

#block4 hr{
	background-color: #eee;
	color:#eee;
	margin: 20px 0;
}

#block4 .form_count input[type="text"]{
	width: 40px;
	height: 20px;
	margin: 0 5px;
}

@media all and (max-width:767px) {
	#block4{

	}
}
