@charset "utf-8";

/*
-----------------------------------------------
▼お問い合わせ
----------------------------------------------- */

#con_column_none{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  position:relative;
}

#con_contact{
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

.add_txt{font-size:1.4rem;}
.gazo-ninsho img{
max-width:250px;
height:auto;
}

/* .contact_form {
	max-width: 800px;
	margin: 40px auto;
	} */

.form_btn {
	text-align: center;
	margin: 40px 0;
}

.form_btn .input-btn01,
.form_btn .input-btn02 {
	margin: 0 auto;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.info-txt {
	padding: 20px;
	background: #e5e6e5;
}

.color03 {
	color: red;
}

.color04 {
	color: #4ea831;
}

.contact-dl {
	font-size: 1.5rem;
	border-bottom: solid 1px #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	/* margin-bottom: 20px; */
	justify-content:space-between;
}

.contact-dl dt {
	text-align:left;
	width: 30%;
	display: block;
	position: relative;
}

.contact-dl dd {
	text-align:left;
	width: 64%;
	display: block;
}

.radio-span {
	display: block;
	margin-bottom: 10px;
}

.radio-span input {
	vertical-align: middle;
	margin-right: 6px;
}

.komoku {
	width: 175px;
	display: inline-block;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: bold;
}

.must {
	font-size: 13px !important;
	display: inline-block;
	color: #fff;
	background: red;
	width: 60px;
	line-height: 1;
	text-align: center;
	padding: 0.5em 0;
	position: absolute;
	top: 0;
	right: 0;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 0.6em;
	outline: none;
	border: 1px solid #ddd;
	font-size: 15px;
	background: #eeeeee;
	box-sizing: border-box;
}

textarea {
	width: 100%;
}

.input-box01 {
	width: 100%;
}

.input-box01c {
	width: 100% !important;
	margin-bottom: 8px !important;
}

.mwform-radio-field-text {
	margin-right: 5%;
	margin-bottom: 10px;
	display: inline-block;
}

.mwform-checkbox-field {
	margin-right: 8%;
	margin-bottom: 10px;
	display: inline-block;
}

.zip {
	width: 150px;
	border: solid 1px #ccc !important;
	padding: 7px 6px;
	background: #eeeeee;
}

.add-txt {
	display: inline-block;
	width: 9.4em;
}

.ml5 {
	margin-left: 5px;
}

.input-box02 {
	width: 100%;
	height: 200px;
}

.input-box03 {
	width: 70px;
}

.input-zip {
	width: 100px;
	margin-right: 5px;
	font-size:1.5rem;
	padding:2px;
}

.form_note {
	font-size: 90%;
}

.input_select {
	padding: 7px 6px !important;
	font-size: 100%;
}

.select_prefecture {
	margin: 10px 0;
}

.input-btn01 {
	font-size: 16px;
	display: inline-block;
	padding: 1em 2em;
	color: #fff;
	background-color: #2283cf;
	border-radius: 6px !important;
}

.input-btn01:hover {
	opacity:0.7;
}

.input-btn02 {
	font-size: 16px;
	display: inline-block;
	padding: 1em 2em;
	color: #fff;
	background: #888;
	margin-right: 30px !important;
	border-radius: 6px !important;
}

.input-btn02:hover {
	background: #ccc;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

.confirm-p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

.cr02 {
	color: #ff0000;
}

.input-box01b {
	width: 5em;
}

.contact-dl select {
	border: solid 1px #ccc;
}

.bg-type01 {
	background: #fbedef;
}

.bg-type02 {
	background: #f0fcee;
}

.confirm_wrap .no-confirm {
	display: none;
}

.form-btn {
	margin-top: 20px;
	margin-bottom: 40px;
}

.error-message {
	width: 100%;
	background: #fbedef;
	padding: 3% 5%;
	color: red;
	text-align: center;
}

.confirm,
.thanks-message {
	width: 100%;
	background: #cfebf6;
	padding: 3% 5%;
	text-align: center;
	font-size: 100%;
}

@media screen and (max-width: 767px) {
	.mw_wp_form {
		max-width: 100%;
		margin: 0 auto;
	}

	.mw_wp_form dt {
		width: 100%;
	}
	.mw_wp_form dd {
		width: 100%;
	}

.pcOnly{display:none;}

}

@media screen and (max-width: 480px) {
	.w980_contact .entryH1Title {
		margin-top: 70px;
	}

	.contact-dl dt {
		width: 100%;
		margin-right: 0;
	}

	.mwform-radio-field {
		width: 45%;
		display: inline-block;
	}

	.mwform-checkbox-field {
		width: 48%;
		display: inline-block;
		margin-right: 0;
		font-size: 85%;
	}

	textarea {
		margin-top: 5px;
	}
}

@media screen and (max-width: 380px) {
	.contact-dl {
		font-size: 90%;
	}

	.mwform-radio-field {
		width: 90%;
		display: inline-block;
	}

	.mwform-checkbox-field {
		width: 90%;
		display: inline-block;
		margin-right: 0;
	}
}
