@charset "UTF-8";

.form {
	padding-bottom: 80px;
}

.form input.-short {
	width: 160px;
}

.form input.-age {
	width: 4em;
	text-align: right;
	margin-right: 5px;
}

.form_lead {
	margin-top: 40px;
}

.form_tbl.-tel th {
	white-space: nowrap;
}

.form_tbl.-tel th span.-about {
	font-size: 16px;
}

.form_tbl.-tel td p.-tel,
.form_tbl.-tel td p.-time {
	display: inline-block;
	vertical-align: middle;
}

.form_tbl.-tel td p.-tel {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #E40011;
	margin-right: 1em;
	width: 240px;
}

.form_tbl.-tel td p.-tel small {
	vertical-align: middle;
	margin-right: 0.5em;
}

.form_tbl.-tel td p.-tel a {
	font-size: 30px;
	vertical-align: middle;
}



/* .form_tel {
	margin-top: 40px;
	text-align: center;
}

.form_tel_cnt {
	max-width: 670px;
	width: 100%;
	display: inline-block;
	border: 5px solid #F7F3F0;
	padding: 30px;
}

.form_tel_num {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	color: #e40011;
	margin-right: 40px;
}

.form_tel_num small {
	margin-right: 5px;
	vertical-align: middle;
}

.form_tel_num em {
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
}

.form_tel_open {
	display: inline-block;
	vertical-align: middle;
} */

.form_sec {
	margin-top: 60px;
}

.form_sec_ttl {
	text-align: left;
	font-size: 24px;
	border-bottom: 1px solid #e40011;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.form_text {
	margin-bottom: 40px;
}

.form_ttl {
	background: #f7f3f0;
	padding: 8px 15px;
}

.form_cart {
	margin-top: 15px;
}

.form_cart_tbl {
	width: 100%;
}

.form_cart_tbl th,
.form_cart_tbl td {
	padding: 6px 0;
	vertical-align: middle;
}

.form_cart_tbl th {
}

.form_cart_tbl th.-col1 {
	width: 80px;
}

.form_cart_tbl th.-col2 {
}

.form_cart_tbl th.-col3 {
	width: 150px;
}

.form_cart_tbl th.-col4 {
	width: 100px;
}

.form_cart_tbl thead th {
	text-align: left;
}

.form_cart_tbl td {
}

.form_delete {
	border: 0;
	font-size: 13px;
	padding: 8px 10px 8px 35px;
	position: relative;
	cursor: pointer;
	background: #fff;
}

.form_delete:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	font-family: icomoon;
	display: inline-block;
	line-height: 29px;
	width: 29px;
	background: #EEE;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 50%;
	content: "\e90e";
	box-sizing: border-box;
	font-size: 11px;
}

.form_sel {
	display: block;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #bbb;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	padding-right: 30px;
	overflow: hidden;
}

.form_sel.-dib {
	display: inline-block;
}

.form_cart .form_sel {
	margin-right: 15px;
}

.form_sel:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: #FFF;
	pointer-events: none;
}

.form_sel:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 10;
	pointer-events: none;
	margin-top: -3px;
}

/* .form_sel:before {
	background: #bbbbbb;
	content: "";
	display: none;
	position: absolute;
	height: 100%;
	width: 30px;
	right: 0;
	top: 0;
	z-index: 5;
	pointer-events: none;
} */
.form_sel select {
	outline-style: none;
	width: 130%;
	width: calc(100% + 40px);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 8px 40px 8px 10px;
	vertical-align: middle;
	font-size: inherit;
	box-sizing: border-box;
	background: #FFF;
	cursor: pointer;
	white-space: normal;
}

.form_count {
	display: inline-block;
}

.form_count input {
	text-align: right;
	margin-right: 10px;
	width: 100px;
}

.form_price {
	display: inline-block;
}

.form_price input {
	width: 100%;
	text-align: right;
}

.form_cart_add {
	padding: 15px 0;
}

.form_cart_add > button {
	background: #EEE;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 1;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.form_cart_add > button em {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.form_cart_add > button em:before {
	font-family: icomoon;
	content: "\e90d";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}

