@charset "utf-8";
/**
 * style.css
 */
#mailform {
	max-width: 900px;
	margin: 0 auto;
}

#mailform span {
	display: inline-block;
}
#mailform .req {
	position: relative;
	display: inline-block;
	padding-right: 13px;
}
#mailform .req:after {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	content: '*';
	font-size: 20px;
	line-height: 1;
	color: #ff0000;
}
#mailform .req.left {
	padding: 0 0 0 10px;
}
#mailform .req.left:after {
	right: auto;
	top: 3px;
	left: 0;
}
.f13 {
	font-size: 13px;
}
.radio li + li {
	margin-top: 2px;
}
.radio li {
	display: inline-block;
	margin-right: 25px;
}
@media only screen and (max-width:768px) {
	.f13 {
		font-size: 10px;
	}
	.radio li {
		margin-right: 15px;
	}
	#mailform .req:after {
		top: 2px;
	}
}

.formText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 13px 7px;
	font-size: 14px;
	border: #eeeeee solid 1px;
}
.formText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: 340px;
}
.formText.zip {
	max-width: 190px;
}
.formText.inB {
	display: inline-block;
}
textarea.formText {
	width: 100%;
	max-width: none;
	padding: 5px 7px;
}

select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 190px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	border: #eee solid 1px;
	border-radius: 0;
	outline: none;
}
select:after {
	display: inline-block;
}

#formBtnArea {
	margin-bottom: 120px;
	text-align: center;
}
#formBtnArea input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	overflow: hidden;
	width: 274px;
	height: 50px;
	margin: 10px;
	padding: 0;
	border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	transition: 0.2s;
	background-image: url(../../common/imgs/btn_bg.png);
	cursor: pointer;
}
#formBtnArea input:hover {
	opacity: 0.7;
}
@media only screen and (max-width:768px) {
	#formBtnArea {
		margin-bottom: 40px;
		text-align: center;
	}
}

/*#confirm {
	background-image: url(../imgs/btn.png);
}
#back {
	background-image: url(../imgs/btn_back.png);
}
#send {
	background-image: url(../imgs/btn_send.png);
}*/

.confText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 720px;
	margin: 0 auto 220px;
	padding: 30px 20px;
	border: #f5f5f5 solid 1px;
}
.confText dt {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #587026;
}
.confText dd {
	font-size: 14px;
	font-weight: 500;
}
@media only screen and (max-width:768px) {
	.confText {
		margin-bottom: 70px;
		padding: 10px 10px;
	}
	.confText dt {
		margin-bottom: 10px;
		font-size: 11px;
	}
	.confText dd {
		font-size: 10px;
	}
	.formText,
	.formText.zip {
		max-width: none;
	}
	textarea.formText {
		height: 70px;
	}
}


#mailform table {
	width: 100%;
}
#mailform table td {
	vertical-align: middle;
}
label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
.radio_group li {
	display: inline;
	margin-right: 20px;
}
.checkbox_group li {
	margin-top: 5px;
}
.checkbox_group li:first-child {
	margin-top: 0;
}
input#zipcode {
	overflow: visible;
}
input.formBtn {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	cursor: pointer;
}


.sttl {
	padding: 60px 0 70px;
	text-align: center;
}
.lead01 {
	margin-bottom: 40px;
	padding: 13px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
}
.lead02 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.sttl {
		padding: 30px 0 35px;
		text-align: center;
	}
	.sttl img {
		max-width: 110px;
	}
	.lead01 {
		margin-bottom: 25px;
		padding: 8px 0;
		font-size: 11px;
		font-weight: bold;
	}
	.lead02 {
		margin-bottom: 30px;
		font-size: 10px;
	}
	#mailform select + span,
	#mailform input + span {
		display: block;
		margin: 5px 0 0;
	}
}


.tableStyle01 dl {
	display: table;
	width: 100%;
	border-bottom: #f2f2f2 solid 1px;
}
.tableStyle01 dl:first-child {
	border-top: #f2f2f2 solid 1px;
}
.tableStyle01 dl > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.tableStyle01 dt {
	background: #f4f4f4;
	font-size: 15px;
}
.tableStyle01 dl > * {
	padding: 22px 18px;
	font-size: 15px;
}
.tableStyle01 dt {
	width: 200px;
}
.tableStyle01 dd {
	padding: 10px 18px;
}
@media only screen and (max-width:768px) {
	.tableStyle01 {
		margin-bottom: 30px;
	}
	.tableStyle01 dl {
		display: block;
		border-bottom: none;
	}
	.tableStyle01 dl:first-child {
		border-top: none;
	}
	.tableStyle01 dl > * {
		display: block;
		vertical-align: middle;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
	}
	.tableStyle01 dt {
		background: #f4f4f4;
		font-size: 10px;
	}
	.tableStyle01 dl > * {
		padding: 10px 10px;
		font-size: 10px;
	}
	.tableStyle01 dt {
		width: auto;
	}
	.tableStyle01 dd {
		padding: 10px 0 15px;
	}
}
