@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

@font-face {
	font-family: 'Roboto';
	src: url('https://www2.yamaha-motor.co.jp/jp/robot/shared/font/Roboto-Regular.ttf') format("truetype");
}

body {
	font-size: 16px;
	color: #333333;
	line-height: 1em;
	-webkit-text-size-adjust: 100%;
	background-color: #3b3b3b;
}

body, button, input, select, textarea {
	font-family: "メイリオ", Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
}
html:lang(cn) body, html:lang(cn) button, html:lang(cn) input, html:lang(cn) select, html:lang(cn) textarea {
	font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
}
body.EN,
body.EN button,
body.EN input,
body.EN select,
body.EN textarea {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #4d4d4d;
}
a:hover {
	color:#b10000;
}



.ul-style1 {
	list-style-type: disc;
	margin-left: 25px;
}

p, h1, h2, h3, h4 {
	font-size: 100%;
	line-height: 25px;
}

/* for-responsive */

img {
	width: 100%;
	border: none;
}
img.no-fit {
	width: auto;
}

/* -------------------------------------------------
	header
------------------------------------------------- */

#header {
	height: 93px;
	border-bottom: solid 5px #dce3ee;
	background-color: #fff;
}
#header .flex-wrapper > div {
	position: relative;
}
#header .logo {
	width: 136px;
	margin: 26px 0 0;
	display: inline-block;
}
/*
#header .close {
	height: 19px;
	padding: 4px 42px 0 0;
	margin-right: 13px;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	background: url(../img/close.png) no-repeat right 0px;
	background-size: 23px auto;
	position: absolute;
	right: 0;
	top: 37px;
}
*/

/* -------------------------------------------------
	contents
------------------------------------------------- */

#base-cont {

}

#main-cont {
	padding: 35px 0 105px;
	display: block;
	background-color: #fff;
}

.cont1220 {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

/* 1280px の中で12分割グリッドを設定
   各セルに左余白1.95% をとり、最初のセルと最後のセルは端に2.34%（少し広め）をとる */

.flex-wrapper {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}
.flex-wrapper > div {
	width: 6.19%;
	display: table-cell;
}
.flex-wrapper > div + div {
	padding-left: 1.95%;
}
.flex-wrapper > div:first-child {
	padding-left: 2.34%;
}
.flex-wrapper > div:last-child {
	padding-right: 2.34%;
}

.flex-wrapper > div.fg12 {
	width: auto;
}

.flex-wrapper > div.fg10 {
	width: auto;
	padding-left: 10.46%;
	padding-right: 10.46%;
}

/* step-nav */

#step-nav {
	padding: 0px 0 5px;
	text-align: center;
	background-color: #dce3ee;
}
#step-nav ol {
	display: inline-table;
	width: 74.01%;
	border-collapse: separate;
	border-spacing: 4px;
}
#step-nav ol * {
	line-height: 1;
}
#step-nav li {
	width: 18.03%;
	display: table-cell;
	box-sizing: border-box;
	border: solid 2px #b0b1b5;
	background-color: #fff;
	position: relative;
}
#step-nav li .txt1 {
	width: 100%;
	padding: 1px 0 3px;
	color: #000;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	background-color: #b0b1b5;
	position: absolute;
	top: 0;
}
#step-nav li .txt1:after {
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-color: transparent transparent transparent #000;
	border-width: 5px 0 5px 8px;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 13px;
}
#step-nav li:last-child .txt1:after {
	display: none;
}
#step-nav li .txt1 .txt {
	padding-left: 8px;
}
#step-nav li .txt1 .num {
	margin-left: 3px;
	display: inline-block;
}
#step-nav li .txt2 {
	padding: 25px 2px 4px;
	font-size: 15px;
}
body.EN #step-nav li .txt2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#step-nav li.current {
	border-color: #7d9ed4;
}
#step-nav li.current .txt1 {
	background-color: #7d9ed4;
}

/* h1-area */

.h1-area {
	padding: 3px 0 5px 26px;
	margin-bottom: -15px;
	border-left: solid 8px #274277;
}
body.page-thanks .h1-area {
	border-color: #53aa3e;
	margin-bottom: 55px;
}
.h1-area h1 {
	margin-bottom: 22px;
	font-size: 32px;
	line-height: 1.2;
}
body.page-thanks .greeting {
	padding: 10px 0 26px;
	color: #1c7607;
	font-size: 26px;
	line-height: 1.2;
}
.h1-area .lead {
	font-size: 18px;
	line-height: 30px;
}
body.page-confirm .lead {
	color: #274277;
	font-weight: bold;
}

/* h */

.h-style2 {
	padding: 65px 0 18px;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
	border-bottom: solid 1px #c2bfb3;
}
body.page-thanks .form-inner > section:first-child .h-style2:first-child {
	padding-top: 50px;
}

