@charset "utf-8";
/*====================
お問合わせフォーム
 ====================*/
.formhead-need {
    background-color: #ed6e2f;
    color: #fff;
    font-size: 0.7em;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    top: 0;
    /* left: 0; */
}
.contactArea p.txt {
	text-align: center;
	padding-bottom: 30px;
}
p.coutiontxt {
	line-height: 1.5em;
	padding-bottom: 50px;
}

.contactFormArea {
	xwidth: 810px;
	padding: 10px 25px;
	margin: 0 auto;
	border-color: #c8c9ca;
	border-style: solid;
	border-width: 1px;
}
.contactForm {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	padding: 10px;
}
.contactForm th {
	border-width: 1px 0 1px 0;
	border-style: solid;
	position: relative;
	font-weight: normal;
	padding: 20px 0px 20px 10px;
	border-color: #777;
	background-color: #eee;background-clip: padding-box;
}
.contactForm td {
	font-size: 80%;
	border-width: 1px 0 1px 0;
	border-color: #777;
	border-style: solid;
	text-align: left;
	padding: 20px 0px 20px 10px;
}
.contactForm td p.caution {
	padding: 10px 0px 2px 0px;
}
.mail-form-header {
	swidth: 800px;
	background-color: #eeeeef;
	padding: 10px 0;
	margin: 15px auto;
	text-align: center;
	font-size: 90%;
}
.mail-form-footer {
	xwidth: 800px;
	padding: 20px 0;
	margin: 15px auto;
	text-align: center;
}
.formhead-greed {
	width: 160px;
	xwidth: 100%;
	display: inline-block;
	xfont-weight: bold;
	color: #fff;
	background-color: #777;
	padding: 5px 15px;
	margin: auto 0;
	text-align: center;
}
.formhead-need {
}
.contactForm td.birth {
  display: flex;
  border-width: inherit;
}
.contactForm td.birth p {
  padding-right: 10px;
}
.contactForm td.birth input{
  width: 100px;
}
.contactForm td.birth p:nth-child(1) input {
  width: 100px;
}
.contactForm td.birth p:nth-child(2) input,
.contactForm td.birth p:nth-child(3) input{
  width: 60px;
}
.contactForm td.radio input:nth-child(n + 2){
xmargin-left:1rem;
}
table.contactForm {
  margin-bottom: 2rem;
}
.consent dl{
    overflow-y: scroll;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
.policybutton {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 1rem;
    text-align: center;
    background-color: #ccc;
    font-weight: bold;
    margin-right: 0;
}

table#contactForm-privacypolicy th,
table#contactForm-agreement th{
  position: relative;
}
td.address_auto input {
  margin-bottom: 1rem;
}
td.address_auto input:last-child{
  margin-bottom: 0;
}
