
#container #main {
	float: none;
	width: 100%;
}
#container #main .step {
	display: table;
	width: 600px;
	margin: 27px auto 45px;
}
#container #main .step li {
	display: table-cell;
	width: 200px;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
/*	color: #cccccc;
	background: url(../img/form_arrow_02.png) right 0 no-repeat #fff;	*/
	color: #fff;
	background: url(../img/form_arrow_03.png) right 0 no-repeat #cccccc;
}
#container #main .step li.act {
	color: #542e2c;
	font-weight: bold;
/*	background: url(../img/form_arrow_01.png) right 0 no-repeat #e2d6c2;	*/
	background: url(../img/form_arrow_01.png) right 0 no-repeat #a3c4f0;
}
#container #main .step li.pass {
	color: #fff;
	background: url(../img/form_arrow_03.png) right 0 no-repeat #cccccc;
}
#container #main .step li:last-child {
	background-image: none !important;
}
#container #main .note {
	float: left;
	width: 720px;
}
#container #main .note.space {
	margin-top: 8px;
}
#container #main .btmContact.top,
#container #main .btmContact.top .btn {
	float: right;
	width: 240px;
	padding: 0;
	margin-top: 0;
}
#container #main .btmContact.top .btn a {
	padding: 6px 0;
	font-size: 18px;
}
#container #main .shadowBlock {
	margin-top: 20px;
}
#container #main h2.tit.hgroup {
	border-radius: 0;
}
#container #main h2.tit.hgroup.top {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#container #main h2.tit.hgroup.titHead {
	margin-top: 30px;
	border-radius: 7px;
}
#container #main h3.subTit {
	padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
	color: #7e6968;
	background: #e2d6c2;
	border-bottom: solid 1px #cccccc;
}
#container #main table {
	width: 100%;
}
#container #main table .none {
	display: none;
}
#container #main table th {
	width: 310px;
	padding: 15px 20px;
	font-size: 14px;
	background: #f2f2f2;
	border-bottom: solid 1px #cccccc;
}
#container #main table th a.line {
	text-decoration: underline;
}
#container #main table th a.line:hover {
	text-decoration: none;
}
#container #main table th strong {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	background: #ff9933;
}

#container #main h2 strong {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	background: #ff9933;
}

#container #main table th span {
	display: block;
	font-size: 10px;
	color: #e2365d;
}
#container #main table td {
	padding: 10px 20px;
	font-size: 14px;
	color: #542e2c;
	border-bottom: solid 1px #cccccc;
}
#container #main table td .wordBreak {
	display: none;
}
#container #main table td div {
	display: inline-block;
	padding-right: 8px;
}
#container #main table td div.last {
	padding-left: 20px;
}
#container #main table td div.middle {
	padding: 0 20px 0 4px;
}
#container #main table td input[type="text"],
#container #main table td input[type="email"],
#container #main table td input[type="tel"] {
	padding: 3px 6px;
	border: solid 1px #cccccc;
}
#container #main table td textarea {
    padding: 3px 6px;
	border: solid 1px #cccccc;
}
#container #main table td .xx-small {
	width: 56px;
}
#container #main table td .x-small {
	width: 76px;
}
#container #main table td .small {
	width: 86px;
}
#container #main table td .medium {
	width: 186px;
}
#container #main table td .medium02 {
	width: 268px;
}
#container #main table td .medium02 + div {
	padding: 0 0 0 10px;
}
#container #main table td .large {
	width: 486px;
}
#container #main table td .adBtn {
	display: inline-block;
	margin-left: 20px;
}
#container #main .noTit table tr:first-child th {
	border-top-left-radius: 7px;
}
#container #main .noTit table tr:last-child th {
	border-bottom-left-radius: 7px;
}
#container #main .noTit table tr:last-child th,
#container #main .noTit table tr:last-child td {
	border-bottom: none;
}
#container #main input[type="radio"],
#container #main input[type="checkbox"] {
    margin-right: 5px;
}
#container #main table .radio td {
	padding-top: 5px;
}
#container #main table .radio label {
	display: inline-block;
	padding: 10px 10px 0 0;
}
#container #main table td.gender label {
	display: inline-block;
	width: 76px;
}
#container #main table td.mail label {
	padding-right: 10px;
}
#container #main table td.kanshin label {
	display: inline-block;
	width: 105px;
}
#container #main table td.kanshin div {
	padding: 6px 0;
}
#container #main table td span {
	padding-top: 7px;
	display: block;
	font-size: 12px;
}
#container #main table td a {
	text-decoration: underline;
	color: #542e2c;
}
#container #main table td a:hover {
	text-decoration: none;
}
#container #main table .lastChild th {
	border-bottom: none;
	border-bottom-left-radius: 7px;
}
#container #main table .lastChild td {
	border-bottom: none;
	border-bottom-right-radius: 7px;
}
#container #main .btmContact {
	padding-top: 26px;
}
#container #main .btmContact .txt {
	font-size: 14px;
}
#container #main .btmContact .txt a {
	text-decoration: underline;
}
#container #main .btmContact .txt a:hover {
	text-decoration: none;
}
#container #main .btmContact .seal {
	display: table;
	width: 100%;
	padding-top: 27px;
}
#container #main .btmContact .seal div,
#container #main .btmContact .seal p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#container #main .btmContact .seal div {
	width: 100px;
}
#container #main .btmContact .seal p {
	color: #542e2c;
}
#container #main .btmContact .back a {
	background: #cccccc !important;
}
#container #main .btmContact .back a span {
	padding: 0 0 0 23px;
	background: url(../img/icon/arrow_circle_w_left.png) 0 center no-repeat;
	background-size: 16px 16px;
}
#container #main .forget a {
	display: inline-block;
	margin-top: 15px;
	color: #542e2c;
	text-decoration: underline;
	font-size: 14px;
}
#container #main .forget a:hover {
	text-decoration: none;
}
#container #main .forget span {
	padding-right: 20px;
	background: url(../img/icon/arrow_circle_b.png) right center no-repeat;
	background-size: 12px 12px;
}
#container #main .loginNote {
	width: 580px;
	margin: 33px auto 0;
}
#container #main .loginNote li {
	padding-left: 1em;
	text-indent: -1em;
	color: #542e2c;
	text-align: left;
}

