.form-my-text-p1 {
	color: #333333;
    line-height: 25px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background: #d8ebff;
}
.form-my-text-p2 {
	line-height: 22px;
    color: #006699;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.form-my .form-my-top {
	border: 2px solid #C4CDB4;
	line-height: 24px;
}
.form-my .form-my-li {
	border-bottom: 2px dotted #C4CDB4;
	line-height: 24px;
	color: #4d4d4d;
	padding: 15px 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.form-my .form-my-li:last-child {
	border-bottom: none;
}
.form-my input[type="text"],.form-my-top input[type="email"],.form-my-top textarea,.form-my-top input[type="number"] {
	border: 1px #a0a5aa solid;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 22px;
	padding: 0 5px;
	border-radius: 3px;
}
.form-my select{
	height: 24px;
	border: 1px #a0a5aa solid;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 22px;
	padding: 0 5px;
	border-radius: 3px;
}
.form-my textarea {
	width: 620px;
	padding: 5px;
	outline: none;
}
.form-my .form-my-span-l {
	display: inline-block;
	width: 150px;
}
.form-my input[type="text"],.form-my-top input[type="email"],.form-my-top input[type="number"] {
	width: 250px;
	height: 22px;
	line-height: 22px;
}
.form-my .width-001 {
	width: 200px;
}
.form-my input[name="address"],.form-my-top input[name="bldg"] {
	width: 350px
	!important;
}
.form-my input[name="member"] {
	width: 50px
	!important;
}
.form-my .form-my-span1 {
	width: 100%;
	font-size: small;
    color: #996600;
}
.form-my .form-my-span2 {
	display: block;
}
.form-my .form-my-span2 span {
	display: block;
}

.form-my .form-my-span2 label {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.form-my .form-my-span2 label input[type="radio"] {
	margin-right: 8px;
}
.form-my .form-my-p1 {
	line-height: 25px !important;
	color: #006699;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 20px 5px 10px !important;
    font-size: 13px;
}
.form-my .form-my-input {
	text-align: center;
	position: relative;
}
.form-my .form-my-input .wpcf7-spinner {
	position: absolute;
    left: 0;
    top: 0;
}
.form-my .form-my-input input[type="submit"] {
	padding: 5px 20px;
    background: #0b8d69;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.form-my .form-my-input input[type="submit"]:hover {
	background: #71ccb2;
}



.form-my .form-my-date1 {
	width: 55px !important;
	margin-left: 20px;
	margin-right: 3px;
}
.form-my span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.form-my .number-yy {
	height: 50px;
}
.form-my .number-yy .wpcf7-not-valid-tip {
	position: absolute;
    width: 250px;
    margin-left: 20px;
}

.form-my .form-my-top-title {
	width: 100%;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    line-height: 24px;
    color: #4d4d4d;
    padding: 15px 10px 10px;
    box-sizing: border-box;
}



.col-red {
	color: #ff0000;
}

@media only screen and (max-width: 980px) {
	.form-my .form-my-li {
		display: block;
	}
	.form-my .form-my-li span.wpcf7-form-control-wrap {
		display: inline-block;
	}
	.form-my .form-my-span-l {
		width: 100%;
	}
	.form-my input[type="text"],.form-my-top input[type="email"] {
		width: 100%;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
		margin: 5px 0px;
		font-size: 16px;
	}
	.form-my input[name="address"],.form-my input[name="bldg"] {
		width: 100% !important;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
		margin: 5px 0px;
		font-size: 16px;
	}
	.form-my-top input[type="number"] {
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
		margin: 5px 0px;
		font-size: 16px;
	}
	.form-my .width-001 {
		width: 100%;
	}
	.form-my .wpcf7-radio .wpcf7-list-item {
		margin: 5px 1em 5px 0;
		font-size: 16px;
	}
	.form-my select {
		height: 28px;
		line-height: 28px;
		margin: 5px 0px;
		font-size: 16px;
	}
	.form-my textarea {
		width: 100%;
		height: auto;
		line-height: 28px;
		box-sizing: border-box;
		margin: 5px 0px;
		font-size: 16px;
	}
	.form-my .form-my-span2 label {
		display: -webkit-flex;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 5px 0;
	}
	.form-my .form-my-span2 input[type="radio"] {
		display: inline-block;
		margin-top: 6px;
		margin-right: 0;
	}
	.form-my .form-my-span2 span {
		display: block;
		width: calc(100% - 25px);
	}
	.form-my .form-my-span2 span.wpcf7-list-item {
		margin: 0;
	}
	.form-my .form-my-span1 {
		width: 100%;
	    padding-left: 0px;
	}

	.form-my .number-yy .wpcf7-not-valid-tip {
	    margin-left: 10px;
	}

	.form-my input[type="number"].form-my-date1{
		width: 100%;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
		margin: 5px 0px;
		font-size: 16px;
		margin-left: 4px;
		margin-right: 2px;
	}
}