@charset "utf-8";

.l_page .l_contact .md_mv{
	background: url(../img/bg_works.jpg) no-repeat center center;
	background-size: cover !important;
}

.md_bread + p{
	border-bottom: #333 1px solid;
	max-width: 740px;
	margin: 0 auto 40px auto;
	padding: 0 0 40px 0;
}

.wpcf7{
	max-width: 740px;
	margin: auto;
}

.wpcf7-form .md_contact > dt p{
	font-size: 112%;
	font-weight: 700;
}

.wpcf7-form .md_contact > dd{
	padding: 10px 0 30px 0;
}

.wpcf7-form .is_required{
	color: #fff;
	font-size: 66%;
	border-radius: 3px;
	background: #d9534f;
	margin-left: 10px;
	padding: 2px 5px;
}

.wpcf7-form .is_any{
	color: #fff;
	font-size: 86%;
	border-radius: 3px;
	background: #78909C;
	margin-left: 10px;
	padding: 2px 5px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email]{
	font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
	border: #b7b7b7 1px solid;
	border-radius: 6px;
	background: #fff;
	width: 96%;
	padding: 2%;
}

.wpcf7-form input:-webkit-input-placeholder{
	color: #999;
}

.wpcf7-form textarea{
	font-family: 'Noto Sans JP', 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3',Helvetica,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', Osaka,sans-serif;
	border: solid 1px #b7b7b7;
	width: 96%;
	border-radius: 6px;
	height: 120px;
	padding: 2%;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
	background: #e7f5ff;
	border: #036eb8 1px solid !important;
	outline: none;
}

.wpcf7-form .wpcf7-list-item{
	display: block;
	margin: 0;
}

.wpcf7-form .wpcf7-list-item label:hover{
	cursor: pointer;
}

.wpcf7-form .md_kiyaku{
	border: solid 1px #b7b7b7;
	width: 96%;
	border-radius: 6px;
	height: 200px;
	margin-bottom: 10px;
	padding: 2%;
	overflow-y: scroll;
}

.wpcf7-form .md_kiyaku .is_titpiavacy{
	font-size: 100%;
	font-weight: 600;
	padding-bottom: 20px;
}

.wpcf7-form .md_kiyaku p{
	font-size: 86%;
	font-weight: 500;
}

.wpcf7-form .md_kiyaku dt{
	font-size: 100%;
	padding-top: 10px;
}

.wpcf7-form .md_kiyaku dd p{
	padding-bottom: 10px;
}

.wpcf7-form input[type="submit"]{
	color: #fff;
	font-size: 125%;
	border: none;
	border-radius: 50px;
    background: #fa5046;
	width: 100%;
	margin-top: 40px;
	padding: 2% 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover{
	background: #b60005;
}

.wpcf7-form .wpcf7-not-valid-tip{
	color: #c90000;
}

.wpcf7-form .wpcf7-mail-sent-ok{
	color: green;
	margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: #c90000;
	font-size: 125%;
	text-align: center;
	border: none;
}

@media screen and (max-width:767px){


}