@media only screen and (max-width:767px) { /* for desktop */
	#container {
		padding-bottom: 20px;
	}
	#container  #breadNav li {
		text-overflow: initial;
	}
	#container #main .step {
		width: 300px;
		margin: 17px auto;
	}
	#container #main .step li {
		width: 100px;
		height: 24px;
		font-size: 14px;
	/*	color: #cccccc;	*/
		color: #FFF;
	/*	background: url(../img/form_arrow_02.png) right 0 no-repeat #fff;	*/
		background: url(../img/form_arrow_03.png) right 0 no-repeat #cccccc;
		background-size: 15px 24px;
	}
	#container #main .step li.act {
	/*	background: url(../img/form_arrow_01.png) right 0 no-repeat #e2d6c2;	*/
		background: url(../img/form_arrow_01.png) right 0 no-repeat #a3c4f0;
		background-size: 15px 24px;
	}
	#container #main .step li.pass {
		background: url(../img/form_arrow_03.png) right 0 no-repeat #cccccc;
		background-size: 15px 24px;
	}
	#container #main .note {
		float: none;
		width: 100%;
	}
	#container #main .btmContact.top,
	#container #main .btmContact.top .btn {
		float: none;
		width: 100%;
		margin-top: 12px;
	}
	#container #main .btmContact.top .btn a {
		padding: 18px 0;
		font-size: 16px;
	}
	input[type="radio"],
	input[type="chexkbox"] {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	#container #main table th,
	#container #main table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	#container #main table th strong {
		margin-left: 5px;
	}
	#container #main .noTit table tr:first-child th {
		border-top-right-radius: 7px;
	}
	#container #main .noTit table tr:last-child th {
		border-radius: 0;
	}
	#container #main table td div.last {
		margin-top: 15px;
		padding-left: 0;
	}
	#container #main table td div.middle {
		padding: 0 10px 0 4px;
	}
	#container #main table .sFont td {
		font-size: 12px;
	}
	#container #main table td .adBtn {
		display: block;
		margin: 10px 0 0;
	}
	#container #main table td .wordBreak {
		display: block;
	}
	#container #main table td.mail .other input {
		margin-top: 20px;
	}
	#container #main table td.mail .other + input {
		width: 70%;
	}
	#container #main table td input[type="text"],
	#container #main table td input[type="email"],
	#container #main table td input[type="tel"] {
		box-sizing: border-box;
	}
	#container #main table td .medium {
		width: 80%;
	}
	#container #main table td .large {
		width: 100%;
		box-sizing: border-box;
	}
	#container #main table td .medium02 + div {
		display: block;
		padding: 7px 0 0 0;
	}
	#container #main table td label {
		display: inline-block;
		padding: 3px 0;
	}
	#container #main table td.kanshin div {
		display: block;
	}
	#container #main table td.kanshin label {
		width: auto;
		min-width: 32%;
		font-size: 12px;
	}
	#container #main table .lastChild th {
		border-radius: 0;
	}
	#container #main .btmContact .btn.contact a {
		font-size: 16px;
	}
	#container #main .btmContact .txt {
		text-align: left;
	}
	#container #main .loginNote {
		width: 100%;
		margin: 12px 0 0;
	}
	#container #main .btmContact .seal {
		padding: 10px 0 0;
	}
	#container #main .btmContact .seal div {
		width: 70px;
	}
	#container #main .btmContact .seal img {
		width: 60px;
		height: auto;
	}
	#container #main .btmContact .txt {
		text-align: center;
	}
}

