@charset "UTF-8";

/* ====================================================
お問い合わせ
==================================================== */

.inqform select,
.inqform input,
.inqform textarea {
	width: auto;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
	margin: 0 !important;
	box-sizing: border-box;
}

.inqform input[type=text],
.inqform textarea {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	padding: 3px;
}

.inqform label {
	cursor: pointer;
}

.inqform .name {
	overflow: hidden;
}

.inqform .name label {
	float: left;
	width: 50%;
	letter-spacing: -.4em;
}

.inqform .name label span {
	letter-spacing: normal;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	box-sizing:border-box;
	padding-right: 10px;
	text-align: right;
}

.inqform .name input {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.inqform .sex {
	overflow: hidden;
}

.inqform .sex label:first-child {
	margin-right: 20px;
	float: left;
}

.inqform .sex label span {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 5px;
}


.inqform table,
.inqform th,
.inqform td {
	box-sizing: border-box;
}

.inqform th {
	width: 33%;
}

.inqform th .red {
	display:inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}

.inqform td p {
	margin-top: 10px;
}

.inqform td p select {
	margin-left: 10px;
}

.inqform textarea {
	height: 150px;
}

.inqform .submit {
	text-align: center;
	margin: 20px 0 40px;
	position: relative;
	min-height: 30px;
}

.inqform .submit input,
.inqform .submit button {
	-webkit-appearance : none;
	border: none;
	transition: all .5s ease;
}

.inqform .submit .back {
	position: absolute;
	top: 0;
	left: 0;
}

.inqform > p {
	margin-bottom: 20px;
}

.inqform .check_form {
  border: 2px solid #ec678f;
  border-radius: 5px;
  padding: 1em 2em;
  background-color: #fff;
  font-weight: bold;
  color: #ec678f;
		margin:1.5em auto;
}



/* ---------------------------
table
--------------------------- */

table.inquiry-table {
	background:#FFF;
	border-left:1px solid #B0AAAD;
	border-top:1px solid #B0AAAD;
	margin-bottom:10px;
	width:100%;
}

table.inquiry-table caption {
	text-align:left;
	position:relative;
	font-size:15px;
	font-size:1.5rem;
}

table.inquiry-table caption .cap-right {
	position:absolute;
	right:0;
}

table.inquiry-table th {
	border-bottom:1px solid #B0AAAD;
	border-right:1px solid #B0AAAD;
	font-weight:bold;
	padding:10px 12px;
	text-align:center;
	vertical-align:middle;
}

table.inquiry-table .th_color01 th {
	background:#DDECDA;
}
table.inquiry-table .th_color02 th {
	background:#FFF7CB;
}

table.inquiry-table tbody th {
	background:#F8F7F3;
	font-weight:normal;
	padding:10px 12px;
	text-align:left;
	vertical-align:middle;
}

table.inquiry-table td {
	border-bottom:1px solid #B0AAAD;
	border-right:1px solid #B0AAAD;
	padding:10px 12px;
	vertical-align:middle;
}



@media only screen and (max-width: 640px) {

.inqform select,
.inqform input[type=text],
.inqform textarea {
	font-size: 16px;
}

.inqform input[type=text] {
	height: auto !important;
}

.inqform th,
.inqform td {
	display: block;
	width: auto;
}

.inqform .name label {
	float: none;
	width: auto;
	display: block;
	margin-bottom: 10px;
}

.inqform .name label:last-child {
	margin-bottom: 0;
}

.inqform .name label span {
	width: 15%;
}

.inqform .name input {
	width: 85%;
}

.inqform select {
	width: 100%;
	box-sizing: border-box;
}

.inqform .birth select,
.inqform p select {
	width: auto;
}

.inqform .shikaku > select {
	font-size: 13px;
}

.inqform .submit input {
	padding: 10px;
}

.inqform .submit input {
	width: 100%;
}

.inqform .submit .back {
	position: relative;
	width: 100%;
	top: 15px;
}

.inqform .check_form {
  padding: 10px;
}



}

