@charset "UTF-8";



html, body {
	background-color: transparent;
}

form#mailformpro {
	padding: 0px 0px;
}

form#mailformpro label.mfp_checked {
	padding: 0;
	border: none;
	background-color: #fff;
}

form#mailformpro label.mfp_not_checked {
	padding: 0;
	border: none;
}



table {/*border: solid 1px orange;*/
	border-collapse: collapse;
	border-top: dashed 1px #ccc;
	width: 100%;
	padding: 0;
	margin: 0;
}

::placeholder {
	color: #ccc;
	font-weight: 400;
}

input,
textarea,
select,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

th, td {
	border-collapse: collapse;
	text-align: left;
	border-bottom: dashed 1px #ccc;
	margin: 0;
	padding: 1.5rem;
}

th {
	vertical-align: top;
	width: 26%;
	font-weight: 400;
}


/* フォーム */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
	width: 100%;
	border-radius: 6px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	padding: 0.5rem 1rem 0.5rem 1rem;
	transition: all 0.6s ease;
}

/* フォーカス時 */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	outline: 0;
	background: #E5F4FF;			/* 薄い青 */
	box-shadow: 0 0 0 2px #1199FF inset;	/* 青 */
}

input[type=radio],
input[type=checkbox] {
	margin: 0 1rem 0 1rem;
	transform: scale(1.8);
	cursor: pointer;
	transition: all 0.6s ease;
}

.btn {
	text-align: center;
	margin: 2rem 0 2rem 0;
}

button {
	vertical-align: bottom;
	padding: 0 1rem 0 1rem;
}

textarea {
	resize: none;
	height: 10rem;
	vertical-align:top;
}

select {
	position: relative;
	cursor: pointer;
}

select.suryo {
	width: 60px;
	text-align:center;
	padding:1px 0 1px 0;
}

select:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
	pointer-events: none;
}

.hissu {
	display: inline-block;
	line-height: 1.4;
	font-size: 76%;
	font-weight: 400;
	background: red;
	color: #FFF;
	border-radius: 6px;
	padding: 3px 7px 1px 5px;
	margin: 0 0 3px 5px;
	vertical-align: middle;
}


form#mailformpro label {
	margin: 0 2rem 0 0 !important;
	display: inline-block !important;
	cursor: pointer;
}

div.mfp_err {/*border: solid 1px red !important;*/
	color: #F00 !important;
	margin: 5px 0px 0px 5px !important;
	padding: 0 0 0 20px !important;
	font-size: 16px !important;
	background-size: 14px !important;
	background-position: 0 5px !important;
}

.thanks hr {
	margin: 2rem 0 2rem 0;
	border-width: 0;
	border-top: dashed 1px #ccc;
}

.thanks hr:first-child {
	margin: 0 0 2rem 0;
}

.thanks h3 {
	margin: 2rem 0 2rem 0;
	font-size: 150%;
	text-align: center;
}




.form-label {
	display: inline-block;
	width: 200px;
	text-align: right;
}

.ft-b {
	font-weight: bold;
}

input.item_price{
	text-align: right;
	width: 150px;
	border: none;
	pointer-events: none;
}

.otoku {
	margin: 5px 0px 10px 50px;
	font-size: 90%;
	line-height: 1.3;
	color: red;
}

.otoku span {
	font-weight: bold;
}


.form-box {/* border: solid 1px red; */
	margin: 0 0 2em 1em;
}

.buy_itemu_menu {
	font-weight: bold;
	border-bottom: solid 2px #333;
	display: inline-block;
	margin: 0 0 6px 0;
}

.checkhako {/* border: solid 1px red; */
	display: flex;
	align-items: center;
	margin: 6px 0;
	line-height: 1.4;
}

.hako {
	width: 2.5em;
	text-align: right;
	margin: 0 1em 0 0;
}

.kakaku {
	width: 8em;
	text-align: right;
	margin: 0 1em 0 0;
}

.waribiki {
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 6px 6px 5px 6px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	color: red;
	border: solid 1px red;
}

.waribiki .kakaku {
	display: inline-block;
	width: 4.5em;
	text-align: right;
	margin: 0 0.5em 0 0;
}










@media screen and (max-width: 767px){

	th, td {
		width: 100%;
		display: block;
		padding: 0;
	}

	th {
		border: none;
		padding: 0.8rem 0 0.8rem 1rem;
	}

	td {
		padding: 0 1rem 1rem 1rem;
	}

	input[type=radio],
	input[type=checkbox] {
		margin: 0 0.5rem 0 1rem;
		transform: scale(1.3);
	}

	.hissu {
		line-height: 1.2;
		border-radius: 4px;
		padding: 3px 5px 1px 5px;
	}

	form#mailformpro label {
		margin: 0 1rem 0 0 !important;
	}

	textarea {
		height: 120px;
	}

	div.mfp_err {
		font-size: 14px !important;
		padding: 0 0 0 16px !important;
		background-size: 12px !important;
		background-position: 0 4px !important;
	}

	.checkhako {
		flex-wrap: wrap;
	}
	.waribiki {
		display: block;
		margin-left: 6.5em;
		margin-top: 3px;
	}

	.form-label {/* border: solid 1px red; */
		width: 9em;
	}

	input.item_price{
		width: 9em;
	}





}