@charset 'utf-8';

@media screen and (max-width: 480px) {
	dl dd {
	 margin-left: 0;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
input#zip {
	 width: 100%;
	}
	ol {
	 padding-left: 1em;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
	 width: 100%;
		font-size: medium;
		height: 2.5em;
	}
	.rBtn img {
	 width: 100%;
	}
}


@media screen and (min-width: 768px) {
/*768以上の場合*/
	dl {
	 display: flex;
	}
	dl.addSec {
	 display: flex;
	 flex-wrap: wrap;
	 width: 645px;
	}
	dt {
	 width: 145px;
	}
	.rBtn img {
	 width: 20em;
	}


}
