@charset "utf-8";
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,"游ゴシック体", "Yu Gothic",arial, helvetica, sans-serif;
	background:#f5f5f5;
}
.text-link{
	color:#333;
	text-decoration: underline;
}
.text-link:hover{
	color:#333;
	text-decoration:none;
}
#header{
	padding:60px 0 100px;
}
#header:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#header .header-title{
	position: relative;
	float:left;
	padding:0 0 0 220px;
	font-size:24px;
	line-height:40px;
	font-weight: bold;
	vertical-align:top;
}
html[lang="en"] #header .header-title{
	font-size: 15px;
}
#header .logo{
	position:absolute;
	top:50%;
	left:0;
	margin:-20px 0 0 0;
	width:120px;
	height:auto;
}
#header .flow-list{
	float:right;
}
#header .flow-list:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#header .flow-list li{
	position: relative;
	float:left;
	margin:0 0 0 40px;
	padding:10px 0 10px 35px;
	color:#999;
	border-bottom:2px #999 solid;
	font-weight: bold;
	font-size:16px;
}
html[lang="en"] #header .flow-list li{
	font-size:14px;
}
#header .flow-list li.act{
	color:#f5215c;
	border-bottom:2px #f5215c solid;
}
#header .flow-list li .flow-num{
	position: absolute;
	width:28px;
	height:28px;
	vertical-align:middle;
	line-height: 28px;
	display: inline-block;
	color:#fff;
	top:50%;
	left:0;
	text-align: center;
	margin:-14px 0 0 0;
	border-radius:14px;
	background-color: #999;
}
#header .flow-list li.act .flow-num{
	background-color: #f5215c;
}
#container{
	margin:0 auto;
	width:1000px;
}
#content{
	position: relative;
}
#content:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

#content-announce{
	margin:-30px 0 0 0;
	padding:0 0 30px;
	text-align: center;
}

#content-announce a{
  color: #df0303;
  text-decoration: underline;
}

#content-announce a:hover{
  text-decoration:none;
}

#content-announce a br{
	display:none;
}

#content-input{
	margin:0 0 150px;
	padding:20px 0 0 0;
	width:600px;
}
#content-input .section-inner{
	margin:0 0 80px;
	background:#fff;
	border-top:#333333 3px solid;
}
#content-input .section-title{
	margin:0 0 30px;
	padding:20px;
	font-size:18px;
	font-weight:bold;
}
#content-input .input_list dt{
	padding:0 50px 10px;
	font-size:17px;
	line-height:1;
	vertical-align: top;
}
#content-input .input_list dd{
	padding:0 50px 50px;
}
#content-input .input_list dd:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .input_list h3.label{
	font-weight: bold;
	display: inline-block;
}
#content-input .input_list h4.label{
	font-weight: bold;
	display: inline-block;
	margin:0 0 10px;
}
#content-input .input_list h4.btn-other-customer{
	margin:0 0 10px;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
#content-input .input_list h4.btn-other-customer.open{
	text-decoration: none;
}
#content-input .input_list h4.btn-other-customer:hover{
	text-decoration: none;
}
#content-input .input_list .tag{
	margin:0 10px 0 0;
	padding:0 5px;
	display: inline-block;
	color:#fff;
	background:#f5215c;
	min-width:30px;
	height:18px;
	font-size:12px;
	line-height:18px;
	text-align: center;
}
#content-input .driver-column{
	overflow: hidden;
	height:0;
}
#content-input .select-wrap,
#content-input .number-wrap{
	position:relative;
	overflow:hidden;
}
#content-input .select-wrap--option{
	position:relative;
	overflow:hidden;
	width:300px;
}
#content-input .select-wrap.driver{
	margin:20px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
}

