@charset "UTF-8";
/* CSS Document */
.contactV_pc {
	margin: 0;
}
.contactV_sm {
	margin: 0;
	display: none;
}
.main {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
}
.left {
	width: 65%;
	margin: 10px;
} 
.right {
	width: 30%;
	margin: 10px;
}
.section {
	margin-bottom: 30px;
}
.left p {
	line-height: 1.8em;
}
.yellow_box {
	background: #FFF9A3;
}
.dashed {
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}
.solid {
	content: "";
	margin: 10px 0;
	border-bottom: 1px solid #666;
}
/** form ***********************************/
form {
	width: 100%;
	margin-left: 1em;
}
.subject {
	display: inline-block;
	width: 20%;
	margin-bottom: 20px;
}
.content {
	width: 50%;
	margin-bottom: 10px;
}
.birthday,
.wish {
	margin-bottom: 20px;
}
.birthday label:first-child {
	display: inline-block;
	width: 20%;
}

.wish label:first-child {
	display: inline-block;
	width: 20%;
}
.birthday label,
.date label {
	/*vertical-align: bottom;*/
}
/*#month {
	width: 2em;
	text-align: right;
}
#date {
	width: 2em;
	text-align: right;
}*/
.hour_style {
	display: block;
	margin: 5px 0 10px;
	font-size: 14px;
}
.postal-code {
	width: 30%;
}
.example {
	font-size: 12px;
	color: #999999;
}
label.address {
	display: block;
	margin-bottom: 5px;
}
textarea.address {
	resize: auto;
	width: 80%;
	height: 5em;
	max-width: 500px;
	max-height: 7em;
	min-width: 80%;
	min-height: 5em;
	margin-bottom: 20px;
}
.qestion {
	margin-bottom: 20px;
}
.qestion label {
	display: block;
	margin-bottom: 5px;
}
.qestion textarea {
	resize: auto;
	width: 80%;
	height: 10em;
	max-width: 500px;
	max-height: 500px;
	min-width: 80%;
	min-height: 10em;
}
.qestion .submit input.wpcf7-form-control.wpcf7-previous {
	margin-right: 20px;
}
.br {
	display: none;
}
/** ここまで form ***************************/

/** タブレット表示 **********************/
@media screen and (max-width: 768px) {
/** form ***********************************/
.subject {
	width: 100%;
	margin-bottom: 5px;
}
.content {
	width: 90%;
}
.birthday label:first-child {
	width: 100%;
	margin-bottom: 5px;
}
.wish label:first-child {
	width: 100%;
	margin-bottom: 5px;
}
.reason {
	margin-bottom: 30px;
}	
#month {
	width: 3em;
}
#date {
	width: 3em;
}
textarea.address {
	max-width: 450px;
	max-height: 300px;
}
.qestion textarea {
	max-width: 450px;
	max-height: 300px;
}
.al_tb {
	text-align: left;
}
.br {
	display: inline;
}
.postal-code {
	width: 30%;
	margin-bottom: 10px;
}
/** ここまで form ***************************/
}/*768px*/
/** ここまで タブレット表示 **********************/

/** スマホ表示 **************************/
@media screen and (max-width: 480px) {
.contactV_pc {
	display: none;
}
.contactV_sm {
	display: block;
}
.main {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 0;
	font-size: 14px;
}
.left {
	width: 100%;
	margin: 0;
} 
.right {
	width: 100%;
	margin: 0;
}
.section:last-child {
	margin-bottom: 0;
}

/*スマホform*/
.content {
	width: 80%;
	margin-bottom: 30px;
}
.qestion textarea {
	max-width: 350px;
	max-height: 500px;
}

}/*480px*/

.add01 {
  margin-bottom: 15px;
}
.red {
  color: #F00;
}
em {
  color: #F00;
}
.inline {
  display: inline-block;
  width: auto;
  margin: 0px;
}
.conf01 table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.conf01 table th {
  width: 8em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}
.conf01 table td {
  text-align: left;
  padding-bottom: 10px;
}