.form_cart_total {
	text-align: right;
	font-size: 16px;
	line-height: 1;
	padding: 15px 0 18px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.form_cart_total dt,
.form_cart_total dd {
	display: inline-block;
	vertical-align: baseline;
}

.form_cart_total dt {
	margin-right: 2em;
}

.form_cart_total dd {
	font-size: 30px;
	font-weight: bold;
	color: #e40011;
}

.form_cart_total dd strong {
	line-height: 1;
	display: inline-block;
}

.form_cart_calc {
	padding: 15px 0;
	text-align: right;
}

.form_cart_calc > button {
	-webkit-appearance: none;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #e40011;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	width: 180px;
	border-radius: 5px;
	cursor: pointer;
}

.form_tbl {
	width: 100%;
}

.form_tbl th,
.form_tbl td {
	padding: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.form_tbl th {
	text-align: left;
	width: 190px;
	background: #eeeeee;
}

.form_tbl th.-req {
	position: relative;
	padding-right: 60px;
}

.form_tbl th.-req:before,
.form_tbl th.-req:after {
	content: "必須";
	display: inline-block;
	color: #FFF;
	background: #E40011;
	line-height: 16px;
	font-size: 13px;
	padding: 0 4px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.form_tbl th.-req:before {
	display: none;
}

.form_tbl td {
}

.form_name {
}

.form_name input {
	margin-left: 10px;
}

.form_name input:first-child {
	margin-left: 0;
}

.form_date {
}

.form_date input {
	margin-right: 10px;
	text-align: right;
}

.form_date label {
	cursor: pointer;
	margin-left: 10px;
}

.form_date label:first-child {
	margin-left: 0;
}

.form_addr {
	line-height: 1.4;
	font-size: 13px;
}

.form_addr dl {
	width: 100%;
	margin-top: 15px;
	display: table;
}

.form_addr span + dl {
	margin-top: 0;
}

.form_addr dl dt,
.form_addr dl dd {
	display: table-cell;
	vertical-align: middle;
}

.form_addr dl dt {
	width: 8em;
}

.form_addr dl dd {
}

.form_radio {
	margin-top: -15px;
}

.form_radio input {
	margin-right: 10px;
}

.form_radio label {
	cursor: pointer;
	margin-top: 15px;
	display: inline-block;
	margin-right: 20px;
}

.form_radio label:last-child {
	margin-right: 0;
}

.form_msg {
	min-height: 10em;
}

.form_file {
}

.form_file_text {
}

.form_file_cnt {
}

.form_file_cnt dl {
	display: table;
	width: 100%;
	margin-top: 15px;
}

.form_file_cnt dl dt,
.form_file_cnt dl dd {
	display: table-cell;
	vertical-align: middle;
}

.form_file_cnt dl dt {
	width: 6em;
}

.form_file_cnt dl dd {
}

.form_caution {
	margin-top: 40px;
}

.form_caution > li {
	position: relative;
	padding-left: 1em;
}

.form_caution > li:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #E40011;
	left: 0.2em;
	top: 0.8em;
}

.form_policy {
	margin-top: 50px;
	text-align: center;
}

.form_policy > a {
	color: #E40011;
	text-decoration: underline;
}

.form_policy > a:hover {
	text-decoration: none;
}

.form_policy > a:after {
	font-family: icomoon;
	content: "\e908";
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

.form_btn {
	text-align: center;
	margin-top: 15px;
}

.form_btn > button {
	max-width: 400px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #E40011;
	padding: 25px 0;
	border-radius: 5px;
	cursor: pointer;
	border: 0px;
}

.form_btn > button.-back {
	background: #777;
}

.form_btn > button:hover {
	opacity: 0.7;
}

.form_btn > button small {
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
}

.form_btn > button em {
	line-height: 1;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
}

.send {
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}

.send_ttl {
	color: #E40011;
	font-size: 22px;
}

.send_ttl.-mt {
	margin-top: 40px;
}

.send_logo {
	margin-top: 30px;
}

.send_text {
	margin-top: 30px;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.form {
		padding-bottom: 40px;
	}

	.form input.-short {
		width: 100%;
	}

	.form_lead {
	}

	.form_tbl.-tel th span.-about {
		display: block;
		font-size: 14px;
	}

	.form_tbl.-tel td p.-tel {
		display: block;
		width: auto;
		margin-right: 0;
	}

	.form_tbl.-tel td p.-tel a {
		font-size: 20px;
	}

	/* .form_tel {
		margin-top: 20px;
	}

	.form_tel_cnt {
		padding: 20px;
	}

	.form_tel_num {
		margin-right: 0;
	}

	.form_tel_num small {
	}

	.form_tel_num em {
		font-size: 28px;
	}

	.form_tel_open {
		display: block;
		margin-top: 8px;
	} */

	.form_sec {
		margin-top: 40px;
	}

	.form_sec:first-child {
		margin-top: 20px;
	}

	.form_sec_ttl {
		font-size: 20px;
	}

	.form_text {
		margin-bottom: 20px;
	}

	.form_ttl {
	}

	.form_cart {
	}

	.form_cart_tbl {
		display: block;
	}

	.form_cart_tbl thead {
		display: none;
	}

	.form_cart_tbl tbody,
	.form_cart_tbl tr,
	.form_cart_tbl th,
	.form_cart_tbl td {
		display: block;
	}

	.form_cart_tbl tr {
	}

	.form_cart_tbl th {
	}

	.form_cart_tbl th.-col1 {
	}

	.form_cart_tbl th.-col2 {
	}

	.form_cart_tbl th.-col3 {
	}

	.form_cart_tbl th.-col4 {
	}

	.form_cart_tbl thead th {
	}

	.form_cart_tbl tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 10px;
		border: 1px solid #ccc;
		margin-top: 15px;
	}

	.form_cart_tbl td {
	}

	.form_cart_tbl td:nth-child(1) {
	}

	.form_cart_tbl td:nth-child(2) {
		width: 100%;
	}

	.form_cart_tbl td:nth-child(3) {
	}

	.form_cart_tbl td:nth-child(4) {
	}

	.form_delete {
	}

	.form_delete:before {
	}

	.form_sel {
	}

	.form_sel.-dib {
	}

	.form_cart .form_sel {
		margin-right: 0;
	}

	.form_sel:after {
	}

	.form_sel:before {
	}

	.form_sel select {
	}

	.form_count {
	}

	.form_count input {
	}

	.form_price {
		width: 100%;
	}

	.form_price input {
		display: block;
		width: 100%;
	}

	.form_cart_add {
	}

	.form_cart_add > button {
	}

	.form_cart_add > button em {
	}

	.form_cart_add > button em:before {
	}

	.form_cart_total {
		padding: 13px 0 15px;
	}

	.form_cart_total dt,
	.form_cart_total dd {
	}

	.form_cart_total dt {
		margin-right: 1em;
	}

	.form_cart_total dd {
		font-size: 28px;
	}

	.form_cart_total dd strong {
	}

	.form_cart_calc {
		padding-bottom: 0;
	}

	.form_cart_calc > button {
	}

	.form_tbl {
	}

	.form_tbl th,
	.form_tbl td {
		padding: 10px 8px;
	}

	.form_tbl th {
		font-size: 12px;
		width: 9em;
		line-height: 1.4;
	}

	.form_tbl th.-req {
		padding-right: 10px;
	}

	.form_tbl th.-req:after {
		display: none;
	}

	.form_tbl th.-req:before {
		display: block;
		position: static;
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
		width: 3em;
		text-align: center;
		margin-top: 0;
	}

	.form_tbl td {
	}

	.form_name {
	}

	.form_name input,
	.form_name input.-short {
		margin-top: 10px;
		width: 100%;
		margin-left: 0;
	}

	.form_name input:first-child {
		margin-top: 0;
	}

	.form_date {
	}

	.form_date input {
	}

	.form_date label {
	}

	.form_date label:first-child {
	}

	.form_addr {
	}

	.form_addr dl {
		display: block;
	}

	.form_addr span + dl {
		margin-top: 0;
	}

	.form_addr dl dt,
	.form_addr dl dd {
		display: block;
	}

	.form_addr dl dt {
		width: 100%;
	}

	.form_addr dl dd {
		margin-top: 5px;
	}

	.form_radio {
		margin-top: 0;
	}

	.form_radio input {
		position: absolute;
		margin: 0;
		line-height: 1;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.form_radio label {
		border: 1px solid #ddd;
		border-radius: 5px;
		margin-top: 10px;
		display: block;
		position: relative;
		padding: 10px 10px 10px 30px;
		width: 100%;
		line-height: 1.4;
	}

	.form_radio label:first-child {
		margin-top: 0;
	}

	.form_radio label:last-child {
	}

	.form_msg {
	}

	.form_file {
	}

	.form_file_text {
		font-size: 13px;
	}

	.form_file_cnt {
	}

	.form_file_cnt dl {
		display: block;
	}

	.form_file_cnt dl dt,
	.form_file_cnt dl dd {
		display: block;
		width: 100%;
	}

	.form_file_cnt dl dt {
		font-size: 13px;
		background: #eee;
		padding: 5px 10px;
		margin-bottom: 10px;
	}

	.form_file_cnt dl dd {
	}

	.form_caution {
		margin-top: 20px;
	}

	.form_caution > li {
	}

	.form_caution > li:before {
	}

	.form_policy {
		margin-top: 30px;
	}

	.form_policy > a {
	}

	.form_policy > a:hover {
	}

	.form_policy > a:after {
	}

	.form_btn {
	}

	.form_btn > button {
		padding: 20px 0;
	}

	.form_btn > button:hover {
	}

	.form_btn > button small {
	}

	.form_btn > button em {
		font-size: 20px;
	}

	.send {
		padding: 20px 0 40px;
	}

	.send_ttl {
		font-size: 16px;
	}

	.send_ttl.-mt {
		margin-top: 30px;
	}

	.send_logo {
		margin-top: 20px;
	}

	.send_text {
		text-align: left;
	}

}

/* for Print */
@media print {
}