#content-input .select-wrap.age{
	width:80px;
	float:right;
}
#content-input .select-wrap.bag,
#content-input .select-wrap.type,
#content-input .select-wrap.guide{
	width:80px;
	float:right;
}
#content-input .number-wrap{
	width:80px;
	float:left;
}
#content-input .select-wrap.option{
	width:95px;
	float:right;
}
#content-input .select-wrap.option .select{
	font-size:12px;
}
#content-input .select-wrap::before,
#content-input .select-wrap--option::before{
	content:" ";
	display:block;
	position:absolute;
	bottom:50%;
	right:20px;
	margin:0 0 3px 0;
	box-sizing: border-box;
	width:6px;
	height:6px;
	border:6px solid transparent;
	border-bottom:10px solid #333;
	z-index:2;
	cursor:pointer;
}
#content-input .select-wrap::after,
#content-input .select-wrap--option::after{
	content:" ";
	display:block;
	position:absolute;
	top:50%;
	right:20px;
	margin:3px 0 0 0;
	box-sizing: border-box;
	width:6px;
	height:6px;
	border:6px solid transparent;
	border-top:10px solid #333333;
	z-index:2;
	cursor:pointer;
}
#content-input .select-wrap.age::before{
	content:none;
}
#content-input .select-wrap.age::after{
	margin:-3px 0 0 0;
	right:10px;
	width:4px;
	height:4px;
	border:4px solid transparent;
	border-top:6px solid #999999;
}
#content-input .select-wrap.bag::before,
#content-input .select-wrap.type::before,
#content-input .select-wrap.option::before,
#content-input .select-wrap.guide::before{
	content:none;
}
#content-input .select-wrap.bag::after,
#content-input .select-wrap.type::after,
#content-input .select-wrap.option::after,
#content-input .select-wrap.guide::after{
	margin:-3px 0 0 0;
	right:10px;
	width:4px;
	height:4px;
	border:4px solid transparent;
	border-top:6px solid #333333;
}
#content-input .select{
	box-sizing: border-box;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0 20px;
	width:100%;
	height:60px;
	cursor:pointer;
	z-index:4;
	color:#333333;
	font-size:18px;
	background-color:#e3e3e3;
	border:none;
	border-radius:5px;
	border-bottom:2px solid #bbbbbb;
	z-index:1;
}
#content-input input.number::-webkit-outer-spin-button,
#content-input input.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#content-input input.number{
  -moz-appearance:textfield;
}
#content-input .select.age{
	padding:0 10px;
	height:30px;
	background:#ffffff;
	border:1px #ddd solid;
}
#content-input .select.bag,
#content-input .select.type,
#content-input .select.guide{
	height:30px;
	padding:0 10px;
}
#content-input .select.option,
#content-input .select.guide{
	height:30px;
	padding:0 10px;
}
#content-input .select::-ms-expand{
  display: none;
}
#content-input .select:not(:target){
    width: 120% \9;
}
#content-input .select-wrap:hover .select{
	background:#dddddd;
	border-bottom:none;
	border-top:2px solid #bbbbbb;
}
#content-input .select-wrap.age:hover .select{
	background:#ffffff;
	border-bottom:1px #ddd solid;
	border-top:1px #ddd solid;
}
#content-input .select .select-txt{
	display: table-cell;
	vertical-align: middle;
	height:60px;
}
#content-input .attention{
	clear:both;
	padding:5px 0 0;
	font-size:13px;
	line-height:1.5;
}
#content-input .attention.ta-r{
	text-align: right;
}
#content-input .attention.err{
	color:#d00;
}
#content-input .text,
#content-input .number{
	box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0 20px;
	width:100%;
	height:60px;
	cursor:pointer;
	z-index:4;
	color:#333333;
	font-size:18px;
	background-color:#f7f7f7;
	border-radius:5px;
	border:1px #a1a1a1 solid;
	box-shadow: inset 0 2px 2px #dddddd;
}
#content-input .number{
	height:30px;
	padding:0 10px;
}
#content-input .text.size{
	width:100%;
	height:40px;
	background-color:#ffffff;
}
#content-input .half-column-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .half-column{
	position: relative;
	float:left;
	width:240px;
}
#content-input .half-column + div.half-column{
	float:right;
	margin:0 0 0 20px;
}
#content-input .half-column.adult{
	z-index:30;
}
#content-input .half-column.child{
	z-index:20;
}
#content-input .one-third-column-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .one-third-column{
	position: relative;
	float:left;
	width:160px;
}
#content-input .one-third-column + div.one-third-column{
	margin:0 0 0 10px;
}
#content-input .pd-wrap{
	position:relative;
}
#content-input .pd-list{
	display: none;
	box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	width:240px;
	background:#eef8f9;
	overflow: hidden;
}
#content-input .pd-list li{
	padding:10px;
	border-top:1px #ddd solid;
	border-left:1px #ddd solid;
	border-right:1px #ddd solid;
}
#content-input .pd-list li:last-child{
	border-bottom:1px #ddd solid;
}
#content-input .pd-list li:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .pd-list .label-min{
	float:left;
	padding:10px 0 0 ;
	font-weight:bold;
	font-size:13px;
}
#content-input .pd-list .select-close{
	position: relative;
	display: block;
	padding:7px 0;
	text-align: center;
	color:#fff;
	font-size:13px;
	background-color: #a6a6a6;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
