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

/*************************************************************************************/
/*                                        共　　通                                   */
/*************************************************************************************/
.section-title h1 img {
    max-width: 100%;
    height: 30px;
}
/*************************************************************************************/
/*                                     ヘッダーエリア                                */
/*************************************************************************************/
header div.menuClosed {
	background-image: url(/img/header-inquiry-mobile.png);
}

/*************************************************************************************/
/*                                    メインエリア                                     */
/*************************************************************************************/
/** セクション１ **/
form {
	margin: 30px;
}
form > div#entry-area {
	padding: 20px;
	border: 1px solid #000000;
	background-color: #EBE8EB;
}
label {
	font-size: 1.3rem !important;
}
input[type="text"], input[type="tel"], input[type="email"] {
	display: inline-block;
	width: 80%;
	border: 1px solid #000000;
}
input#txtName {
	ime-mode: active;
}
input#txtTel {
	ime-mode: disabled;
}
input#txtMail {
	ime-mode: disabled;
}
input#txtareaContents {
	ime-mode: active;
}
select#selInquiryCategory {
	width: 50%;
	border: 1px solid #000000;
}
textarea#txtareaContents {
	height: 150px;
	border: 1px solid #000000;
}
form span.must-mark {
	color: #CC0066;
	font-size: 1.0rem;
}
div#entry-contents-area label {
	position: relative;
}
div#entry-contents-area label span.must-mark {
	position: absolute;
	top: -10px;
	right: 18px;
}
div#entry-contents-area > div.must-mark {
	text-align: right;
}
#btn-area {
	margin-top: 40px;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
button {
	width: 300px;
	height: 40px;
	font-size: 1.5rem;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 10px;
}
p#warning {
	margin: 30px auto;
	font-size: 0.9rem;
	text-align: center;
}
span.error {
	margin-left: 10px;
	color: #ff0000;
	font-size: 1.0rem;
}
div.error {
	margin-bottom: 0;
}
div.error p {
	margin-bottom: 0;
	color: #ff0000;
	text-align: left;
	font-size: 1.0rem;
}
/*************************************************************************************/
/*                                    タブレット用                                   */
/*************************************************************************************/
@media (min-width: 768px){
	/** 共通 **/
	main {
		font-size: 11px;
	}
	/** ヘッダーエリア **/
	header #imgHeader {
		background-image: url(/img/header-inquiry-pc.png);
		height: 30vw;
		max-height: 300px;
	}
	header li#menu-item2 > a {
		color: #666699 !important;
	}
	/** セクション１ **/
	#main-sec1 {
		max-width: 650px;
	}
}

/*************************************************************************************/
/*                                   デスクトップ用                                  */
/*************************************************************************************/
@media (min-width: 992px){
	/** セクション１ **/
	#main-sec1 {
		max-width: 900px;
	}
	#main-sec1 #entry-area {
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-sec1 #entry-area > div:first-child {
		margin-top: 30px;
	}
	#main-sec1 #btn-area {
		flex-direction: row;
	}
	#main-sec1 p#warning {
		text-align: left;
	}
	#main-sec1 button#btn-reset:hover {
		cursor: pointer;
		background-color: rgba(180, 180, 180, 0.1);
	}
	#main-sec1 button#btn-send:hover {
		cursor: pointer;
		background-color: #ff00ff;
		color: #ffffff;
	}
	/** フッターエリア **/
	footer #company-address {
		font-size: 1.0rem;
	}
	footer #company-tel {
		font-size: 1.0rem;
	}
	footer div.footer-menu {
		display: block !important;
		overflow: hidden;
		height: 14vw;
		border: none !important;
	}
	footer div.footer-menu > div {
		margin-right: 80px;
	}
	footer div.footer-menu > div, nav {
		float: left;
	}
	footer div.footer-menu p {
		text-align: left;
		padding: 0 !important;
	}
	footer div.footer-menu nav > ul {
		float: left;
		border-left: 1px solid #ffffff;
		margin-left: 50px;
		padding-left: 10px;
	}
	footer div.footer-menu nav li {
		height: auto !important;
		border: none;
		display: block !important;
		text-align: left;
		cursor: pointer;
	}
	footer div.footer-menu nav li a {
		font-size: 1.0rem;
	}
}
@media (min-width: 1200px){
	/** セクション１ **/
	#main-sec1 {
		max-width: 1000px;
	}
}
@media (min-width: 1600px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 350px;
	}
	header #nav-menu ul li {
		padding: 10px 0;
	}
}
@media (min-width: 2048px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 400px;
	}
}
@media (min-width: 2560px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 500px;
	}
}
