@charset "UTF-8";

.contact_area {
	margin: 60px auto 100px;
}

.contact_area > p {
	margin-bottom: 50px;
	padding: 0 15px;
}

.inner01 {
	text-align: center;
	margin-bottom: 100px;
}

.float_ft {
	justify-content: center;
	margin: 15px 0;
}

.consult {
	margin-top: 0;
	padding: 0;
}

.inner02 h2 {
	font-size: 16px;
	text-align: center;
}





/*******************/


.cont_form {
	font-size: 12px;
	margin: 20px auto 0;
	max-width: 830px;
}

.cont_form input,
.cont_form textarea {
	border: 2px solid #000;
	padding: 2px 10px;
	width: 100%;
	border-radius: 5px;
}

.cont_form input[type="radio"],
.cont_form input[type="checkbox"] {
	width: auto;
}

.cont_form select {
	width: 175px;
	border: 1px solid #ccc;
	padding: 3px;
}

.cont_form .type1 {
	width: 35%;
}

.cont_form input[type="submit"]:hover {
	background-color: #fff;
	color: #ccc;
	border: 1px solid #ccc;
}

.cont_form textarea {}

.cont_form dt {
	float: left;
	width: 25%;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	border-top: 2px dotted #aaa500;
	padding: 27px 0;
	color: #333333;
	display: flex;
	align-items: center;
	letter-spacing: 0;
}

.cont_form dd {
	margin-left: 25%;
	border-top: 2px dotted #aaa500;
	padding: 25px 0 0;
}




.cont_form dt span {
	color: #ff0000;
	font-size: 12px;
	line-height: 1em;
	padding-left: 1px;
}

.cont_form dd:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}

.add input {
	margin-top: 25px;
}

.cont_form input,
.cont_form textarea {}

.cont_form_btn {
	margin: 15px auto 20px;
	text-align: center;
	border-top: 2px dotted #aaa500;
	padding-top: 40px;
	max-width: 830px;
}

.cont_form_btn > div {
	display: inline-block;
}

.cont_form_btn .submit {}

.cont_form_btn .submit:hover {
	opacity: 0.8;
}



.submit:disabled {
	background: #ccc !important;
	color: #fff !important;
}

.file input {
	border: 0;
}

.cont_form_btn input[type="submit"] {
	width: 263px;
	height: 43px;
	cursor: pointer;
	background-image: url("../images/common/submit.png");
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-align: center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.cont_form_btn input[type="submit"] {
		background-image: url("../images/common/submit@2x.png");
		background-size: 263px 43px;
	}
}

.pb20 label{
    white-space: nowrap;
}
.kirerino01{
    padding: 30px 15px;
}
.consult{
    width: auto;
}


/*** 記入画面****************/
.mw_wp_form_input .on_confirm{
    display: none;
}

.mw_wp_form_input .on_input{
    display: block;
}

.file{
    position: relative;
}
.file .mwform-file-delete{
    position: absolute;
    left: -6px;
    font-weight: bold;
    top: -2px;
}

/***** 確認画面**************/

.mw_wp_form_confirm .inner01 {
    display: none;
}
.mw_wp_form_confirm .inner02 h2{
    display: none;
}
.mw_wp_form_confirm .no_confirm{
    display: none;
}
.mw_wp_form_confirm .on_confirm{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.mw_wp_form_confirm .on_confirm .cont_form_btn{
    margin: 20px;
    border-top: 0;
    padding-top: 0;
}
.mw_wp_form_input .on_input{
    display: none;
}

/*** 完了画面****************/

.thank_txt {
	text-align: center;
	margin: 70px 0 10px;
}

/*-------------------------------
media
--------------------------------*/


@media (max-width: 767px) {

	.cont_form {
		width: 100%;
	}

	.cont_form dt {
		width: 100%;
		padding-bottom: 0;
		float: none;
	}

	.cont_form dd {
		width: 100%;
		margin-left: 0;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 5px;
	}


}