#content-input .pd-list .select-close:hover{
	opacity:0.8;
}
#content-input .pd-list .select-close::before{
	content:" ";
	position: absolute;
	display: block;
	top:8px;
	left:12px;
	width:1px;
	height:12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
#content-input .pd-list .select-close::after{
	content:" ";
	position: absolute;
	display: block;
	top:8px;
	left:12px;
	width:1px;
	height:12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}
#content-input .bag-list,
#content-input .type-list,
#content-input .option-list{
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
}
#content-input .bag-list li,
#content-input .type-list li,
#content-input .option-list li{
	position: relative;
	padding:10px;
	border-bottom:1px #ddd solid;
}
#content-input .type-list.type-list--jp li{
	padding:10px 30px 10px 10px;
}
#content-input .bag-list li:last-child,
#content-input .type-list li:last-child,
#content-input .option-list li:last-child{
	border-bottom:none;
}
#content-input .bag-list li:after,
#content-input .type-list li:after,
#content-input .option-list li:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .type-list .label-cou{
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 15px;
	font-weight: bold;
}
#content-input .option-list li.off .select-label-wrap,
#content-input .option-list li.off .number-label-wrap{
	opacity:0.3;
}
#content-input .option-list li.off:before{
	position: absolute;
	top:0;
	left:20%;
	width:80%;
	height:100%;
	content:" ";
	z-index:10;
}
#content-input .bag-list .label-min,
#content-input .option-list .label-min{
	float:left;
	padding:10px 0 0 ;
	font-weight:bold;
	font-size:14px;
}
#content-input .type-list .label-min{
	float:left;
	padding:5px 0;
	font-weight:bold;
	font-size:14px;
}
#content-input .type-list .ico-type{
	margin:0 20px 0 0;
	display: inline-block;
	vertical-align: text-bottom;
}
#content-input .bag-list .label-min small,
#content-input .type-list .label-min small,
#content-input .option-list .label-min small{
	font-weight: normal;
	font-size:13px;
}
#content-input .bag-list .label-min span,
#content-input .type-list .label-min span,
#content-input .option-list .label-min span{
	display: inline-block;
}
#content-input .bag-list .label-min span b,
#content-input .type-list .label-min span b,
#content-input .option-list .label-min span b,
#content-input .bag-list .label-min span small,
#content-input .type-list .label-min span small,
#content-input .option-list .label-min span small{
	display: block;
}
#content-input .bag-list .label-min span b + small,
#content-input .type-list .label-min span b + small,
#content-input .option-list .label-min span b + small{
	padding:5px 0 0;
	line-height:1.5;
}
#content-input .textarea{
	box-sizing: border-box;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:20px;
	width:100%;
	height:150px;
	cursor:pointer;
	z-index:4;
	color:#333333;
	font-size:18px;
	background-color:#f7f7f7;
	border-radius:5px;
	border:1px #a1a1a1 solid;
	box-shadow: inset 0 2px 2px #dddddd;
}
#content-input .checkbox-wrap,
#content-input .radio-wrap{
	position:relative;
	padding:20px 10px;
	background-color:#f7f7f7;
	border-radius:5px;
	border:1px #aaaaaa solid;
	cursor:pointer;
	overflow: hidden;
}
#content-input .radio-wrap.shaban{
	padding:30px 10px 20px;
	min-height:28px;
}
#content-input .checkbox-wrap::before{
	content:" ";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	z-index:8;
}
#content-input .checkbox-wrap:hover,
#content-input .radio-wrap:hover{
	opacity:0.8;
}
#content-input .checkbox-wrap.childseat{
	margin:10px 0 0;
}
#content-input .radio-wrap.payment + div{
	margin:10px 0 0;
}
#content-input .checkbox-wrap:after,
#content-input .radio-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .checkbox,
#content-input .radio{
	position:absolute;
	top:50%;
	left:10px;
	margin:-9px 5px 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:18px;
	height:18px;
	border-radius:50%;
	cursor:pointer;
	border:0;
	background:transparent;
}
#content-input .checkbox::before,
#content-input .radio::before{
	position:absolute;
	top:0;
	left:0;
	content:" ";
	display: block;
	width:16px;
	height:16px;
	background:#ffffff;
	border-radius:50%;
	border:solid #aaaaaa 1px;
}
#content-input .checkbox:checked::after,
#content-input .radio:checked::after{
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -5px;
	content:" ";
	display: block;
	width:10px;
	height:10px;
	background:#333333;
	border-radius:50%;
}
#content-input .label-checkbox,
#content-input .label-radio{
	padding:0 0 0 33px;
	line-height:1.2;
}
#content-input .size-column{
	overflow: hidden;
	height:0;
}
#content-input .size-wrap{
	position: relative;
	clear:both;
	overflow: hidden;
	border-bottom:1px #ddd solid;
}
#content-input .size-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .size-label{
	float:left;
	margin:20px 0;
	padding:10px 0 0;
	width:60px;
	text-align: center;
}
#content-input .size-text{
	float:left;
	margin:20px 0;
	width:170px;
}
#content-input .lunch-text{
	padding:0 0 10px;
	line-height: 1.5;
}
#content-confirm .section-submit,
#content-input .section-submit{
	text-align: center;
}
#content-confirm .submit,
#content-input .submit{
	display: block;
	box-sizing: border-box;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:5px;
	border:none;
	margin:0 auto;
	padding:20px 0;
	width:330px;
	font-size:18px;
	color:#ffffff;
	background-color:#07bfed;
	cursor: pointer;
	border-bottom:2px #008fdc solid;
}
#content-confirm .submit:hover,
#content-input .submit:hover{
	border-top:2px #008fdc solid;
	border-bottom:none;
}
#content-input .familly-other-wrap{
	overflow: hidden;
	height:0;
}
#content-input .familly-other-wrap dt{
	padding:50px 0 10px;
}
#content-input .familly-other-wrap dd{
	padding:0;
}
#content-input .other-customer-wrap{
	overflow: hidden;
	height:0;
	background-color:#f4f9fc;
}
#content-input .other-customer-wrap dt{
	margin:0 30px;
	padding:30px 0 10px;
}
#content-input .other-customer-wrap dd{
	margin:0 30px;
	padding:0;
}
#content-input .other-customer-wrap dd:last-child{
	margin:0 30px 30px;
}
#content-input .enquete-other-wrap{
	overflow: hidden;
	height:0;
}
#content-input .enquete-other-wrap dt{
	padding:50px 0 10px;
}
#content-input .enquete-other-wrap dd{
	padding:0;
}
#content-input .select-label-wrap{
	float:right;
}
#content-input .select-label-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .label-min-option{
	float: left;
	padding:10px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
}
#content-input .label-min-option--high{
	float: left;
	padding:25px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
}
#content-input .label-sub-option{
	float: left;
	padding:10px 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
}
#content-input .label-sub-option--weight,
#content-input .label-sub-option--height{
	padding:10px 10px 0 20px;
}
#content-input .label-sub-unit{
	float:left;
	padding:10px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
}
#content-input .btn-add-option{
	margin:10px 0 0;
	float: right;
	display: block;
	width:170px;
	height:30px;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:30px;
	background:#555;
	text-align: center;
	text-decoration: none;
}
#content-input .number-label-wrap{
	float:right;
}
#content-input .btn-add-option:hover{
	opacity:0.8;
}
#content-input .driver-wrap{
	position: relative;
	margin:0 0 0 -10px;
}
#content-input .driver-wrap:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#content-input .driver-wrap .label-min-option--high{
	padding:25px 0 0 40px;
}
#content-input .input_list .driver-other-wrap{
	overflow: hidden;
	margin:0 0 0 -10px;
	height:0;
}
#content-input .input_list .driver-other-wrap dt{
	padding:30px 0 10px;
}
#content-input .input_list .driver-other-wrap dd {
	padding:0 0 10px;
}
#content-input .option-list li.off .driver-other-wrap {
		opacity: 0.3;
}
#content-confirm .back{
	padding:0;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;margin:30px 0 0 0;
	text-decoration: underline;
	font-size:14px;
	cursor: pointer;
}
#content-confirm .back:hover{
	text-decoration: none;
}
#content-result{
	position: relative;
	width:100%;
}
#content-result.fix{
	top:0;
	left:0;
	position: fixed;
}
#content-result .content-result-wrap{
	position: relative;
	margin:0 auto;
	width:1000px;
}
#content-result .section-inner{
	position: absolute;
	top:20px;
	left:620px;
	padding:30px;
	width:320px;
	z-index:10;
	background: #fff;
}
#content-result .result-title{
	padding:0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color:#f5215c;
}
#content-result .course-img{
	padding:0 0 20px;
}
#content-result .course-img img{
	max-width:100%;
	height:auto;
}
#content-result .course-num{
	padding:0 0 10px;
	font-size:12px;
}
#content-result .course-name{
	padding:0 0 30px;
	font-size:20px;
	font-weight: bold;
}
#content-result .course-label{
	padding:0 0 5px;
	font-size:14px;
	font-weight: bold;
}
#content-result .course-chart{
	margin:0 0 30px;
	box-sizing: border-box;
	border-top:1px #ddd solid;
	border-left:1px #ddd solid;
	font-size:14px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}
