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

.abutton{
	width:30%;
	margin:0 10px 20px 0;
	padding:8px 0;
	background: #01a0c7;
	text-align:center;
	color:#ffffff;
	border-radius:4px;
}
@media screen and (max-width: 720px){
	.abutton{
		width:48%;
		margin:0 0 10px;
	}
}
.abutton span{
	font-size:0.8em;
}
.abutton:nth-child(3n), .abutton:last-child{
	margin:0 0 20px 0;
}
@media screen and (max-width: 720px){
	.abutton:nth-child(3n), .abutton:last-child{
		margin:0 0 10px;
	}
}
.nml table th:first-child{
	width:30%;
	white-space: normal;
	font-weight:bold;
	color:#828a64;
	vertical-align:top;
}
table td{
	width:70%;
}
table td select{
	margin:0 0 10px;
}
table td input:not(:last-child){
	margin:0 0 10px;
}
table td textarea{
	width:90%;
}
.nml table th .caution{
	display:block;
	font-weight:normal;
	color:#810000;
}
.buttons, .two_button{
	width:100%;
}
.links {
    display: flex;
    justify-content: center;
}
.links a:not(:last-child) {
    margin: 0 40px 0 20px;
}
@media screen and (max-width: 720px){
	.links a:not(:last-child){
		margin:0 15px 0 0;
	}
}