@charset "utf-8";

main h3 {
	margin-bottom: 25px;
}
main  p.leader {
	margin-bottom: 20px;
}
main dl.area {
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
	margin-bottom: 30px;
}
main dl.area dt {
	font-weight: bold;
	font-size: 150% !important;
	margin-bottom: 5px;
}
main p.txt {
	color: #009ce7;
	font-size: 190%;
	margin-bottom: 15px;
}
main table + p {
	text-align: center;
	margin-bottom: 20px;
}

main p.txt {
	color: #009ce7;
	font-size: 190%;
	margin-bottom: 20px;
}
main table + p {
	text-align: center;
	margin-bottom: 20px;
}
main .privacy {
	border: 1px solid #e8e8e8;
	height: 180px;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	margin-bottom: 30px;
}
main .privacy .inner {
	width: 90%;
	margin: 0;
	height: 180px;
}
main .privacy dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
main .privacy dl dd {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 130%;
	margin-top: 3px;
}
main .privacy dl dd:before {
	content: "※";
}
main .privacy p + dl {
	margin-top: 20px;
}
main form + dl.area{
	margin-top: 30px;
	margin-bottom: 0px;
}
main p.toTop + dl.area{
	margin-top: 30px;
	margin-bottom: 0px;
}
/* error
------------------------------------------------*/
.errorArea {
	background: #fff6f6;
	color: #f00;
	padding: 18px 19px;
	margin: 0 0 30px;
}
.errorArea p {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 5px;
}
.errorArea ul {
	margin: 0 0 0 2em;
}
.errorArea ul li {
	font-size: 130%;
	list-style: disc;
	margin: 2px 0 0;
}
table tr.error th {
	background: #fff6f6;
}
table tr.error td {
	background: #fff;
}
table tr.error p.error {
	color: #dd0000;
	font-size: 100%;
	margin-top: 5px;
	font-weight: bold;
}
table tr.error  td.name p.error {
	margin-left: 12.5%;
}
table tr.error input,
table tr.error span.select01 {
	border-color: #f8bdbd !important;
}

/* form
------------------------------------------------*/
table {
	width: 100%;
	border: none;
}
table th {
	display: block;
	padding: 12px 15px;
	vertical-align: top;
	text-align: left;
	background: #f6f6f6;
	box-sizing: border-box;
}
table th div {
	position: relative;
}
table td {
	display: block;
	padding: 20px 10px !important;
	box-sizing: border-box;
	border-bottom: none !important;
}
table td div {
	margin: 17px 0 0;
}
table td div:first-child {
	margin: 0;
}
table td b {
	color: #555;
	margin-bottom: 5px;
}
table td b,
table td b + p {
	display: block;
}
table th span,
table td b span {
	background: #e20000;
	color: #fff;
	padding: 0 7px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
	float: right;
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
table td p.postcode {
	font-size: 100%;
}
table th em {
	display: block;
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
	font-style: normal;
	font-weight: normal;
}
table th em.normal {
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
}

/* name */
table td.name p {
	font-size: 110%;
}
table td.name p span {
	display: inline-block;
	margin-bottom: 5px;
	width: 13%;
}
table td.name input[type="text"] {
	margin-bottom: 15px;
	width: 87%;
}
table td.name input[type="text"]:last-child {
	margin-bottom: 0;
}

/* attention */
table th span.attention {
  display: block;
  color: #000;
  background: none;
  font-weight: normal;
  font-size: 85%;
  margin: 0;
  padding: 12px 0 0 12px;
  text-indent: -1em;
	line-height: 1.4em;
}

/* text */
table td input[type="text"] {
	width: 100%;
	height: 54px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-size: 16px;
}
table td input.size01 {
	width: 63px;
}
table td input.size02 {
	width: 26%;
}
table td input.size03 {
	width: 100%;
}

/* select */
table td select {
	padding: 6px;
	border: 1px solid #ccc;
	background: #fafafa;
	width: 100%;
}

/* textarea */
table td textarea {
	padding: 8px 5px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	line-height: 1.5em;
	width: 100%;
	resize: none;
	font-size: 16px;
	box-sizing: border-box;
	font-family : inherit;
	border-radius: 0;
	height: 200px;
	-webkit-appearance: none;
}

/* reset */
p.reset input {
	background: #e6e6e6;
	border-radius: 2px;
	padding: 15px;
	width: 70%;
	margin: 0 auto;
	display: block;
	font-size: 115%;
}

/* confirm */
p.confirm input {
	border-radius: 2px;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	display: block;
	color: #fff;
	margin-bottom: 20px;
	font-size: 115%;
	background: #009ce7 url(/common/img/sp/icon_arrow03.png) no-repeat right 18% center;
	background-size: 8px auto;
}

/* autoBtn */
.autoBtn {
	display: inline-block;
	background: #009ce7;
	font-size: 100%;
	color: #fff;
	padding: 15px 5px;
	border-radius: 2px;
	line-height: 1;
	width: 100px;
	text-align: center;
	margin-left: 10px;
}

/* customSelect
------------------------------------------------*/
table td span.select01 {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: url(/common/img/icon_select.png) right 14px center no-repeat;
	background-size: 13px;
	text-align: left;
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	font-size: 16px;
	box-sizing: border-box;
}

/* confirm
------------------------------------------------*/
.confirm .reset input {
	background: url(/common/img/sp/icon_arrow07.png) no-repeat 25px center #e6e6e6;
	background-size: 7px auto;
}

/* end
------------------------------------------------*/
.end dl.thanks {
	text-align: center;
	margin: 20px 0;
}
.end dl.thanks dt {
	font-size: 180% !important;
	font-weight: normal;
	margin: 0 0 15px;
}
.end dl.thanks dt span {
	color: #009de4;
	display: block;
	font-size: 110%;
}
.end dl.thanks dd {
	line-height: 1.8;
}
.end p.toTop {
	text-align: center;
}
.end p.toTop a {
	position: relative;
	display: inline-block;
	padding: 16px 70px 13px;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	border-radius: 3px;
	background: #009ce7;
}
.end p.toTop a span {
	background: url(/common/img/sp/icon_arrow08.png) no-repeat left center;
	background-size: 8px auto;
	padding-left: 25px;
}