@charset "UTF-8";
/* ===================================================================
CSS information

file name  : inquiry.css
author     : Abilive
style info : お問合せ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_inquiry {
	max-width: 1000px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.con_inquiry {
		width: 92%;
	}
}

@media only screen and (min-width: 1025px) {
	.con_inquiry {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry {
		padding-top: 3em;
	}
}

@media only screen and (min-width: 768px) {
	.con_inquiry {
		padding-bottom: 160px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry {
		padding-bottom: 6em;
	}
}

@media only screen and (min-width: 768px) {
	.con_inquiry .box_th_inner {
		line-height: 2;
	}
}

.con_inquiry label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.con_inquiry label input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #aaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0.5em;
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label input[type="checkbox"] {
		width: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label input[type="checkbox"] {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label input[type="checkbox"] {
		width: 2em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label input[type="checkbox"] {
		height: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label input[type="checkbox"] {
		height: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label input[type="checkbox"] {
		height: 2em;
	}
}

.con_inquiry label input[type="checkbox"]:focus {
	border-color: #801e24;
}

.con_inquiry label input[type="checkbox"]:before {
	color: #dddddd;
	content: "\f3fd";
	font-family: "Ionicons";
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label input[type="checkbox"]:before {
		font-size: 223%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label input[type="checkbox"]:before {
		font-size: 178%;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label input[type="checkbox"]:before {
		font-size: 167%;
	}
}

.con_inquiry label input[type="checkbox"]:checked:before {
	color: #231f20;
}

.con_inquiry label input[type="radio"] {
	position: relative;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0.5em;
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label input[type="radio"] {
		width: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label input[type="radio"] {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label input[type="radio"] {
		width: 1.5em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label input[type="radio"] {
		height: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label input[type="radio"] {
		height: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label input[type="radio"] {
		height: 1.5em;
	}
}

.con_inquiry label input[type="radio"]:focus {
	border-color: #801e24;
}

.con_inquiry label input[type="radio"]:before {
	content: "";
	display: block;
	width: 60%;
	height: 60%;
	border-radius: 100px;
	background-color: #aaa;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
}

.con_inquiry label input[type="radio"]:checked:before {
	opacity: 1;
}

.con_inquiry label span {
	width: calc(100% - (30px + 0.5em));
}

.con_inquiry label.ic_select {
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.con_inquiry label.ic_select {
		width: 250px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry label.ic_select {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry label.ic_select {
		width: 100%;
	}
}

.con_inquiry label.ic_select::after {
	content: "\f3d0";
	color: #231f20;
	font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 1em;
	pointer-events: none;
}

.con_inquiry select {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1em .75em;
	border: 1px solid #aaa;
	width: 100%;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.con_inquiry select:focus {
	border-color: #801e24;
}

.con_inquiry select option {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: #a1a1a1;
	padding: .25em;
}

@media only screen and (min-width: 768px) {
	.box_intro .text {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.box_intro .text {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_form {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form {
		margin-top: 2em;
	}
}

.tmp_form table {
	table-layout: fixed;
	width: 100%;
}

.tmp_form table tr {
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr {
		display: block;
		padding: 1.5em 0;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr th,
	.tmp_form table tr td {
		padding: 30px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th,
	.tmp_form table tr td {
		padding: 30px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th,
	.tmp_form table tr td {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th,
	.tmp_form table tr td {
		display: block;
		width: 100%;
	}
}

.tmp_form table tr th {
	margin-bottom: .5em;
	font-weight: 300;
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr th {
		width: 40%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th {
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th {
		width: 100%;
	}
}

.tmp_form table tr th .box_th_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.tmp_form table tr th .box_th_inner .item {
	display: block;
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr th .box_th_inner .item {
		width: calc(100% - ( 60px + 1em ));
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th .box_th_inner .item {
		width: calc(100% - ( 50px + .5em ));
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .box_th_inner .item {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr th .box_th_inner .item {
		margin-right: 0;
		margin-left: auto;
	}
}

.tmp_form table tr th .box_th_inner .txt_must {
	font-size: 78%;
	line-height: 1.42857;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	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;
	background-color: #801e24;
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		width: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		width: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		width: 4em;
	}
}

@media only screen and (min-width: 1441px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		margin-right: 1em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		margin-right: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		margin-right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		margin-right: 0.75em;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		padding: 0.4em 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		padding: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .box_th_inner .txt_must {
		padding: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .box_th_inner .txt_must + .item {
		width: calc(100% - ( 4em + .75em ));
	}
}

.tmp_form table tr th .text_flag {
	display: block;
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr th .text_flag {
		font-size: 89%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .text_flag {
		font-size: 89%;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr th .text_flag {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr th .text_flag {
		margin-top: 0.5em;
	}
}

.tmp_form table tr th .text_flag span {
	cursor: pointer;
	color: #84633C;
}

.mouse .tmp_form table tr th .text_flag span {
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.mouse .tmp_form table tr th .text_flag span:hover,
.touch .tmp_form table tr th .text_flag span.touchstart {
	opacity: 0.7;
}

.touch .tmp_form table tr th .text_flag span {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .tmp_form table tr th .text_flag span.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr td {
		width: 60%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr td {
		width: 55%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr td {
		width: 100%;
	}
}

.tmp_form table tr td .box_td_inner .check_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tmp_form table tr td .box_td_inner .check_list li {
	margin-right: 1.5em;
}

.tmp_form table tr td .box_td_inner .size_s {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr td .box_td_inner .size_s {
		max-width: 600px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr td .box_td_inner .size_s {
		max-width: 100%;
	}
}

.tmp_form table tr td .box_td_inner .add {
	margin: 0 0 .5em .7em;
}

.tmp_form table tr td .box_td_inner textarea {
	display: block;
	resize: vertical;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr td .box_td_inner textarea {
		height: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr td .box_td_inner textarea {
		height: 15em;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_form table tr td .box_td_inner textarea {
		width: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_form table tr td .box_td_inner textarea {
		width: 92%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr td .box_td_inner textarea {
		width: 92%;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_form table tr td .box_td_inner textarea {
		padding: 0.75em 1em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table tr td .box_td_inner textarea {
		padding: 0.8em 1em;
	}
}

.tmp_form table tr td .box_td_inner textarea:focus {
	border-color: #801e24;
}

.tmp_form table tr td .box_td_inner textarea::-webkit-input-placeholder {
	color: #ccc;
	letter-spacing: 0.1em;
}

.tmp_form table tr td .box_td_inner textarea::-moz-placeholder {
	color: #ccc;
	letter-spacing: 0.1em;
}

.tmp_form table tr td .box_td_inner textarea:-ms-input-placeholder {
	color: #ccc;
	letter-spacing: 0.1em;
}

.tmp_form table tr td .box_td_inner textarea::-ms-input-placeholder {
	color: #ccc;
	letter-spacing: 0.1em;
}

.tmp_form table tr td .box_td_inner textarea::placeholder {
	color: #ccc;
	letter-spacing: 0.1em;
}

.tmp_form table tr td .txt_error {
	color: #be2b2b;
}

.tmp_form table input[type="text"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_form table input[type="text"] {
		padding: 0.75em 1em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_form table input[type="text"] {
		padding: 0.8em 1em;
	}
}

.tmp_form table input[type="text"]::-webkit-input-placeholder {
	color: #ccc;
}

.tmp_form table input[type="text"]::-moz-placeholder {
	color: #ccc;
}

.tmp_form table input[type="text"]:-ms-input-placeholder {
	color: #ccc;
}

.tmp_form table input[type="text"]::-ms-input-placeholder {
	color: #ccc;
}

.tmp_form table input[type="text"]::placeholder {
	color: #ccc;
}

.tmp_form table input[type="text"]:focus {
	border-color: #801e24;
}

@media only screen and (min-width: 768px) {
	.con_send {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.con_send {
		margin-top: 3em;
	}
}

.con_send label {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 1441px) {
	.con_send label {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.con_send label {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_send label {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_send label {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_send .box_text {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_send .box_text {
		text-align: left;
	}
}

.con_send .policy_accept_error {
	text-align: center;
	color: #be2b2b;
	display: none;
}

@media only screen and (min-width: 768px) {
	.con_send .policy_accept_error {
		padding: 1em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_send .policy_accept_error {
		padding: 1em 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_send .tmp_btn {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.con_send .tmp_btn {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.con_send .tmp_btn {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_send .tmp_btn {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_send .tmp_btn {
		min-height: 80px;
		margin-right: auto;
		margin-left: auto;
	}
	.con_send .tmp_btn:not(:first-child) {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_send .tmp_btn:not(:first-child) {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_send .tmp_btn.sub {
		font-size: 112%;
	}
}

.con_send .tmp_btn.back {
	border-radius: 0.5em;
}

.mouse .con_send .tmp_btn.nomal {
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.mouse .con_send .tmp_btn.nomal:hover,
.touch .con_send .tmp_btn.nomal.touchstart {
	opacity: 0.7;
}

.touch .con_send .tmp_btn.nomal {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .con_send .tmp_btn.nomal.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

@media only screen and (min-width: 768px) {
	.con_flow {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow {
		margin-top: 3em;
	}
}

.con_flow .box_flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.con_flow .box_flow .flow_item {
	text-align: center;
	background-color: #c7b298;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.con_flow .box_flow .flow_item {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item {
		width: 24%;
	}
}

@media only screen and (min-width: 768px) {
	.con_flow .box_flow .flow_item {
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item {
		padding: 0.8em 0.5em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_flow .box_flow .flow_item {
		font-size: 89%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_flow .box_flow .flow_item {
		font-size: 84%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item {
		font-size: 78%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item {
		line-height: 1.5;
	}
}

.con_flow .box_flow .flow_item:not(:last-child)::after {
	content: "\f125";
	color: #aaa;
	font-family: "Ionicons";
	color: #3b3b3b;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
}

@media only screen and (min-width: 1025px) {
	.con_flow .box_flow .flow_item:not(:last-child)::after {
		font-size: 134%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_flow .box_flow .flow_item:not(:last-child)::after {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item:not(:last-child)::after {
		font-size: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.con_flow .box_flow .flow_item:not(:last-child)::after {
		right: -22%;
	}
}

@media only screen and (max-width: 767px) {
	.con_flow .box_flow .flow_item:not(:last-child)::after {
		right: -20%;
	}
}

.con_flow .box_flow .flow_item.is-active {
	background-color: #84633C;
	color: #fff;
}

.con_flow .box_flow .flow_item .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
}

.con_inquiry.check .box_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.con_inquiry.check .box_btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 768px) {
	.con_inquiry.thanks .box_intro {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry.thanks .box_intro {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.con_inquiry.thanks .box_intro {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry.thanks .box_intro {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry.thanks .box_intro {
		margin-top: 4em;
	}
}

.con_inquiry.thanks .tmp_btn {
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 1025px) {
	.con_inquiry.thanks .tmp_btn {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_inquiry.thanks .tmp_btn {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry.thanks .tmp_btn {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 768px) {
	.con_inquiry.thanks .tmp_btn {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.con_inquiry.thanks .tmp_btn {
		width: 92%;
	}
}

@media only screen and (min-width: 768px) {
	.con_inquiry.thanks .tmp_btn {
		min-height: 80px;
	}
}