.h-style3 {
	margin: 0;
	padding-right: 3.5em;
	padding-left: 3px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
}
body.EN .h-style3 {
	padding-right: 4.5em;
}
body.page-confirm .h-style3,
body.page-thanks .h-style3 {
	color: #4a4c5a;
}
.h-style3.posfix {
	margin-top: 6px;
}
.h-style3 .supplement {
	display: block;
	font-weight: normal;
	font-size: 90%;
	margin-top: 8px;
	word-break: break-all;
}

.h-style4 {
	padding-left: 10px;
	margin-bottom: 2px;
	border-left: solid 6px #83b2d0;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
.h-style4.blank {
	border-left-color: transparent;
}

/* form */

body.page-thanks .form-wrapper {
	margin-left: 3.27%;
	margin-right: 3.27%;
}
body.TABLET.Android.Safari.page-thanks .form-wrapper { /* TABLET.Android.Safari でなぜか上部余白がなくなっているので。*/
	margin-top: 55px;
}
body.page-thanks .form-inner {
	margin-left: 5.61%;
	margin-right: 5.61%;
}
body.page-thanks .date,
body.page-thanks .notice {
	font-weight: bold;
	background-color: #b3dda4;
}
body.page-thanks .date p {
	padding: 16px 0;
	line-height: 1;
	text-align: right;
}
body.page-thanks .notice p {
	padding: 30px 0 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
body.page-thanks .sent-cont {
	padding-bottom: 50px;
	background-color: #f4f4ec;
}
.form-wrapper .wrap {
	padding: 26px 0 0;
	border-bottom: solid 1px #c2bfb3;
}
.form-wrapper .l-side {
	width: 28.23%;
	padding-bottom: 24px;
}
.form-wrapper .r-side {
	width: 66.33%;
	padding-top: 2px;
	padding-bottom: 6px;
	box-sizing: border-box;
	position: relative;
}
body.page-confirm .form-wrapper .r-side,
body.page-thanks .form-wrapper .r-side {
	padding-top: 0;
	padding-bottom: 22px;
}
body.page-confirm .form-wrapper .r-side li + li,
body.page-confirm .form-wrapper .r-side li li:first-of-type,
body.page-confirm .form-wrapper .r-side p + p,
body.page-confirm .form-wrapper .r-side p + ul {
	margin-top: 7px;
}
body.page-confirm .form-wrapper .r-side p,
body.page-thanks .form-wrapper .r-side p {
	word-break: break-all;
}
.form-wrapper .txt-required {
	color: #d72424;
	font-size: 90%;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}
body.EN .form-wrapper .txt-required {
	font-size: 70%;
}
.form-wrapper .txt-required.static {
	position: relative;
}
body.EN .form-wrapper .txt-required.static {
	padding-left: 7px;
	top: -5px;
}
body.EN .form-wrapper .txt-required.static.no-pl {
	padding-left: 0;
}
body.EN .form-wrapper .txt-required.static.no-top {
	top: 0;
}

.form-wrapper .ul-type001:after,
.form-wrapper .ul-type002:after {
	width: 0;
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.form-wrapper .ul-type001 > li {
	float: left;
}

.form-wrapper label,
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="url"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="password"],
.form-wrapper select,
.form-wrapper textarea,
.form-wrapper .mb {
	margin-bottom: 20px;
}
.form-wrapper input.small-mb,
.form-wrapper label.small-mb,
.form-wrapper .small-mb {
	margin-bottom: 12px;
}
.form-wrapper input.small-mb2,
.form-wrapper label.small-mb2,
.form-wrapper .small-mb2 {
	margin-bottom: 15px;
}
.form-wrapper .no-mb {
	margin-bottom: 0;
}
.form-wrapper .mr {
	margin-right: 10px;
}
.form-wrapper .mr2 {
	margin-right: 30px;
}
.form-wrapper .mr3 {
	margin-right: 35px;
}
.form-wrapper .mr4 {
	margin-right: 20px;
}
.form-wrapper .mb2 {
	margin-bottom: 10px;
}

.form-wrapper select {
	max-width: 100%;
}

body.Safari .select-wrapper,
body.Chrome .select-wrapper {
	position: relative;
	display: inline-block;
}
body.Safari .select-wrapper:before,
body.Chrome .select-wrapper:before {
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-color: transparent transparent #444 transparent;
	border-width: 0 3px 6px 3px;
	border-style: solid;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -17px;
}
body.Safari .select-wrapper:after,
body.Chrome .select-wrapper:after {
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-color: #444 transparent transparent transparent;
	border-width: 6px 3px 0 3px;
	border-style: solid;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
}
body.Safari .select-wrapper select,
body.Chrome .select-wrapper select {
	padding-right: 22px;
	-webkit-appearance: none;
}

.form-wrapper label {
	display: inline-block;
	margin-right: 35px;
	line-height: 1.2;
	text-indent: -19px;
	margin-left: 19px;
}
.form-wrapper label.no-indent {
	text-indent: 0;
	margin-left: 0;
}
.form-wrapper label.block {
	display: block;
}
.form-wrapper label.inline {
	display: inline ;
}
.form-wrapper label.no-mr {
	margin-right: 0;
}
.form-wrapper input[type="radio"],
.form-wrapper input[type="checkbox"] {
	margin-right: 5px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	vertical-align: -1px;
}

.form-wrapper input[type="text"] {
	width: 310px;
}
.form-wrapper input[type="text"].w100per,
.form-wrapper input[type="email"].w100per,
.form-wrapper input[type="url"].w100per,
.form-wrapper select.w100per {
	width: 100%;
}
.form-wrapper input[type="text"].mw570,
.form-wrapper input[type="email"].mw570 {
	max-width: 570px;
}
.form-wrapper input[type="text"].w35em {
	width: 3.5em;
}
.form-wrapper input[type="text"].short {
	width: 70px;
}
.form-wrapper input[type="text"].short90 {
	width: 90px;
}
.form-wrapper input[type="text"].short110 {
	width: 110px;
}
.form-wrapper input[type="text"].short160,
.form-wrapper input[type="tel"].short160 {
	width: 160px;
}
.form-wrapper input[type="text"].short170 {
	width: 170px;
}
.form-wrapper input[type="text"].short220 {
	width: 220px;
}
.form-wrapper input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}
.form-wrapper textarea {
	min-width: 100%;
	box-sizing: border-box;
}

.form-wrapper .select-all {
	margin-top: 25px;
}
.form-wrapper .note-style1 {
	text-indent: -1em;
	margin-left: 1em;
}
.form-wrapper .indent {
	margin-left: 1em;
}
.form-wrapper .indent2 {
	margin-left: 1.5em;
}
.form-wrapper .indent3 {
	margin-left: 3.2em;
}
.form-wrapper .indent10 {
	text-indent: -19px;
	margin-left: 19px;
	display: inline-block;
}
.form-wrapper .ib {
	display: inline-block;
}
.form-wrapper .mt {
	margin-top: 40px;
}
.form-wrapper .w6em {
	width: 6em;
}
.form-wrapper .w7em {
	width: 7em;
}
.form-wrapper .w9em {
	width: 9em;
}
.form-wrapper .block {
	display: block;
}
.form-wrapper .ime-inactive {
	ime-mode: inactive;
}
.form-wrapper .reponsive-space1 {
	padding-right: 1em;
	display: inline-block;
}
.form-wrapper .reponsive-space2 {
	padding-right: 0.5em;
	display: inline-block;
}

.form-wrapper .btn-style1 {
	width: 141px;
	padding: 5px 0 4px 7px;
	display: block;
	color: #0030ca;
	font-size: 14px;
	border: solid 1px #0030ca;
	text-decoration: none;
	position: relative;
}
.form-wrapper .btn-style1:after {
	width: 6px;
	height: 6px;
	display: block;
	content: "";
	border-right: solid 3px #0030ca;
	border-bottom: solid 3px #0030ca;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-wrapper .btn-style1:hover {
	opacity: 0.8;
}

.form-wrapper .input-group {
	display: inline-block;
	white-space: nowrap;
}
.form-wrapper .input-group.normal {
	white-space: normal;
}
.form-wrapper .input-group.block {
	display: block;
}
.form-wrapper .input-group.sp-block {
	display: block;
}
.form-wrapper .input-group label {
	margin-right: 15px;
}
.form-wrapper .input-group label.no-mr {
	margin-right: 0;
}

.form-wrapper .input-group2 {
	margin-bottom: 15px;
}
.form-wrapper .input-group2 label {
	margin-bottom: 7px;
}

.form-wrapper .three-col-wrapper {
	width: 100%;
}
.form-wrapper .three-col-item {
	width: 29.06%;
	margin-bottom: 5px;
	float: left;
}
.form-wrapper .three-col-item + .three-col-item {
	margin-left: 6.25%;
}
.form-wrapper .three-col-item label {
	margin: 0 0 10px;
}
.form-wrapper .three-col-item label img {
	margin-top: 10px;
}

.form-wrapper .border-box-style1 {
	padding: 28px 23px;
	margin-top: 74px;
	border: solid 2px #274277;
}
.form-wrapper .border-box-style1 .h-style3 {
	display: inline-block;
}
.form-wrapper .border-box-style1 .label-wrapper {
	display: inline-block;
}
.form-wrapper .border-box-style1 label {
	margin-bottom: 0;
}

body.page-confirm .subscription,
body.page-thanks .subscription {
	padding-bottom: 22px;
}
body.page-confirm .subscription .h-style3,
body.page-thanks .subscription .h-style3,
body.page-confirm .subscription p,
body.page-thanks .subscription p {
	display: inline-block;
}

#text-confirm,
#text-privacy,
#text-security,
#form-submit {
	text-align: center;
}

