/* 1. contact style */
/* ------------------------------------------------------------------------------------ */

.introduction {
	display: block;
	margin-bottom: 22px;
}
.head-tl {
	margin: 0 3% 10px;
	border-bottom: solid 2px #e6e5e5;
}
.introduction .head-tl h2 {
	text-align: left;
	display: block;
	margin: 44px 20% 5px 0;
}
.introduction .head-tl h2 img {
	width: 246px;
	position: relative;
}
#pulldown-select ul.pulldown-list {
	text-align: left;
}
#pulldown-select {
	background-color: #fff;
	border: solid 1px #e6e5e5;
	display: block;
	margin-right:6%;
	border-radius: 6px;
	color: #333333;
	font-size: 13px;
	margin-top: 5px;
}
select {
	border: none;
	border-radius: 6px;
	display: block;
	padding: 10px 17px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/contact/btn-conf-bg.jpg") no-repeat right top;
	background-size: 278px 38px;
	-webkit-background-size: 278px 38px;
}
select option::-moz-focus-inner {
	outline: none;
}
.content01 input.input_name,
.content01 input.input_tel,
.content01 input.input_mail,
.content01 textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
.content01 .contactbox {
	margin-bottom: 52px;
}
#introTxt {
	margin-bottom: 15px;
	font-size: 13px;
}
.sup, sup {
	color: #da3059;
}
 .sup, sup a;
hover {
	color: #da3059;
	text-decoration: underline;
}
p.contact-btn {
	margin: 0px 0 52px 0;
	text-align: center;
}
p.contact-btn img {
	width: 239px;
}
.content01 dl {
	padding: 9px 0;
	text-align: left;
	margin-left: 6%;
}
.content01 dl dt {
	display: inline;
	width: 100%;
}
.content01 dl dd {
	display: inline;
	margin-bottom: 10px;
}
.content01 input, .content01 textarea {
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 5px;
}
.content01 input {
	margin: 9px 0 5px;
}
.content01 p.contact-btn input {
	background: none;
	border: none;
	padding: 0;
	width: 239px;
}
.input_name {
	width: 94%;
	margin-bottom: 10px;
	margin-right: 3%;
	height: 40px;
	box-sizing: border-box;
}
.nameUl li {
	display: inline;
}
.nameUl li.last {
	margin-right: 0;
}
.input_tel {
	width: 90%;
	height: 30px;
}
.input_mail {
	width: 90%;
	height: 30px;
}
.textArea {
	width: 90%;
	height: 119px;
	margin-top: 9px;
	resize: none;
}
.content01 dl.textAreaDl {
	border: none;
}
.content01 dd.check {
	width: 94%;
	float: left;
	margin-top: 10px;
}
#lastcheck, #btn-con {
	text-align: center;
}
.content01 input#check {
	margin: 6px 3px 0 0;
	vertical-align: top;
	height: auto;
}
#lastcheck {
	margin-bottom: 20px;
}
.content02 {
	margin-bottom: 46px;
	margin-left: 6%;
}
.content02 h3 {
	text-align: left;
}
.content02 h3 img {
	width: 117px;
}
.content02 #guideBox {
}
.content02 #guideBox h4 {
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: left;
	margin-top: 17px;
}
.content02 #guideBox .syousai {
	font-size: 14px;
	padding-bottom: 10px;
	margin-right: 3%;
	text-align: left;
}
.content02 #guideBox-tel {
}
.content02 #guideBox-tel h4 {
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: left;
	margin-top: 17px;
}
.content02 #guideBox-tel .syousai {
	font-size: 14px;
	padding-bottom: 10px;
	margin-right: 3%;
	text-align: left;
}
.content03 {
	margin-bottom: 46px;
	margin-left: 3%;
	margin-right: 3%;
}
/*--conf--*/
.input_tel _c {
	width: 90%;
	margin-top: 9px;
}
#prev {
	float: left;
	display: inline;
}
#next {
	float: right;
	display: inline;
}
#prev img {
	width: 140px;
}
#next img {
	width: 140px;
}
/*error*/
.errorTxt {
	color: #DA3059;
	font-size: 13px;
	margin-top: 5px;
}
