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

div.mailform table {
	width:820px;
	margin:50px auto 80px auto;
	border-top:solid 1px #5b5958;
	border-left:solid 1px #5b5958;
	border-spacing:0;
}
div.mailform th {
	border-bottom:solid 1px #5b5958;
	border-right:solid 1px #5b5958;
	border-spacing:0;
	font-weight:lighter;
	font-size:14px;
	padding:10px;
}
th.cts {
	text-align:left;
}
th.ttl {
	font-weight: lighter;
	text-align: center;
	width:260px;
}
tr.item_name th {
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	padding: 5px;
	border-left: solid 1px #CCC;
}
.item_price th {
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	border-left: solid 1px #CCC;
}
.item_order th {
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}
th.cts input[type="text"], th.cts select, th.cts textarea {
	width: 400px;
	max-width: 100%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 14px;
	background: #f4f4ff;
	border-radius: 4px;
	border: 1px solid #ddddea;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
tr.item_order th input[type="text"], tr.item_order th textarea {
	width: 100px;
	max-width: 100%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 14px;
	background: #f4f4ff;
	border-radius: 4px;
	border: 1px solid #ddddea;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
tr.item_order th select {
	width: 180px;
	max-width: 100%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 14px;
	background: #f4f4ff;
	border-radius: 4px;
	border: 1px solid #ddddea;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
input[type=radio], input[type=checkbox] {
	box-shadow: none;
}
.mailform th .nest {
	padding-left: 45px;
	margin: 10px 0;
}
th.cts textarea {
	width: 500px;
	height: 120px;
	box-sizing: border-box;
	resize: vertical;
}
.submit_area {
	margin-top: 45px;
	text-align: center;
}
div.mailform iframe {
	display: block;
	width: 820px;
	height: 400px;
	border: solid 1px #5b5958;
	margin: 0 auto;
}
.c_box {
	text-align: center;
}
input.confirmation_btn {
	width: 350px;
	font-family: inherit;
	padding: 19px 0;	
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	border-radius: 30px;
	border: none;
	background: #02296e;
	color: #fff;
	cursor: pointer;
}
a.confirmation_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 350px;
	height: 60px;
	font-family: inherit;
	text-decoration: none;
	line-height: 1;
	color: #02296e;
	margin: 25px auto 120px;
	background: #fff;
	border: 1px solid #02296e;
	border-radius: 30px;
}
a.confirmation_btn p {
	text-align: center;
	font-size: 22px;
}
a.confirmation_btn p:last-of-type {
	font-size: 11px;
	margin-top: 5px;
}
.confirmation_btn:hover {
	opacity: .8;
}
.form_must span {
	color: #f00;
}