body {
	background: #f5f5f5;
	min-width: 100% !important;
}

.form {
	width:720px;
	margin:30px auto 100px;
	line-height: 1.8;
}

.form .section {
	margin-bottom: 30px;
}

.form dd label {
	margin-right: 10px;
}

.form dt,.form dd {
	vertical-align: middle;
	padding:  20px 0;
	display: table-cell;
}

.form dt {
	clear: both;
	border-top: 1px solid #ddd;
	width: 180px;
	float: left;
	font-weight: bold;
	position: relative;
}

.form span.must {
	position: absolute;
	right: 10px;
	background: #ff0066;
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	margin-left: 10px;
	border-radius: 3px;
}
.form dd {
	width:560px;
	border-top: 1px solid #ddd;
	font-size: 16px;
}

.form dd label {
	white-space: nowrap;
}

.form .num_left {
	float: left;
	margin-right: 10px;
}

.form .example {
	font-size: 14px;
	padding-top: 5px;
}

.form .notice {
	margin-bottom: 10px;
}

.form .error {
	font-weight:bold;
	color:#FF0000;
	background:#FFF2F2; 
	clear:both;
}

.form h1 {
	background: #ff0066;
	color:#fff;
	font-size: 24px;
	padding:15px 0;
	margin-bottom: 30px;
	text-align: center;
}
.form h2 {
	margin-bottom:20px;
	border-left:3px solid #ff0066;
	font-size: 20px;
	padding-left: 20px;
}

.form input[type="text"],.form textarea,.form select {
	font-size:18px;
}

.form input[type="text"],
.form textarea {
	width:90%;
	padding: 8px;
	border-radius: 4px;
}

.form input[type="text"],.form textarea,.form select,.form input[type="number"] {
	width:90%;
    font-size:18px;
	border:3px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	background: #fff;
}

.form input[type="text"]:hover,.form textarea:hover,.form select:hover,.form input[type="number"]:hover {
	border:3px solid #14AEF9;
}

.sendbtn {
	width:100%;
    background: #14AEF9;
    color:#fff;
	border:3px solid #4481eb;
	font-size:24px;
	font-weight:bold;
	padding:30px 0;
	text-align:center;
	display:block;
	border-radius: 6px;
    box-shadow: 0 3px 0 #4481eb;
}

.sendbtn:hover {
	background: #4481eb !important;
	color:#fff !important;
    cursor:pointer;
}

.title-pink {
	background-image: linear-gradient(to right, #fa709a 0%, #fa709a 50%, #fee140 100%) !important;
	color: #fff;
	text-shadow: none !important;
	border-top: none !important;
	border-radius: 3px;
}

.form .back {
	width:160px;
	background:#ddd;
	margin-top: 20px;
	padding:10px 20px;
	color:#333;
	font-weight:bold;
	border:none;
	border:1px solid #ccc;
	text-shadow:1px 1px 0 #fff;
}
.form .back:hover {
	background:#ccc;
}

table.check {
	margin-bottom:20px;
	width:100%;
}
table.check th {
	width: 30% !important;
	background: #f5f5f5;
}
table.check td {
	text-align:left;
}
table.check td {
	background: #fff;
}

.form_links {
	overflow: hidden;
	margin-bottom: 20px;
}

.form_links a {
	background-image :linear-gradient(to top, #eee 0%, #fff 100%);
	border: 1px solid #ccc;
 	color: #333;
	margin-right: 10px;
	text-align: center;
	padding: 10px 30px 10px 15px;
	border-radius: 2px;
	float: left;
	display: block;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
}
.form_links a::before,
.form_links a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.form_links a::before{
	right: 15px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_links a:hover {
	text-decoration: none;
	background: #eee;
}

.form_steps {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.form_steps li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 1px 0;
	background: #FFDBEA;
	color: #fff;
}

.form_steps em {
	position: relative;
	display: block;
	z-index: 0;
}

.form_steps .current {
	background:#ff0066;
}

.form_steps .current em:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -19px;
	margin-top: -19px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 19px 0 19px 19px;
	border-color: transparent transparent transparent #ff0066;
}

.form_steps .current em:before {
	top: 50%;
	right: -19px;
	margin-top: -2px;
	border-style: solid;
	border-width: 2px 0 2px 2px;
	border-color: transparent transparent transparent #fff;	
}

.form_steps .current:after {
	background: #FA709A;
}

.form .checkbox {
	display: inline-block;
}

.cancelpolicy {
	 overflow-y: scroll;
	 height: 180px;
	 margin: 20px 0;
	 padding: 10px;
	 border:1px solid #ccc;
	 background: #fff;
	 font-size: 12px;
}

.cancelpolicy table {
	margin: 0 !important;
}

.cancelpolicy .title {
	font-size: 16px;
	background: #666;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.cancelpolicy h4 {
	margin: 20px 0 10px;
	padding: 5px 10px;
	background: #eee;
}

.agree {
	width: 94%;
	padding: 3%;
	display: block;
	border:3px solid #FFCC00;
	background: #FFFAE3;
}

@media screen and (max-width: 640px) {
	table.check td,table.check th {
		display: block;
		width:90% !important;
        padding: 5% !important;
	}
	td {
		background: #fff !important;
		padding: 10px;
	}
	img {
		max-width: 100%;
	}
	.head-in {
		background: none;
		padding: 0px !important;
		width: 100%;
	}
	.head-in .logo {
		margin:0 15px;
	}
	.head-in h1 {
		display: none;
	}
	#head {
		margin-top: -15px;
	}
	#head .contact,
	#head .global,
	#head .girl {
		display: none;
	}
	.form {
		width:calc(100% - 20px);
		padding:10px 10px;
		margin: 0 0 30px 0 !important;
	}
	.form h1 {
		font-size: 18px;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.form h2 {
		margin-bottom: 10px;
	}
	.form dt,.form dd {
		clear: both;
		width: 100% !important;
		float: none;
		display: block;
		padding: 10px 0;
	}
	.form dt {
		font-size: 20px;
	}
	.form select {
		width: 90%;
	}
	.section {
		margin-bottom: 20px;
	}
	.num_left {
		clear: both;
		margin-bottom: 5px;
		width: 100%;
	}
	select {
		width: 95% !important;
	}
	.form_links {
		width: 100%;
	}
	.form_links a {
		width: 95%;
		margin-bottom: 5px;
		padding: 5px;
	}
	.date2 {
		display: none;
	}
	.notice {
		line-height: 1.3;
		font-size: 13px;
	}
}

.date .item {
	display: inline;
}

.date select {
	display: inline;
	width: auto !important;
}

.sp-show {
	display: none;
}

@media screen and (max-width:480px) {
	.date select {
		padding: 10px 5px !important;
	}
	.date .year {
		margin-bottom: 10px;
	}
	.sp-show {
		display: block;
	}
}
