@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700");

body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Roboto', 'Noto Sans JP';
	font-weight: 400;
	font-feature-settings: 'pwid';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	letter-spacing: .05em;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: default;
}

.container {
	border: 0;
	max-width: none;
	padding: 0 25% 100px 0;
}

.container * {
	box-sizing: border-box;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
textarea,
button,
select,
option,
textarea {
	font-family: 'Roboto', 'Noto Sans JP';
	width: 100%;
	max-width: none;
	margin: 0;
	padding: .75em;
	outline: none;
	border-radius: 0;
	border: 1px solid #C2C7C7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: .3s cubic-bezier(.75,0,.35,1);
}

input[type=checkbox] {
	border: 1px solid #C2C7C7;
	-webkit-appearance: auto;
	appearance: auto;
	transform: translate(.25em,.3em) scale(1.5);
	position: absolute;
}

input[type=checkbox] + .option-text,
input[type=checkbox] + .tooltip + .option-text {
	line-height: 1.5;
	padding-left: 25px;
	display: inline-block;
}

.form-column {
	margin-top: 30px;
	margin-bottom: 0;
}

h2 {
	color: #000;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 60px;
	padding: 0 0 .1em;
	position: relative;
}

h2:before {
	content: '';
	width: 50px;
	height: 1px;
	display: block;
	background: #DC000C;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

h2:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #C2C7C7;
	position: absolute;
	bottom: 0;
	left: 0;
}

label {
	font-size: 1.8rem;
}

label + input[type=text],
textarea {
	margin-top: 10px;
}

label + input[type=text]:focus,
label + input[type=url]:focus,
label + input[type=email]:focus,
label + input[type=tel]:focus {
	border-color: #DC000C;
}

textarea:focus {
	border-color: #DC000C;
}

.u-color__red {
	color: #dc000c !important;
}

div[data-column=入力時のご注意] {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 3.605em;
	padding: 0 0 .1em;
	position: relative;
}

div[data-column=入力時のご注意]:before {
	content: '';
	width: 50px;
	height: 1px;
	display: block;
	background: #DC000C;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

div[data-column=入力時のご注意]:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #C2C7C7;
	position: absolute;
	bottom: 0;
	left: 0;
}

div[data-column=入力時のご注意] .description-block {
	color: #000;
}

div[data-column=入力時のご注意（本文）] p {
	color: #333;
	line-height: 1.5;
	margin: 0 0 .5em;
	padding-left: 1em;
	position: relative;
}

div[data-column=入力時のご注意（本文）] p:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: .525em;
	left: .15em;
}

div[data-column=入力時のご注意（本文）] p .require {
	color: #fff;
	font-size: 1.3rem;
	vertical-align: .15em;
	margin: 0 .25em 0 0;
	padding: .25em .5em;
	border-radius: 3px;
	background: #DC000C;
}

.u-list__items {
	margin-top: 1.25em;
	counter-reset: count 0;
}

.form-page > .form-column:first-child {
	margin-top: 0;
}

.badge-required {
	color: #fff;
	font-size: 1.3rem;
	vertical-align: .15em;
	padding: .25em .5em;
	border-radius: 3px;
	background: #DC000C;
}

.description-block {
	margin: 20px 0 0;
}

.description-block p {
	line-height: 1.5;
}

label + .input-group {
	padding: 20px 0 0;
}

.button-group {
	margin-top: 30px;
}

.button-group button[type=submit] {
	color: #DC000C;
	text-align: center;
	width: 317px;
	padding: 20px 40.1px;
	border-radius: 10em;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #DC000C;
}


.button-group button[type=submit]:hover {
	color: #fff;
	background: #DC000C;
}

.help-block {
	margin-top: 1em;
}

.message-block {
	font-size: 1.8rem;
	line-height: 1.75;
}

.content-confirmation div[data-column=入力時のご注意],
.content-confirmation div[data-column=入力時のご注意（本文）],
.content-confirmation div[data-column=プライバシーポリシー] .description-block p {
	display: none;
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 0;
	}
	
	.button-group button[type=submit] {
		margin-top: 10px;
	}
	
	
}/* END Responsive */


/* ============================================================================================================================================ */
/*
body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Roboto', 'Noto Sans JP';
	font-weight: 400;
	font-feature-settings: 'pwid';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	letter-spacing: .05em;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	cursor: default;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

.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-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #316a8b;
  border: 1px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 1.75em;
  width: 60%;
  min-width: 500px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 1px solid #6a767d;
  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 #88c6ea;
  border: 1px solid #88c6ea;
}

textarea {
  width: 100%;
  height: 10em;
}

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 label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}
*/