@charset "UTF-8";
#page {
	background-color: #f0f0e8;
}

section.jumbotron {
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/bg_40.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding: 23px 0px 94px 0px;
	margin-top: 42px;
}

@media (min-width: 769px) {
	section.jumbotron {
		background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/bg_41.jpg);
		padding: 166px 0px 60px 0px;
		margin-top: 0px;
	}
}

section.jumbotron .title {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue", sans-serif;
	margin-bottom: 12px;
}

@media (min-width: 769px) {
	section.jumbotron .title {
		font-size: 48px;
		margin-bottom: 24px;
	}
}

section.jumbotron .subtitle {
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (min-width: 769px) {
	section.jumbotron .subtitle {
		font-size: 24px;
	}
}

section.contents {
	background-color: #f0f0e8;
}

.panels {
	padding: 20px 16px;
}

@media (min-width: 769px) {
	.panels {
		padding: 40px 42px;
	}
}

.panel {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 21px;
	padding: 21px 17px 20px 17px;
	border-radius: 5px;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (min-width: 769px) {
	.panel {
		margin-bottom: 31px;
		padding: 47px 131px 45px 131px;
		font-size: 14px;
		max-width: 1004px;
		min-width: 665px;
		margin-left: auto;
		margin-right: auto;
	}
}

.panel .title {
	text-align: center;
	font-weight: bold;
	color: #159848;
	margin-bottom: 16px;
	font-size: 15.5px;
}

@media (min-width: 769px) {
	.panel .title {
		font-size: 30px;
		margin-bottom: 24px;
	}
}

.panel .phone_number {
	font-weight: bold;
	color: #159848;
	margin-bottom: 5px;
	font-size: 15.5px;
}

@media (min-width: 769px) {
	.panel .phone_number {
		text-align: center;
		font-size: 24px;
	}
}

.panel .phone_number:before {
	content: "";
	width: 20.5px;
	height: 13px;
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_09.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 769px) {
	.panel .phone_number:before {
		width: 31px;
		height: 20px;
		margin-right: 10px;
	}
}

.panel .reception {
	line-height: 1.75;
}

@media (min-width: 769px) {
	.panel .reception {
		text-align: center;
	}
}

.panel .reception small {
	font-size: 9px;
}

@media (min-width: 769px) {
	.panel .reception small {
		font-size: 14px;
	}
}

.panel > p {
	line-height: 1.75;
	margin-bottom: 16px;
}

@media (min-width: 769px) {
	.panel > p {
		text-align: center;
		margin-bottom: 34px;
	}
}

.panel:last-child {
	margin-bottom: 0px;
}
@media (min-width: 769px) {
	#confirm .field.last_field {
		border-bottom: 1px solid black;
	}
}
.field {
	margin-bottom: 16px;
}

@media (min-width: 769px) {
	.field {
		margin-bottom: 32px;
	}
}

.field label {
	font-weight: bold;
	font-size: 12px;
}

@media (min-width: 769px) {
	.field label {
		font-size: 18px;
	}
}

.field .badge {
	font-size: 7.855px;
	font-weight: normal;
	padding: 0px 4px;
	color: white;
	display: inline-block;
	margin-left: 15px;
	border-radius: 5px;
	position: relative;
	top: -2.5px;
}

@media (min-width: 769px) {
	.field .badge {
		font-size: 12px;
		margin-left: 23px;
		border-radius: 10px;
		padding: 0px 8px;
	}
}

.field .badge.green {
	background-color: #238d50;
}

.field .badge.grey {
	background-color: #7a7a7a;
}

.field .inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 8px;
}

@media (min-width: 769px) {
	.field .inputs {
		margin-bottom: 15px;
	}
}

.field .inputs input[type="text"],
.field .inputs input[type="button"],
.field .inputs input[type="submit"],
.field .inputs input[type="email"],
.field .inputs input[type="number"],
.field .inputs textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
}

