@charset "utf-8";
/* CSS Document */

.cate > div{
	background-color: #fff;
	padding: 5%;
	border-radius: 20px;
}
.send.more > div{
	position: relative; 
	border-radius: 200px;
	background-color: #63B850;
	overflow: hidden;
	box-sizing: border-box;
	transition: ease 1.0s;
}
.send.more > div > .flex{
	position: relative;
	z-index: 2;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	justify-content: space-between;
}
.send.more > div > .flex p{
	font-weight: 500;
	color: #fff;
	line-height: 1;
	transform: translateY(2px);
	transition: ease 0.3s;
}
.send.more .arrow {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}
.send.more .arrow img {
	width: 5px;
	display: block;
}
.send.more > div:hover .arrow {
	transform: translateX(5px);
}
.contact-form_a .send .send-bt{
	padding: 0;
}
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after{
	background-color: #242424;
}

.contact_cta .more2 a{border: 2px solid #63B850}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