#content-result .course-chart dt{
	box-sizing: border-box;
	width:210px;
	padding:14px;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#content-result .course-chart dd{
	box-sizing: border-box;
	width:109px;
	padding:14px;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#content-result .total{
	text-align: right;
	padding:0 0 30px;
	font-size:20px;
	font-weight: bold;
}
#content-result .cancel{
	text-align: center;
}
#content-result .cancel-btn{
	position: relative;
	display: inline-block;
	padding:7px 0 7px 20px;
	width:240px;
	text-align: center;
	color:#fff;
	font-size:13px;
	background-color: #a6a6a6;
	border-radius: 3px;
	text-decoration: none;
}
#content-result .cancel-btn:hover{
	opacity:0.8;
}
#content-result .cancel-btn::before{
	content:" ";
	position: absolute;
	display: block;
	top:8px;
	left:12px;
	width:1px;
	height:12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
#content-result .cancel-btn::after{
	content:" ";
	position: absolute;
	display: block;
	top:8px;
	left:12px;
	width:1px;
	height:12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}
#content-result-sp{
	display: none;
}
#content-confirm{
	margin: 0 0 150px;
	padding:20px 0 0 0;
	width:600px;
}
#content-confirm .section-inner{
	margin:0 0 80px;
	background:#fff;
}
#content-confirm .section-title{
	margin:0 0 20px;
	padding:50px 50px 0;
	font-size:18px;
	font-weight:bold;
}
#content-confirm .confirm_list{
	margin:0 50px;
	padding:0 0 50px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	box-sizing: border-box;
	border-top:1px #dddddd solid;
}
#content-confirm .confirm_list + .confirm_list{
	margin:50px 50px 0;
}
#content-confirm .confirm_list dt{
	padding:20px 0;
	width:200px;
	border-right:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	font-size:16px;
	font-weight: bold;
	line-height:1.5;
}
#content-confirm .confirm_list dd{
	padding:20px 30px;
	width:239px;
	border-bottom:1px #dddddd solid;
	font-size:14px;
	line-height:1.5;
}
#content-confirm .confirm_list dd b{
	font-weight: bold;
}
#content-complete{
	position:relative;
	box-sizing: border-box;
	padding:100px 0;
	text-align: center;
}
#content-complete .complete-title{
	color:#587bc4;
	font-size:30px;
	font-weight: bold;
	padding:0 0 60px;
}
#content-complete .complete-text{
	font-size:15px;
	line-height:1.5;
}

