#page_form{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}


#page_form h2{
	font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
	margin-bottom: 1em
}

p.notes{
	color: red;
	font-weight: bold
}
dl.cancel{
	margin: 1em 0;
}

dl.cancel dd{
	font-size: 1.8rem;
	font-weight: bold
}

.must{
	color: red
}

.required{
	color: red;
	font-size: .8em;
	padding: 0 0 0 5px;
	font-weight: normal
}
.wpcf7-list-item{
	margin-bottom: 1em
}

.form_row dl dt{
	font-weight: bold;
	margin: 1em 0 0;
}

input,
textarea {
	font-size: 1.1em;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 4px;
	background: #fff;
	margin: .2em 0em;
}

@media screen and (max-width: 667px) {
	p.notes br{
		display: none
	}
}	

@media print, screen and (min-width: 768px) {}	

@media print, screen and (min-width: 1024px) {}	


textarea {
	overflow: auto;
}

input::-webkit-input-placeholder{color: #ccc;}
input::-ms-input-placeholder{color: #ccc;}
input::-moz-placeholder{color: #ccc;}
textarea::-webkit-input-placeholder{color: #ccc;}
textarea::-ms-input-placeholder{color: #ccc;}
textarea::-moz-placeholder {color: #ccc;}


input[type=radio]{display: inline-block}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	background-color: #FEFFE8;
	-webkit-box-shadow: 0 0 3px rgba(207,207,207,1.00);
	box-shadow: 0 0 3px rgba(207,207,207,1.00);
	color: #444;
}


#contact_form button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	border: none;
	padding: .7em 3em;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing:.1em;
	line-height: normal;
	cursor: pointer;
	background-color: #510000;
	-webkit-appearance: none;
	min-width: 320px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}



input[type="submit"]:hover{
	background-color: #370000;
}

.privacycheck a{
	text-decoration: underline
}

@media only screen and (max-width: 670px) {
	/* チェックボックスとラジオボタン以外のinput、およびtextareaに適用 */
	input:not([type="checkbox"]):not([type="radio"]),
	textarea {
	    padding: .3em .5em;
	    width: 100%;
	    box-sizing: border-box; /* 枠線を含めて100%にするために推奨 */
	}

	input.rwdi,textarea.rwdi{width:100% !important;padding: .5em;}
	input.rwdi2,textarea.rwdi2{width:48% !important;padding: .5em;}
}
@media screen and (min-width: 671px) {
	input,textarea{padding: .5em .8em;}
	input.rwdi,textarea.rwdi{width:100% !important;padding: .5em .8em;}
	input.rwdi2,textarea.rwdi2{width:48% !important;padding: .5em .8em;}
}





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

@media print, screen and (min-width: 768px) {
	.mright{margin-right: 1em}
}	

@media print, screen and (min-width: 1024px) {}	

.half{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between
}

.sv_select{
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	border: 2px solid #ccc;
	border-radius: 50px;
	background: #ffffff;
	color: #510000
}



.sv_select::before {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #b6ad94;
  pointer-events: none;
}



.sv_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .6em 42px .6em 1em;
  color: #510000
}


.sv_select select::-ms-expand {display: none;}


.zip_ex{font-size: 11px}


/* ------------------------------
 thanks page
------------------------------ */


#contact_thanks{}
#thanks_title{
	padding: 10% 5%;
	margin-bottom: 1.5em;
	background: #f5f5f5
}

#thanks_title h2{
	margin-bottom: 1em
}

#contact_thanks h3{
	margin-bottom: .6em;
}

#contact_thanks p.tel_unm{
	padding-top: 1em;
}

