@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
  #top
----------------------------------------------------*/

/* ----- お問い合わせ ----- */

.contact_ttl_area{
	padding-top: 150px;
}
@media (max-width: 768px) {
	.contact_ttl_area{
	padding-top: 50px;
	}
}

#contactForm,
.confirm_box {
	margin: 0 100px;
}
@media (max-width: 768px) {
	#contactForm,
	.confirm_box {
		margin: 0 20px;
	}
}
p.copy_ttl {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 27px;
}
table {
	font-size: 1.6rem;
}
table th {
	width: 20%;
	vertical-align: middle;
}
@media (max-width: 768px) {
	table th {
		width: auto;
		display: block;
		border-bottom: none;
		padding-bottom: 0;
	}
}
table td {
	vertical-align: middle;
}
@media (max-width: 768px) {
	table td {
		width: auto;
		display: block;
		padding-left: 0;
	}
}
.attention {
	font-size: 1.2rem;
}
td.caution {
	width: 20px;
	background: #ff5a5a;
	padding: 3px 5px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 768px) {
	td.caution {
		box-sizing: border-box;
		width: 100%;
		background: #ff5a5a;
	}
}
input[type="text"] {
	width: 95%;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}
input.fieldSS {
	width: 25%;
}
input.fieldS {
	width: 25%;
}
input.fieldL {
	width: 50%;
}
textarea {
	width: 98%;
	height: 120px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}
select {
	font-size: 1.3rem;
	padding: 5px;
}
@media (max-width: 768px) {
	select {
		font-size: 1.8rem;
	}
}
span.error {
	font-size: 1.2rem;
	display: block;
	color: #ff0000;
	margin-bottom: 5px;
}
p.submitTxt {
	text-align: center;
	margin: 50px 0;
	font-size: 1.4em;
}
p.submitTxt a {
	text-decoration: underline;
	color: #188dc8;
}

/* ----- リセットボタン ----- */
.contact_btn {
	text-align: center;
	margin-bottom: 100px;
}
input#reset,
span.hv,
span#back{
	width: 280px;
	text-align: center;
	background: #fff;
	border: 1px solid #7d7d7d;
	line-height: 50px;
	font-size: 1.6rem;
	color: #7d7d7d;
	margin-right: 50px;
	cursor: pointer;
}
span.hv {
	padding: 15px 60px;
}
@media (max-width: 768px) {
	input#reset,
	span.hv {
		-webkit-appearance: none;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	span.hv {
		padding: 0;
	}
}
input#confirm,
input#submit {
	width: 280px;
	text-align: center;
	background: #1a2e45;
	border: 1px solid #1a2e45;
	line-height: 50px;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
}
@media (max-width: 768px) {
	input#confirm,
	input#submit {
		-webkit-appearance: none;
		display: block;
		margin: 20px auto 0;
	}
}
.thanks {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom:100px;
	font-size: 1.5em;
}
@media (max-width: 768px) {
	.thanks {
		margin: 0 20px 50px;
	}
}


/* ----- table ----- */
table {
	box-sizing:border-box;
	width: 760px;
	font-size: 1.5rem;
	border-collapse: collapse;
	margin: 0 auto;
}
@media (max-width: 768px) {
	table {
		width: auto;
    font-size: 1.4rem;
	}
}
table th {
	box-sizing:border-box;
	width: 25%;
	padding: 20px 20px;
	border: none;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  table th {
  	width: auto;
    padding: 20px 5px;
  }
}


table td {
	padding: 20px 0 20px 40px;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
@media (max-width: 768px) {
  table td {
    padding: 20px 0 20px 10px;
    border-bottom:0px;
  }
}