@media  (max-width:640px) {

#header{
	padding:0;
}
#header .header-title{
	position:relative;
	float:none;
	padding:0 10px;
	font-size:15px;
	line-height:60px;
	text-align: left;
	background: #fff;
	min-height: 60px;
	box-sizing: border-box;
}
#header .logo{
	position:absolute;
	top: 10px;
	right: 10px;
	left:auto;
	display: block;
	margin:0;
	width: auto;
	height: 35px;
}
#header .flow-list{
	float:none;
	padding: 20px 10px;
}
#header .flow-list li{
	box-sizing: border-box;
	margin: 0 5px;
	padding: 0 0 10px 16px;
	width: calc( 33.33% - 10px );
	text-align: center;
	font-size: 13px;
}
html[lang="en"] #header .flow-list li{
	font-size:11px;
}
#header .flow-list li .flow-num{
	width: 16px;
	height: 16px;
	line-height:16px;
	margin:-13px 0 0 0;
	border-radius:8px;
	font-size: 10px;
}
#container{
	margin:0 auto;
	width:auto;
}
#content-announce{
	margin:0;
	padding:10px 10px 30px;
	line-height:1.3;
}
#content-announce a br{
	display:block;
}
#content-input{
	margin: 0 0 80px;
	padding:0;
	width:auto;
}
#content-input .section-inner{
	margin:0 10px 30px;
	padding:10px;
}
#content-input .section-title{
	margin:0;
	padding:10px 0 30px;
	font-size:18px;
}
#content-input .input_list dt{
	padding:0 0 10px;
	font-size:16px;
}
#content-input .input_list dd{
	padding:0 0 30px;
}
#content-input .input_list h4.label{
	margin:0 0 5px;
}
#content-input .input_list .tag{
	margin:0 5px 0 0;
	font-size:12px;
}
#content-input .select-wrap--option{
	width:auto;
}
#content-input .select-wrap.driver{
	margin:5px 0 0 0;
}
#content-input .select-wrap::before,
#content-input .select-wrap--option::before{
	bottom:50%;
	right:15px;
	margin:0 0 2px 0;
	width:3px;
	height:3px;
	border:4px solid transparent;
	border-bottom:6px solid #333;
}
#content-input .select-wrap::after,
#content-input .select-wrap--option::after{
	top:50%;
	right:15px;
	margin:2px 0 0 0;
	width:4px;
	height:4px;
	border:4px solid transparent;
	border-top:6px solid #333333;
}
#content-input .number-wrap{
	width:60px;
}
#content-input .select{
	padding:0 10px;
	height:40px;
	font-size:15px;
}
#content-input .select .select-txt{
	height:40px;
}
#content-input .text{
	padding:0 10px;
	height:40px;
}
#content-input .text.size{
	width:100%;
	height:40px;
}
#content-input .half-column{
	float:none;
	width:auto;
}
#content-input .half-column + div.half-column{
	float:none;
	margin:10px 0 0 0;
}
#content-input .one-third-column{
	float:none;
	width:auto;
}
#content-input .one-third-column + div.one-third-column{
	margin:10px 0 0 0;
}
#content-input .one-third-column br{
	display:none;
}
#content-input .pd-wrap{
	position:relative;
}
#content-input .pd-list{
	width:100%;
}
#content-input .pd-list li{
	padding:10px;
}
#content-input .pd-list .label-min{
	padding:10px 0 0 ;
}
#content-result{
	width:auto;
}
#content-input .bag-list .label-min{
	padding:5px 0 0;
	width: calc(100% - 90px);
}
#content-input .option-list li.off:before{
	top:50%;
	left:0;
	width:100%;
	height:50%;
}
#content-input .option-list .label-min{
	padding:5px 0 0;
	width: calc(100% - 90px);
}
#content-input .type-list .label-min{
	padding:2.5px 0 0;
	width: calc(100% - 90px);
}
#content-input .type-list .label-cou{
	bottom: auto;
	top: 20px;
}
#content-input .type-list .ico-type{
	margin:0 10px 0 0;
	vertical-align:top;
}
#content-input .type-list .ico-type + span{
	width: calc(100% - 60px);
}
#content-input .bag-list .label-min.case-s,
#content-input .type-list .label-min.case-s,
#content-input .option-add-list .label-min.case-s{
	padding:0;
}
#content-input .bag-list .label-min small,
#content-input .type-list .label-min small,
#content-input .option-add-list .label-min small{
	padding:2px 0 0 0;
	display: block;
}
#content-input .textarea{
	height:100px;
}
#content-input .checkbox-wrap,
#content-input .radio-wrap{
	padding:10px 10px;
	font-size:14px;
}
#content-input .checkbox.leftTop,
#content-input .radio.leftTop{
	top:20px;
}
#content-input .checkbox-wrap.childseat{
	margin:10px 0 0;
}
#content-input .radio-wrap.shaban{
	padding:10px 10px;
	min-height:0;
}
#content-input .label-checkbox,
#content-input .label-radio{
	padding:0 0 0 33px;
}
#content-input .size-column{
	overflow: hidden;
	height:0;
}
#content-input .size-text{
	width:calc( 50% - 60px );
}
#content-confirm .submit,
#content-input .submit{
	box-sizing: border-box;
	margin:0 10px;
	width:calc(100% - 20px);
	font-size:18px;
}
#content-input .familly-other-wrap dt{
	padding: 30px 0 10px;
}
#content-input .familly-other-wrap dd{
	padding:0;
}
#content-input .other-customer-wrap dt{
	margin:0 10px;
	padding:10px 0;
}
#content-input .other-customer-wrap dd{
	margin:0 10px;
	padding:0;
}
#content-input .other-customer-wrap dd:last-child{
	margin:0 10px 10px;
}
#content-input .enquete-other-wrap dt{
	padding: 30px 0 10px;
}
#content-input .enquete-other-wrap dd{
	padding:0;
}
#content-input .select-label-wrap{
	margin:5px 0 0 0;
	float:none;
}
#content-input .select-label-wrap--weight{
	float:left;
	width:calc(50% - 5px);
}
#content-input .select-label-wrap--height{
	float:right;
	width:calc(50% - 5px);
}
#content-input .select-label-wrap--guide{
	float:right;
	margin:0;
	width:calc(50% - 5px);
}
#content-input .label-min-option{
	float:none;
	padding:5px 0 10px 45px;
}
#content-input .label-min-option--high{
	float:none;
	padding:5px 0 10px 45px;
}
#content-input .label-min-option--guide{
	float:left;
	padding:10px 0 10px 45px;
}
#content-input .label-min-option--childseat{
	float:none;
}
#content-input .label-sub-option{
	padding:10px 5px 0 10px;
}
#content-input .driver-wrap{
	marign:0;
}
#content-input .driver-wrap .label-min-option--high{
	float: left;
	padding: 10px 0 10px 45px;
}
#content-input .driver-wrap .select-label-wrap{
	margin:0;
	float:right;
	width:calc(50% - 5px);
}
#content-input .input_list .driver-other-wrap{
	margin:0;
}
#content-input .input_list .driver-other-wrap dt{
	padding:20px 0 10px;
}
#content-result{
	margin:0 10px 30px;
	width:auto;
}
#content-result.fix{
	top:auto;
	left:auto;
	position:relative;
}
#content-result .content-result-wrap{
	width:auto;
}
#content-result .section-inner{
	position:relative;
	top:auto;
	left:auto;
	padding:10px;
	width:auto;
}
#content-result .result-title{
	padding:10px 0 10px;
	font-size:16px;
}
#content-result .course-img{
	padding: 0 0 10px;
}
#content-result .course-img img{
	width:100%;
}
#content-result .course-num{
	padding:0 0 5px;
	font-size:11px;
}
#content-result .course-name{
	padding:0 0 20px;
	font-size:18px;
}
#content-result .course-label{
	padding:0 0 5px;
	font-size:14px;
	font-weight: bold;
}
#content-result .course-chart{
	margin:0 0 20px;
}
#content-result .course-chart dt{
	width:60%;
	padding:10px;
}
#content-result .course-chart dd{
	width:40%;
	padding:10px;
	text-align: center;
}
#content-result .total{
	text-align:right;
	padding:5px 0 25px;
	font-size:18px;
	font-weight: bold;
}
#content-result .cancel{
	text-align: center;
}
#content-result .cancel-btn{
	box-sizing: border-box;
	width:100%;
}
#content-result-sp{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	display:block;
	background-color: #fff;
	z-index:11;
}
#content-result-sp .content-result-sp-wrap{
	text-align: right;
	padding:15px;
}
#content-result-sp .total-sp{
	font-size:18px;
	font-weight: bold;
}
#content-confirm{
	margin: 0 10px 30px;
	padding:0;
	width:auto;
}
#content-confirm .section-inner{
	margin:0 0 30px;
	padding:10px;
}
#content-confirm .section-title{
	margin:0;
	padding:10px 0;
	font-size:16px;
}
#content-confirm .confirm_list{
	margin:0 0 30px;
	padding:0;
	border-left:1px #ddd solid;
}
#content-confirm .confirm_list + .confirm_list{
	margin:30px 0 30px;
}
#content-confirm .confirm_list dt{
	padding:10px;
	width:40%;
	font-size:14px;
	box-sizing: border-box;
}
#content-confirm .confirm_list dd{
	padding:10px;
	width:60%;
	box-sizing: border-box;
	border-right:1px #ddd solid;
}
#content-complete{
	position:relative;
	box-sizing: border-box;
	padding:50px 20px;
	text-align: center;
}
#content-complete .complete-title{
	font-size:18px;
	padding:0 0 5px;
}
#content-complete .complete-text{
	text-align: left;
	font-size:14px;
}
#content-complete .complete-text br{
	display: none;
}

}
