@charset "UTF-8";
.contentsWrap1In p{
	font-size: 15px;
}
.form_wrap #mailform {
	padding: 10px 0px;
}
.form_wrap dl dt {
	float: left;
	width: 200px;
	clear: both;
	padding:23px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
.form_wrap dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 24px 0 24px 210px;
	line-height: 1.5em;
	text-align: left;
}
.form_wrap dl dd ul li,
.form_wrap dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.form_wrap #mailform label {
	border-radius: 3px;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
}

.mt{
	margin-top: 10px;
}
input[type="checkbox"],
input[type="radio"]{
vertical-align: unset;
}
input, button, select, textarea{
	font-size: 15px;
}

.btn_submit{
	margin: auto;
	text-align: center;
}
.wpcf7-submit {
	border-radius: 5px;
	padding: 8px 30px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.wpcf7-submit:hover {
	background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
	box-shadow: 0px 2px 15px #CCC;
}
.caution_wrap .caution_item{
		background-color: #f2f2f2;
    padding: 20px 30px;
		font-size: 14px;
		margin-bottom: 2rem;
}
.caution_wrap .caution_item dt{
			font-weight: 800;
	    color: #d9000f;
			margin-bottom: 10px;
}

/*-----------ファイルアップロード--------------*/
.codedropz-upload-handler{
	border: none;
	padding: 20px;
  background-color: #f2f2f2;
  width: 50%;
}
.codedropz-upload-inner h3{
	  font-size: 14px!important;
    line-height: 20px!important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
    border-radius: 5px;
    background: #fff;
		padding: 5px 10px;
}
.cd-upload-btn:hover{
	opacity: 0.8;
}
.codedropz-btn-wrap {
	  margin-top: 10px;
    padding: 0 0 10px;
}

@media screen and (max-width: 800px) {
	.form_wrap dl dt {
		float: none;
		width: auto;
		padding: 5px;
		text-align: left;
	}
	.form_wrap dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		line-height: 1.5em;
	}
}


