@charset "utf-8";

.car_wrapper {
	width: 980px;
    margin: 0 auto 0;
    padding: 36px 0;
	text-align: left;
	font-size: 16px;
}

.reservationFlow__header {
	margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 4px #003894;
	line-height: 1.6;
}

.reservationFlow__text {
    padding: 0 16px 16px;
	font-size: 14px;
	line-height: 1.6;
}

.reservationFlow__text span.\--isCaution {
    color: #fa2424;
}

.reservationFlow__text a {
    text-decoration: underline;
}

.reservationFlow__text a:hover {
    text-decoration: none;
	opacity: 0.8;
}

.otherAreaBox {
    width: 640px;
    margin: 36px auto 60px;
}

.otherAreaBox__header {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: solid 3px #ccc;
    text-align: center
}

.otherAreaBox__header::after {
    content: url(/car/common/images/ui/ui_arrow_bottom_gray.png);
    position: absolute;
    margin: 0 -7px;
    left: 50%;
    top: 20px;
}

.otherAreaBox__buttonArea {
    height: 180px;
    position: relative;
}

.otherAreaBox__button {
    float: left;
	height: 80px;
    padding-bottom: 28px;
}

.otherAreaBox__button a:hover {
	opacity: 0.8;
}

.otherAreaBox__button:nth-child(even) {
    margin-left: 16px;
}

.otherAreaBox__caution {
	padding-top: 2px;
    font-size: 12px;
}

.otherAreaBox__hokkaidoCaution {
	float: left;
	margin-left: 16px;
	padding-top: 20px;
    width: 312px;
    height: 80px;
	color: #fa2424;
	font-size: 12px;
}

.inputBox {
    width: 640px;
    margin: 0 auto 50px;
    border: solid 1px #ccc;
    border-radius: 8px;
}

.inputBox.\--remainder {
	margin-top: 40px;
}

.inputBox__header {
    margin: 14px 20px 30px;
    padding: 0 10px 6px;
    border-bottom: solid 2px #59bded;
	font-size: 18px;
    font-weight: bold;
}

.inputForm__header {
    width: 210px;
    margin: 0 10px 0 0;
	padding-top: 8px;
    float: left;
    text-align: right;
}

.inputForm input {
    width: 122px;
    height: 32px;
    margin: 0 10px 30px 0;
	padding: 0px 8px;
	float: left;
	background-color: #f7f7f7;
    border: solid 1px #cccccc;
	border-radius: 3px;
    font-size: 16px;
}

.inputForm input.\--isError {
	background-color: #fee1e5;
}

.inputForm input:focus {
	background: #fff;
    border-color: #999;
}

.inputForm.\--remainder input {
    width: 280px;
	margin-bottom: 26px;
}

.inputForm span {
	padding-top: 8px;
    float: left;
	font-size: 14px;
	color: #fa2424;
}

.inputForm.\--remainder span {
    width: 420px;
    padding: 0px 100px 26px;
    display: block;
	float: none;
}

.tabiraiButton input {
	width: 218px;
	height: 42px;
	display: block;
    margin: 0 auto;
	background-image: url(/car/common/images/ui/ui_arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: 190px center;
	border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
	font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
}

.tabiraiButton a {
	width: 268px;
    height: 20px;
    display: block;
    margin: 0 auto 30px;
    padding: 16px 0;
    background-image: url(/car/common/images/ui/ui_arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: 241px center;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
}

.tabiraiButton input {
	background-color: #f08300;
	border: 1px solid #d87600;
}

.tabiraiButton.-carTop a {
	background-color: #37b48c;
	border: 1px solid #64c4a5;
}
.tabiraiButton.-back a {
	background-color: #e5e5e5;
	border: 1px solid #cccccc;
	color: #8c8181;
	background-image: none;
}

.tabiraiButton.\--remainder input {
	background-image: none;
	margin-bottom: 40px;
}

.tabiraiButton input:hover {
	cursor: pointer;
	opacity: 0.8;
}

.tabiraiButton a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.inputBox__caution {
	width: 600px;
    margin: 28px auto;
}

.inputBox__caution a {
	color: #2068b7;
	text-decoration: underline;
}

.inputBox__caution a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.inputBox__cautionText {
    margin: 26px auto 36px;
	padding: 0 20px;
    font-size: 12px;
	line-height: 1.6;
}

.inputBox__cautionText span.\--isShort {
	display: block;
    text-align: center;
}

.inputBox__cautionText.\--remainder {
	margin: 26px auto;
	display: block;
	font-size: 14px;
    text-align: center;
}

.aboutBox {
	margin-bottom: 40px;
    border: solid 1px #ccc;
    border-radius: 8px;
}

.aboutBox__header {
    padding: 8px;
    border-radius: 5px 5px 0 0;
    background-color: #37b48c;
    color: #ffffff;
}

.aboutContent {
	height: auto;
    margin-top: 25px;
	position: relative;
}

.aboutContent__header {
    width: 240px;
    padding: 20px 24px;
	float: left;
	font-weight: bold;
}

.aboutContent__header p {
    margin-top: -10px;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 714px;
	line-height: 1.4;
}

.aboutContent__header p span.\--hasDoubleLine {
	display: block;
    margin-top: -14px;
}

.aboutContent__text {
    width: 653px;
    float: left;
    padding: 8px 16px;
	border-left: solid 5px #b2f0dc;
    font-size: 14px;
	line-height: 1.8;
}
.aboutContent__text p.-caution {
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.6;
}

.aboutContent__linkArea {
    float: right;
    margin-top: 10px;
}

.aboutContent__linkArea a {
    text-decoration: underline;
    padding-left: 30px;
}

.aboutContent__linkArea a:hover {
    text-decoration: none;
	opacity: 0.8;
}

.aboutContent__link {
	position: relative;
}

.aboutContent__link::after {
	position: absolute;
}

.aboutContent__link.-faq::after {
	content: url(/car/common/images/ico/ico_faq.png);
	left: 14px;
    top: -1px;
}

.aboutContent__link.-guide::after {
	content: url(/car/common/images/ico/ico_guide.png);
	left: 14px;
    top: 0;
}

.cautionBox {
    width: 590px;
    margin: 30px auto 40px;
    padding: 24px 50px 24px 130px;
    background: #efefef;
	background-image: url(/car/common/images/ico/ico_mail_caution.png);
    background-repeat: no-repeat;
    background-position: 26px 20px;
	border-radius: 3px;
    font-size: 14px;
    line-height: 2;
}

.cautionBox.\--remainder {
    width: 420px;
}
