
.pan{
	max-width: 1125px;
}
.err{
	color: #d82e2e;
}
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #ffcc66;
  padding: 1em 0.5em 1em 2em;
  color: #333;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before, .step li:last-child:after{
  display:none;
}
.step li:before, .step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 55px 0 55px 1em;
  z-index: 1;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #ffcc66;
  border-width: 55px 0 55px 1em;
  z-index: 1;
}
.step li.active{
  background: #ff9900;
  font-weight: bold;
	color: #fff;
}
.step li.active:after{
  border-color: transparent transparent transparent #ff9900;
}
.form_dl1{
	display: flex;
	flex-wrap: wrap;
	/* font-size: 18px; */
}
.form_dl1 dt{
	width: 300px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffc;
	border: #373737 1px solid;
	border-bottom: none;
	border-right: none;
	display: flex;
	align-items: center;
}
.form_dl1 dt:last-of-type{
	border-bottom: #373737 1px solid;
}
.form_dl1 dd{
	width: 730px;
	box-sizing: border-box;
	padding: 30px;
	border: #373737 1px solid;
	border-bottom: none;
	margin-left: 0;
}
.form_dl1>dd>span {
	margin-right: 25px;
}
.form_dl1 dd:last-of-type{
	border-bottom: #373737 1px solid;
}
.form_dl1>dt>label{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
em{
	font-style: normal;
	color: #fff;
	padding: 10px;
}
input[type="tel"],input[type="email"]{
	padding: 5px;
}
input[type="text"],input[name="mail"],input[name="tel1"]{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
input[name="pos1"],input[name="pos2"]{
	width: 48%;
}
textarea{
	width: 100%;
	height: 200px;
}
.personal{
	background-color: #ffc;
	max-width: 1125px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 70px;
}
.personal>h3{
	background-color: transparent;
	color: #333;
	border: none;
}
.personal>h3>em{
	margin-left: 20px;
}
.notice{
	line-height: 1.5em;
	/* font-size: 16px; */
	margin-bottom: 20px;
}
.notice a{
	color: #36c;
	text-decoration: none;
}
.notice a:hover{
	text-decoration: underline;
}
.text_center{
	max-width: 1125px;
}
.text_center input[type="submit"]{
	font-size: 24px;
	background-color: #f60;
	color: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	display: block;
	margin: 20px auto 50px;
}
.confirm_center{
	max-width: 1125px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}
.confirm_center input[type="submit"]{
	font-size: 24px;
	background-color: #f60;
	color: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	display: block;
	/* margin: 20px auto 50px; */
}
.confirm_center a{
	display: block;
	background-color: #666;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	padding: 25px 20px;
	width: 50px;
	border-radius: 10px;
}
.responsiveBr3{
	display: none;
}
@media(max-width: 1820px){
	.form_dl1 dt{
		width: 35%;
	}
	.form_dl1 dd{
		width: 65%;
	}
}
@media(max-width: 1496px){
	.form_dl1 dt{
		width: 100%;
		border-right: 1px solid #373737;
		border-bottom: none;
	}
	.form_dl1 dd{
		width: 100%;
	}
	.form_dl1 dt:last-of-type{
		border-bottom: none;
	}
}
@media(max-width: 1220px){
		/* サブメニュー */
		.sub_menu {
    	margin-bottom: 50px;
		}
}
@media(max-width: 636px){
	.responsiveBr3{
		display: inline;
	}
	.personal>h3>em{
		margin-left: 0;
		line-height: 80px;
	}
}
@media(max-width: 428px){
	.step li:before {
		border-width: 69px 0 69px 1em;
	}
	.step li:after {
		border-width: 69px 0 69px 1em;
	}
}