/* #end */
#end #container .shadowBlock {
	padding: 20px;
}
#end #container #main h2 {
	font-size: 22px;
	font-weight: bold;
	color: #542e2c;
}
#end #container #main p {
	font-size: 14px;
	color: #542e2c;
}
#end #container #main p.topWd {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
#end #container #main h2 + p {
	padding-top: 10px;
}
#end #container #main p + p {
	padding-top: 22px;
}
#end #container #main p.list span {
	display: inline-block;
	width: 4.5em;
}
#end #container #main p a {
	text-decoration: underline;
}
#end #container #main p a:hover {
	text-decoration: none;
}

@media only screen and (max-width:767px) { /* for desktop */
	#end #container .shadowBlock {
		padding: 10px;
	}
	#end #container #main h2 {
		font-size: 16px;
	}
	#end #container #main p {
		font-size: 13px;
	}
	#end #container #main .btmContact {
		padding-top: 0;
	}
	#end #container #main p.topWd {
		font-size: 13px;
		padding-bottom: 0;
	}
}

/* registerCont */
#container #main .registerCont {
	padding: 30px;
	text-align: center !important;
}
#container #main .registerCont .img {
	position: absolute;
	top: 30px;
	left: 13px;
}
#container #main .registerCont .registerBtn {
	position: absolute;
	top: 20px;
	right: 30px;
}
#container #main .registerCont .registerBtn a {
	display: block;
	width: 170px;
	padding: 14px 0;
	border-radius: 7px;
	font-size: 16px;
	color: #fff;
	background: #00a040;
}
#container #main .registerCont .registerBtn a span {
	padding-right: 20px;
	background: url(../img/icon/arrow_circle_w.png) right center no-repeat;
	background-size: 16px 16px;
}
#container #main .registerCont .txt {
	padding-top: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #542e2c;
}
#container #main .registerCont ul {
	width: 930px;
	margin-left: -15px;
}
#container #main .registerCont li {
	position: relative;
	display: table;
	float: left;
	width: 300px;
	height: 100%;
	margin: 10px 5px 0;
	padding: 20px 25px 20px 76px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #ff954f;
}
#container #main .registerCont li.style01 { background: #ff954f;}
#container #main .registerCont li.style02 { background: #49b598;}
#container #main .registerCont li.style03 { background: #9edc57;}
#container #main .registerCont li.style04 { background: #ffd900;}
#container #main .registerCont li.style05 { background: #f87d8a;}
#container #main .registerCont li.style06 { background: #4c71c5;}

#container #main .registerCont li span {
	display: table-cell;
	vertical-align: middle;
}
/*#container #main .registerCont li.style01 span {
	margin-top: 1em;
}*/
#container #main .registerCont li img {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 34px;
	height: auto;
	margin-top: -16px;
}

@media only screen and (min-width:768px) { /* for PC */
	#container #main .registerCont li.style02 img,
	#container #main .registerCont li.style06 img {
		margin-top: -20px;
	}
	#pcimg01 {display:inline}
	#spimg01 {display:none}
}

#container #main .registerCont + .btmContact .btn.contact a {
	background: #7e6968;
}

@media only screen and (max-width:767px) { /* for スマホ */
	#pcimg01 {display:none}
	#spimg01 {display:inline}
	#container #main .registerCont {
		padding: 10px;
	}
	#container #main .registerCont h2 img {
		width: 219px;
	}
	#container #main .registerCont .img {
		top: 45px;
		left: 10px;
	}
	#end #container #main .registerCont .img {
		top: 65px;
	}
	#container #main .registerCont .img img {
		width: 113px;
	}
	#container #main .registerCont .registerBtn {
		top: 45px;
		right: 10px;
	}
	#container #main .registerCont .registerBtn a {
		width: 150px;
		padding: 6px 0;
		font-size: 14px;
		z-index: 10;
	}
	#container #main .registerCont .txt {
		padding-top: 70px !important;
		font-size: 12px;
		text-align: center;
	}
	#container #main .registerCont ul {
		width: 100%;
		margin: 10px auto 0;
	}
	#container #main .registerCont li {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 10px 44px;
		margin: 0;
		font-size: 12px;
	}
	#container #main .registerCont li + li {
		margin-top: 10px;
	}
	#container #main .registerCont li img {
		left: 10px;
		width:24px;
	}
	#container #main .registerCont li.style01 span {
		margin-top: 0.5em;
	}
	#container #main .registerCont .btmContact {
		padding-top: 0;
	}
	#container #main .registerCont .btmContact .btn.contact a {
		padding: 14px 0;
	}
}
/* .other */
#container #main td .other {
	display: block;
	margin: 12px -20px 0;
	padding: 0 20px;
	border-top: solid 1px #cccccc;
}
#container #main td .other span {
	display: block;
	padding: 12px 0 5px;
}
#container #main td .other strong {
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 12px;
	background: none repeat scroll 0 0 #ff9933;
    color: #fff;
}

@media only screen and (max-width:767px) { /* for desktop */
	#container #main td .other {
		margin: 12px -10px 0;
	}
}