#text-confirm {
	margin-top: 75px;
}
#text-confirm p {
	line-height: 1.5;
	font-size: 23px;
}

#text-privacy {
	margin-top: 45px;
}
#text-privacy p,
#text-security p {
	line-height: 1.5;
	font-size: 18px;
}

#text-security {
	margin-top: 15px;
}

#form-submit {
	margin-top: 60px;
}

#button-submit,
#button-back {
	width: 32.57%;
	padding: 37px 0 35px;
	margin: 0 0.88%;
	outline: none;
	display: inline-block;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	/*transition-property: all;
	transition-duration: .3s;*/
}
#button-submit {
	background-color: #53aa3e;
}
#button-submit:hover {
	background-color: #72cd33;
}
#button-back {
	background-color: #747474;
}
#button-back:hover {
	background-color: #949494;
}

#sitelink {
	margin-top: 45px;
	text-align: center;
}
#sitelink a {
	width: 34.12%;
	padding: 17px 0;
	margin: 0 0.88%;
	outline: none;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	text-align: left;
	position: relative;
}
#sitelink a:after {
	width: 11px;
	height: 11px;
	display: block;
	content: "";
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sitelink a span {
	padding-left: 6%;
	display: inline-block;
	padding-right: 10%;
}
#sitelink a.corporate {
	background-color: #0695d1;
}
#sitelink a.product {
	background-color: #465b96;
}
#sitelink a:hover {
	background-color: #3f80f7;
}

