@charset "utf-8";

.form_button_wrap .form_button button,
.form_button_wrap .form_button input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	cursor: pointer;
	padding: 0;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	overflow:hidden;
	color: transparent;
	font-size: 0px;
	text-indent: -100000px;
	max-width: 317px;
	width: 100%;
	height: 74px;
	background-image: url('../img/sec_05_btn_01.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

dl.viewing-choice {
	display: flex;
	gap: 12px;
	align-items: center;
}
dl.viewing-choice:not(:last-of-type) {
	margin-bottom: 12px;
}
dl.viewing-choice dt {}
dl.viewing-choice dd {}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
