body {
	font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
	background: none;
}

.container {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px 40px 45px;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 20px 20px 25px;
	}
}

.form-column {
	margin: 0 0 1em;
}

.form-column-heading {
	border-bottom: 1px solid #333;
	margin: 2em 0 1.5em;
}

.form-column-heading h2 {
	font-size: 20px;
	padding: 0.5em 0.2em;
}

.form-column-heading:before {
  content: none;
}

.label {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.label {
		font-size: 16px;
	}
}

a, a:hover {
	color: #333;
}

.form-column-calendar a.datepicker-button {
  background-color: #333;
	font-weight: 500;
}

.form-column-calendar a.datepicker-button.default:hover, 
.form-column-calendar a.datepicker-button.default:focus {
	background: transparent;
	color: #222;
	border: 1px solid #222;
}

input, button, textarea, select {
	border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
input[type="url"]:focus, input[type="date"]:focus, textarea:focus {
	box-shadow: 0 0 0 0.25rem #edcdc7;
}

input:focus, button:focus, textarea:focus, select:focus {
	background: #fffbfa;
}

input[type="checkbox"]:checked {
  background-color: #222;
}

input[type="radio"]:before {
  background-color: #222;
}

.button, button.button-submit {
  background-color: #e05d45;
	padding: 15px;
  min-width: 260px;
}

.button:hover {
	background: transparent;
	color: #222;
	border: 1px solid #222;
}

@media (max-width: 640px) {
    .button-group button {
        min-width: 80%;
    }
}

.message-block {
	margin: 0;
}

.message-block-complete {
  border: none;
}

input::placeholder {
  color: #ccc;
}

#confirmation-container .description-block {
  display: none;
}