.field .inputs input,
.field .inputs textarea {
	border: none;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	min-width: 0px;
	font-size: 12px;
	padding: 20px 13px;
	margin: 0px 4px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (min-width: 769px) {
	.field .inputs input,
	.field .inputs textarea {
		font-size: 14px;
		padding: 15.5px 20px;
	}
}

.field .inputs input:first-child,
.field .inputs textarea:first-child {
	margin-left: 0px;
}

.field .inputs input:last-child,
.field .inputs textarea:last-child {
	margin-right: 0px;
}

.field .inputs .hidden {
	display: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}

.field .inputs textarea {
	height: 165px;
}

@media (min-width: 769px) {
	.field .inputs textarea {
		height: 152px;
	}
}

.field .inputs textarea[name="juusho"],
.field .inputs textarea[name="salespoint"],
.field .inputs textarea[name="comment"] {
	height: 87px;
}

@media (min-width: 769px) {
	.field .inputs textarea[name="juusho"] {
		height: 17px;
		overflow: hidden;
	}
}

@media (min-width: 769px) {
	.field .inputs textarea[name="salespoint"] {
		height: 158px;
	}
}

@media (min-width: 769px) {
	.field .inputs textarea[name="comment"] {
		height: 158px;
	}
}

.field:last-child {
	margin-bottom: 0px;
}

.field .radio_button {
	text-align: center;
}

@media (min-width: 769px) {
	.field.small {
		width: 50%;
	}
}

/* .field > p {
	margin: 24px 0px 14px 0px;
} */

@media (min-width: 769px) {
	/* .field > p {
		text-align: center;
		margin: 54px 0px 28px 0px;
	} */
}

.alert {
	color: red;
	margin: 21px 0px 8px 0px;
}

@media (min-width: 769px) {
	.alert {
		text-align: left;
		margin-bottom: 20px;
		margin-top: 55px;
	}
}

input[type="submit"] {
	color: #279e5a;
	background-color: white;
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_10.png);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-size: 10px 13px;
	display: block;
	margin: 0px auto;
	border: 1.5px solid #279e5a;
	border-radius: 13px;
	width: 232px;
	padding: 7px;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.conBtn02 a {
	color: #279e5a;
	background-color: white;
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_10.png);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-size: 10px 13px;
	display: block;
	margin: 0px auto;
	border: 1.5px solid #279e5a;
	border-radius: 13px;
	width: 232px;
	padding: 7px;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
@media (min-width: 769px) {
	input[type="submit"] {
		background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_10.png);
		background-position: 92% 50%;
		background-size: 10px 13px;
		border-width: 2px;
		border-radius: 50px;
		width: 275px;
		padding: 9px;
	}
	.conBtn02 a {
		background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_10.png);
		background-position: 92% 50%;
		background-size: 10px 13px;
		border-width: 2px;
		border-radius: 50px;
		width: 275px;
		padding: 9px;
	}
}
.conBtn02 a {
	text-align: center;
	text-decoration: none;
}
input[type="submit"]:hover {
	background-color: #279e5a;
	color: white;
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_11.png);
}
.conBtn02 a:hover {
	background-color: #279e5a;
	color: white;
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_11.png);
}

.confirmation,
.alert {
	display: none;
}

#confirm .field {
	border-bottom: 1px solid black;
	margin-bottom: 12px;
}

@media (min-width: 769px) {
	#confirm .field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 769px) {
	#confirm .field div {
		width: 25%;
		font-size: 18px;
	}
}

@media (min-width: 769px) {
	.field div {
		font-weight: normal;
	}
}

#confirm .field .badge {
	display: none;
}

.field .inputs {
	font-size: 12px;
}

@media (min-width: 769px) {
	.field .inputs {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 18px;
		margin-bottom: 12px;
	}
}

.field .inputs .hidden {
	display: none;
}

.field .inputs.confirmation {
	display: none;
}

.field .radio_button {
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
}

.field.last_field {
	border-bottom: none;
}

@media (min-width: 769px) {
	.field.last_field {
		padding-bottom: 12px;
		border-bottom: 1px solid black;
	}
}

@media (min-width: 769px) {
	.field.small {
		width: 100%;
	}
}

@media (min-width: 769px) {
	.buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 769px) {
	.buttons input[type="submit"] {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 16px;
	}
	.buttons a {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 16px;
		text-decoration: none;
		text-align: center;
	}
}

.buttons input[type="submit"].back_button {
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_14.png);
	background-color: #279e5a;
	color: white;
	background-position: 8% 50%;
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	.buttons input[type="submit"].back_button {
		margin-right: 10px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 16px;
	}
}

.buttons input[type="submit"].back_button:hover {
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_13.png);
	background-color: white;
	color: #279e5a;
}

@media (min-width: 769px) {
	.top_buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 769px) {
	.top_buttons input[type="submit"] {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 16px;
	}
}

.top_buttons .top_button {
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_14.png);
	background-color: #279e5a;
	color: white;
	background-position: 8% 50%;
	background-repeat: no-repeat;
	background-size: 10px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	margin: 0px auto;
	border: 1.5px solid #279e5a;
	border-radius: 50px;
	width: 232px;
	padding: 7px;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.top_buttons .top_button:hover {
	background-image: url(https://www.nishihara-shokai.co.jp/wp-content/themes/nishihara/images/ico_13.png);
	background-color: white;
	color: #279e5a;
}

footer {
	margin-top: 0px;
}

@media (min-width: 769px) {
	footer {
		margin-top: 28px;
	}
}
