.contact {
	padding: 80px 0 0;
}
.contact .inner {
	width: 1100px;
	max-width:95%;
	margin: 0 auto;
	padding: 0 0 120px;
	
}
.contact h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.contact h2:before {
	content: "";
	width: 5px;
	height: 30px;
	background: #ea3223;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
}
.contact ul.btn_list {
    width: 90%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact ul.btn_list li {
    width: 48%;
}
.contact ul.btn_list li a {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    color: #ff0000;
    font-size:24px;
    font-weight: bold;
    border-radius: 40px;
    border: 2px solid #ff0000;
    padding: 25px 0;
}
.contact ul.btn_list li a:hover {
    background: #FF0000;
    color: #fff;
    opacity: 1;
}
.contact ul.btn_list li.here a {
    background: #ff0000;
    color: #fff;
}
.contact-check-div {
	margin: 0 0 40px;
	
}
.contact-check {
	width: 60%;
	display: flex;
	justify-content: center;
	gap: 0 40px;
	flex-wrap: wrap;
	margin: 0 auto;
	
}
.contact-check li {
	width: 45%;
	font-size:20px;
	
}
.contact-check li p {
	font-size: 20px;
	line-height: 1.6;
	
}
.contact-check li label {
	font-size: 20px;
	line-height: 1.6;
	
}
.contact p.txt01 {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	text-align: center;
	
}
.contact p.error-message-top{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	color: #ff0000;
	margin: 20px 0;
	
}
.contact p.error-message {
	font-size: 16px;
	color: #ff0000;
	margin: 5px 0 0;
}



@media screen and (max-width:767px) {
	.contact{
		padding: 40px 0 0;
		
	}
    .contact h2 {
		font-size: 22px;
		padding: 0 0 0 20px;
		margin-bottom: 20px;
	}
	.contact h2:before {
		height: 40px;
	}
    .contact ul.btn_list {
        width: 90%;
        margin: 20px auto;
        gap: 20px 0px;
    }
    .contact ul.btn_list li {
        width: 100%;
    }
    .contact ul.btn_list li a {
        font-size:16px;
        border-radius: 40px;
        padding: 15px 0;
    }
    .contact-check {
    	width: 80%;
    	gap: 10px 0px;
    	
    }
    .contact-check li {
    	width: 100%;
    	font-size: 16px;
    	text-align: center;
    }
    .contact-check li p {
    	font-size: 16px;
    }
    .contact-check li label {
    	font-size: 16px;
    	
    }
    .contact p.txt01 {
    	font-size: 13px;
    	margin: 10px 0;
    }
}