@media screen and (max-width: 940px){
	.address-group {
		display: block;
	}
}
@media screen and (max-width: 1000px){
	.date-group1 {
		display: block;
	}
}
@media screen and (max-width: 1040px){
	.arrive-group {
		display: block;
	}
}
@media screen and (max-width: 1160px){
	.guardian-group {
		display: block;
	}
}
@media screen and (max-width: 1300px){
	.date-group2 {
		display: block;
	}
}

/* form error */

#error-area {
	padding: 17px;
	margin: 62px 3.27% -15px;
	text-align: center;
	background-color: #df4d49;
	display: none;
}
#error-area.show {
	display: block;
}
#error-area p {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
}

.form-wrapper .error .r-side:after {
	width: 6px;
	height: 97.5%;
	content: "";
	display: block;
	background-color: #d51813;
	position: absolute;
	left: -30px;
	top: -10px;
}
.form-wrapper input.error-individual[type="text"],
.form-wrapper input.error-individual[type="tel"],
.form-wrapper input.error-individual[type="email"],
.form-wrapper input.error-individual[type="url"],
.form-wrapper input.error-individual[type="password"],
.form-wrapper textarea.error-individual,
.form-wrapper select.error-individual {
	background-color: #f7c5c9;
}
.form-wrapper .error-text {
	display: none;
}
.form-wrapper .error-text.show {
	margin-bottom: 15px;
	color: #da0500;
	line-height: 1.2;
	display: block;
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

#footer {
	height: 102px;
	text-align: center;
	color: #fff;
}
#footer .copyright {
	padding: 40px 0 0;
}

/* -------------------------------------------------
	pagetop
------------------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 35px;
	right: 0;
	z-index: 90;
}
#pagetop.absolute {
	position: absolute;
}
#pagetop a {
	width: 43px;
	height: 67px;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: rgba(0,0,0,0.6) url(https://www2.yamaha-motor.co.jp/jp/robot/shared/img/pagetop.png) no-repeat center 14px;
	background-size: 23px auto;
	text-decoration: none;
}
body.EN #pagetop a {
	font-size: 8px;
}
#pagetop a:hover {
	background-color: rgba(0,0,0,0.8);
}
#pagetop a span {
	padding-top: 35px;
	line-height: 1.2;
}
body.EN #pagetop a span {
	padding-top: 38px;
}

/* -------------------------------------------------
	other
------------------------------------------------- */

/* for responsive */

.pc-only {
	display: block !important;
}
.pc-only-ib {
	display: inline-block !important;
}
.pc-only-i {
	display: inline !important;
}
.sp-only,
.sp-only-ib,
.sp-only-i {
	display: none !important;
}

.pc-block {
	display: block !important;
}

/* float */

.l-side {
	float: left;
}
.r-side {
	float: right;
}

.clear {
	clear: both;
}
.clearfix {
	height: auto;
}
.clearfix:after,
.line .wrap:after,
.form-wrapper .three-col-wrapper:after {
	clear: both;
	content: "";
	height: 0px;
	overflow: hidden;
	display: block;
}
