@charset "utf-8";

#main .desc {
	text-align: center;
	font-size: 16px;
	padding: 45px 0;
}
#main .desc .notice {
	color: #d81515;
}

/* flowRow
======================================================== */
#main .flowRow {
	margin-bottom: 30px;
}
#main .flowRow ul {
	width: 680px;
	margin: 0 auto;
	height: 46px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
#main .flowRow ul:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
#main .flowRow ul li {
	width: 220px;
	float: left;
	text-align: center;
	position: relative;
	padding: 15px 0;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
}
#main .flowRow ul li.cr {
	background-color: #ffec4d;
}
#main .flowRow ul li.done {
	background-color: #fff9cb;
}
#main .flowRow ul li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 23px solid transparent;
	border-left: 20px solid #ccc;
	border-right: none;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -23px;
	z-index: 1;
}
#main .flowRow ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 23px solid transparent;
	border-left: 20px solid #fff;
	border-right: none;
	position: absolute;
	right: -19px;
	top: 50%;
	margin-top: -23px;
	z-index: 1;
}
#main .flowRow ul li.done:after {
	border-left: 20px solid #fff9cb;
}
#main .flowRow ul li.cr:after {
	border-left: 20px solid #ffec4d;
}
#main .flowRow ul li:last-child {
	width: 240px;
}
#main .flowRow ul li:last-child:before,
#main .flowRow ul li:last-child:after {
	display: none !important;
}

/* formRow
======================================================== */
#main .formRow table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#main .formRow table th {
	background-color: #e5e5e5;
	width: 258px;
	padding: 13px 20px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
#main .formRow table th span {
	display: inline-block;
}
#main .formRow table th span.txtWrap {
	width: 100%;
}
#main .formRow table th span.note {
	display: inline-block;
	margin-top: 1em;
	color: #e10000;
	font-size: 14px;
}
#main .formRow table th .must {
	float: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	width: 40px;
	text-align: center;
	background-color: #d81515;
	padding: 4px 0 5px;
}
#main .formRow table td {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
#main .formRow table td .error {
	display: inline-block;
	color: #f11818;
}
#main .formRow table td input + .error {
	margin-left: 20px;
}
#main .formRow table td label + .error {
	margin-left: 20px;
}
#main .formRow table .typeTr.hide {
	display: none;
}
#main input[type="text"],
#main input[type="password"],
#main input[type="email"],
#main input[type="tel"] {
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 14px;
	line-height: 1;
}
:placeholder-shown,
::-webkit-input-placeholder,
:-ms-input-placeholder {
	color: #bbbbbb;
}
#main .size01 {
	width: 470px;
}
#main .size02 {
	width: 200px;
}
#main .size02 + .size02 {
	margin-left: 1em;
}
#main textarea {
	width: 829px;
	height: 120px;
	border: 1px solid #ccc;
	padding: 14px;
	position: relative;
}
#main .imgRadio {
	position: relative;
	overflow: hidden;
}
#main .imgRadio + .imgRadio {
	margin-left: 30px;
}
#main .imgRadio input {
	position: absolute;
	left: -9999px;
}
#main .imgRadio span {
	display: inline-block;
	padding-left: 28px;
	background-image: url("../img/icon/icon_radio_01.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#main .imgRadio :checked + span {
	background-image: url("../img/icon/icon_radio_01_on.png");
}
#main .imgCheck {
	position: relative;
	overflow: hidden;
}
#main .imgCheck + .imgRadio {
	margin-left: 30px;
}
#main .imgCheck input {
	position: absolute;
	left: -9999px;
}
#main .imgCheck span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/icon_check_01.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#main .imgCheck :checked + span {
	background-image: url("../img/icon/icon_check_01_on.png");
}
/* btnArea
======================================================== */
#main .btnArea {
	margin-top: 50px;
	text-align: center;
	letter-spacing: -0.4em;
}
#main .btnArea:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
#main .btnArea .btn,
#main .btnArea a {
	display: inline-block;
	letter-spacing: normal;
	width: 396px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #333;
	background-color: #ffec4d;
	position: relative;
	padding: 21px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#main .btnArea a.returnBtn {
	background-color: #ccc;
}
#main .btnArea a.topBtn {
	background-color: #fff;
}
#main .btnArea .btn:hover,
#main .btnArea a:hover,
#main .btnArea a.returnBtn:hover {
	background-color: #333333;
	color: #fff;
}
#main .btnArea a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#main .btnArea a.returnBtn:after {
	left: 20px;
	right: auto;
	-webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
#main .btnArea a:hover:after,
#main .btnArea a.returnBtn:hover:after {
	border-color: #fff;
}
#main .btnArea a + a {
	margin-left: 40px;
}
/* infoRow
======================================================== */
#main .infoRow {
	margin: 50px auto 0;
	width: 680px;
}
#main .infoRow dl {
	border: 1px solid #ccc;
	background-color: #fff;
}
#main .infoRow dt {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 13px 0;
	border-bottom: 1px solid #ccc;
}
#main .infoRow dd {
	padding: 24px 0 28px;
	text-align: center;
	font-size: 16px;
}
#main .infoRow dd p + p {
	margin-top: 15px;
}
/* thanksRow
======================================================== */
#main .thanksRow p {
	text-align: center;
}
#main .thanksRow p b {
	font-size: 24px;
}
#main .thanksRow p + p {
	margin-top: 20px;
}
#main .thanksRow .infoArea {
	width: 400px;
	text-align: center;
	background-color: #f0f0f0;
	padding: 15px 0;
	margin: 25px auto 0;
}

/* Login
======================================================== */
#main .memberAction {
	margin-top: 30px;
}
#main .memberAction p {
	text-align: center;
}
#main .memberAction p + p {
	margin-top: 10px;
}
#main .memberAction p > a {
	text-decoration: underline;
	color: #1090e2;
}
#main .memberAction p > a:hover {
	text-decoration: none;
}
