.co-page-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #FE6564;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.co-form {
	width: 800px;
	margin: 0 auto;
}
.co-txt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #585858;
	border-bottom:1px solid #e1e1e1;
}
.form-row {
	border-bottom:1px solid #e1e1e1;
	padding:1em 0;
}
.wpcf7-form-control-wrap {margin-right:0.5em;}
.form-field.split-name {
	display:flex;
	align-items:center;
}
.name-label {margin-right:0.5em;}
.form-field.age-field {
	display:flex;
	align-items:center;
}
.form-note {
	color:#FE6564;
	font-size:20px;
	font-weight:700;
}
.wpcf7-form-control.wpcf7-radio {display:flex;
	    flex-direction: row;
    flex-wrap: wrap;
}
.wpcf7-list-item {width: 47%;}

@media screen and (max-width: 768px) {
	.co-page-title {font-size:27px;}
	.co-txt {font-size:15px;}
	.co-form {
		width: 90%;
		margin: 0 auto;
	}
	.wpcf7-list-item {width:100%;}
}