/* [ TRANSIT ] CONTACT */

html {
	font-size: 62.5%; /* 基本サイズ：10px */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	width: 100%;
	background: #f1f4f7;
	color: #2e2623;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
	body {
		font-size: 1.6em; /* Chrome対策でremにしない */
	}
} /* */
@media only screen and (max-width: 768px) {
	body {
		font-size: 1.3em; /* Chrome対策でremにしない */
	}
} /* */

.container {
	max-width: 100%;
	padding: 0;
	border: 0;
	background: #f1f4f7;
}
  
.form-column {
	padding-bottom: 20px;
}
.content-confirmation .form-column {
	border-bottom: 1px solid #696969;
}
.content-confirmation .form-column-note,
.content-confirmation .form-column-checkbox,
.content-confirmation .form-column-recaptcha {
	border-bottom: none;
}
.content-confirmation .form-column-recaptcha > div > div {
	margin: 0 auto;
}
  
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1.6rem;
}
  
  input[type="radio"] {
	border-radius: 40px;
	border: 1px solid #cccccc;
  }
  
  input[type="date"] {
	border: 1px solid #6a767d;
  }
  
  .form-column-heading h2 {
	font-size: 1.5em;
	margin: 0;
	font-weight: bold;
  }
  
  label h3 {
	font-size: 1em;
	display: inline-block;
	margin: 0 0 0.5em;
	font-weight: bold;
  }
  
  label .badge-required {
	width: auto;
	display: inline-block;
	margin-left: 1em;
	padding: 4px 6px;
	line-height: 1em;
	font-size: 0.75em;
	color: #fff;
	top: -2px;
	position: relative;
	background-color: #c73b3b;
	border-radius: 4px;
  }
  
.description-block {
	margin-bottom: 0;
	color: #2e2623;
	text-align: center;
}
  
.button-group {
	margin-top: 1em;
	text-align: center;
}
.button-group .help-block {
	margin-top: 1em;
}
  
button {
	display: inline-block;
	min-width: 200px;
	padding: 1em 2em !important;
	border: 1px solid #696969 !important;
	border-radius: 0 !important;
	background: none;
	line-height: 1 !important;
}
button.button-submit {
	background: #d5d5d6;
	border-color: transparent !important;
}
  button.button-submit span.fa {
	margin-right: 4px;
  }

.label {
	font-size: 1.8rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	width: 100%;
	max-width: 100%;
	outline: none;
	line-height: 1.6;
	padding: 0.75em 1em;
	border: 1px solid #2e2623;
	background: none;
	transition: all 0.3s;
}
  
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
	box-shadow: 0 0 2px #83a5d6;
	border: 1px solid #83a5d6;
}
  
textarea {
	width: 100%;
	height: 20em;
}
  
  input[type="file"] {
	display: block;
	line-height: 1.75;
  }
  
  input[type="password"] {
	height: 1.75em;
	width: 100%;
	outline: none;
	border: 1px solid #6a767d;
	transition: all 0.3s;
  }
  
  .form-column-date .input-group select {
	width: auto;
	display: inline-block;
  }
  
  .form-column-calendar input {
	width: auto;
  }
  
  .form-column-zip-code-jp .input-group input {
	width: auto;
	min-width: auto;
	display: inline-block;
  }
  
  .form-column-zip-code-autofill.form-column {
	border-bottom: 0;
	margin-bottom: 0;
  }
  
.form-column-checkbox fieldset {
	border: none;
	padding: 0;
	font-size: 1.8rem;
	text-align: center;
}
.form-column-checkbox legend {
	display: none;
}
  .form-column-checkbox label,
  .form-column-radio label {
	margin-right: 1em;
  }

.form-column-note {
	margin-bottom: 0;
}
  
  select {
	width: auto;
	height: 1.75em;
	display: block;
	border: 1px solid #6a767d;
  }
  
  .message-block-complete,
  .message-block-closed {
	padding: 20px;
	text-align: center;
  }
.message-block-error {
	margin-bottom: 50px;
}
.message-block-error ul {
	margin-left: 1em;
}
.message-block-confirmation {
	margin-bottom: 50px;
	padding: 1em;
	border: 1px solid #d5d5d6;
	border-radius: 5px;
	background: #fff;
}
  
@media only screen and (max-width: 768px) {
	button {
		min-width: 120px;
	}
	select {
	  width: 100%;
	}
	.label {
		font-size: 1.6rem;
	}
	.form-column-calendar input {
	  width: auto;
	  min-width: auto;
	}
	.form-column-heading h2 {
	  font-size: 1.25em;
	}
	.form-column-checkbox fieldset {
		font-size: 1.6rem;
	}
	.message-block-error,
	.message-block-confirmation {
		margin-bottom: 30px;
	}
}