@charset "utf-8";

#inquiry #wrapper:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(/common/images/inquiry/page_bg.jpg?20190808) no-repeat center center;
	background-size: cover;
}

#contentsHeader {
	position: relative;
	padding: 85px 0 0 0;
	text-align: center;
}
#contentsHeader .balloon {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #fffa3c;
	border-radius: 60px;
	opacity: 0.9;
}
#contentsHeader .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fffa3c;
	opacity: 0.9;
}
#contentsHeader h1{
	margin: 0;
	padding: 25px 100px;
	text-align: center;
}
#contentsHeader h1 em {
	text-align: center;
	font-size: 5em;
	font-family: 'Baloo', cursive;
	color: #896ba9;
}
#contentsHeader h1 small {
	display: block;
	margin-top: 10px;
	font-size: 1.75em;
	color: #896ba9;
}

@media only screen and (max-width:1215px) {
	#contentsHeader {
		padding: 70px 0 0 0;
	}
	#contentsHeader .balloon {
		padding: 5px 5px;
		border-radius: 45px;
	}
	#contentsHeader h1{
		padding: 20px 75px;
	}
	#contentsHeader h1 em {
		font-size: 4em;
	}
	#contentsHeader h1 small {
		margin-top: 7px;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:768px) {
	#contentsHeader {
		padding: 50px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 40px;
	}
	#contentsHeader h1{
		padding: 15px 50px;
	}
	#contentsHeader h1 em {
		font-size: 3.5em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.25em;
	}
}
@media only screen and (max-width:480px) {
	#contentsHeader {
		padding: 35px 0 0 0;
	}
	#contentsHeader .balloon {
		border-radius: 30px;
	}
	#contentsHeader h1{
		padding: 10px 25px;
	}
	#contentsHeader h1 em {
		font-size: 3em;
	}
	#contentsHeader h1 small {
		margin-top: 5px;
		font-size: 1.2em;
	}
}

#inquiryArea {
	width: 75%;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}
#inquiryArea p {
	text-align: left;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
#inquiryArea .kome{
	color:#f00;
}
#inquiryArea table {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.6rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}
#inquiryArea table th {
	width: 30%;
	padding: 15px 20px;
	text-align: left;
	vertical-align: top;
	background-color: #896ba9;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	color: #fff;
	vertical-align: middle;
}
#inquiryArea table tr:last-child th,
#inquiryArea table tr:last-child td{
	border-bottom: none;
}
#inquiryArea table td {
	width: 70%;
	padding: 15px 20px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border-bottom: 1px solid #896ba9;
}
#inquiryArea table td.input_error {
	background: #fde4e4;
}
#inquiryArea table td .input_warn {
	display: block;
	margin-top: 5px;
	font-size:1.25rem;
	color: #c00;
}
#inquiryArea form input[type=text]{
	border: 1px solid #896ba9;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 1.6rem;
}
#inquiryArea form input.w50 {
	width: 50%;
}
#inquiryArea form input.w75 {
	width: 75%;
}
#inquiryArea form textarea {
	height: 200px;
	border: 1px solid #896ba9;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 1.6rem;
}

#inquiryArea form .form-btn {
	overflow: hidden;
	position: relative;
}
#inquiryArea form .form-btn ul {
	float: left;
	margin: 30px auto 50px auto;;
	padding: 0;
	position: relative;
	left: 50%;
}
#inquiryArea form .form-btn ul li {
	float: left;
	margin: 0 20px;
	position: relative;
	left: -50%;
	width: auto;
}
#inquiryArea form .form-btn ul li input {
	width: 250px;
	padding: 10px 10px;
	border: none;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	background-color: #f06ec5;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#inquiryArea form .form-btn ul li input:hover {
	opacity: 0.9;
}
@media only screen and (max-width:1215px) {
	#inquiryArea {
		width: 90%;
		padding: 55px 0;
	}
	#inquiryArea p {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	#inquiryArea table {
		font-size: 1.5rem;
	}
	#inquiryArea table th {
		width: 27.5%;
		padding: 15px 15px;
	}
	#inquiryArea table td {
		width: 72.5%;
		padding: 15px 15px;
	}
	#inquiryArea form input[type=text]{
		padding: 10px 10px;
		font-size: 1.5rem;
	}
	#inquiryArea form textarea{
		height: 175px;
		padding: 10px 10px;
		font-size: 1.5rem;
	}
	#inquiryArea form .form-btn ul li {
		margin: 0 15px;
	}
	#inquiryArea form .form-btn ul li input {
		width: 225px;
		padding: 10px 10px;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:768px) {
	#inquiryArea {
		width: 95%;
		padding: 40px 0;
	}
	#inquiryArea table th {
		width: 22.5%;
		padding: 10px 10px;
		white-space: normal;
		line-height: 1.7;
	}
	#inquiryArea table td {
		width: 77.5%;
		padding: 10px 10px;
		line-height: 1.7;
	}
	#inquiryArea form textarea{
		width: 90%;
		height: 150px;
		padding: 10px 10px;
	}
	#inquiryArea form input.w50 {
		width: 70%;
	}
	#inquiryArea form input.w75 {
		width: 90%;
	}
	#inquiryArea form .form-btn ul li input {
		width: 175px;
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:480px) {
	#inquiryArea table tr,
	#inquiryArea table th,
	#inquiryArea table td {
		display: block;
	}
	#inquiryArea table th {
		width: 95%;
		padding: 10px 2.5%;
		line-height: 1.7;
	}
	#inquiryArea table td {
		width: 95%;
		padding: 10px 2.5%;
		line-height: 1.7;
	}
	#inquiryArea form textarea{
		width: 95%;
		padding: 10px 2.5%;
		height: 100px;
	}
	#inquiryArea form .form-btn ul li:first-child {
		margin: 0 7px 0 0;
	}
	#inquiryArea form .form-btn ul li:last-child {
		margin: 0 0 0 7px;
	}
	#inquiryArea form .form-btn ul li input {
		width: 150px;
		font-size: 1.6rem;
	}

}
