@charset "utf-8";

/* inquiry.css：PC
 * ====================================== */

/* 共通
----------------------------------------- */

/* headline */
#inquiry:not(.index) #content h1 {
	border-left: 5px solid #d63224;
	color: #d63224;
	font-size: 2.0rem;
	margin: 0 0 20px 1px;
	padding: 0 0 0 10px;
}

/* paragprah */
#inquiry #content p {
	line-height: 1.5;
}

/* require */
#inquiry #content .require {
	color: #d63224;
	font-size: 0.9em;
}

/* errMessage */
#inquiry #content .errMessage {
    background: #fff0f1;
    color: #d63224;
	font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.5;
    margin: 30px 0 0 0;
    padding: 20px;
}
#inquiry #content .errMessage strong {
	display: block;
	font-size: 1.5rem;
    margin: 0 0 0.4em 0;
}

/* form */
#inquiry #content input[type="text"] {
    border: 1px solid #809db9;
	height: 34px;
	padding: 0 0.5em;
	vertical-align: middle;
	width: 600px;
}
#inquiry #content select {
    border: 1px solid #809db9;
	height: 34px;
	padding: 0 0.5em;
	width: 200px;
}
#inquiry #content input[type="radio"],
#inquiry #content input[type="checkbox"] {
	margin: 0 6px 0 0;
	vertical-align: 0.05em;
}
#inquiry #content input[type="radio"] + label {
	margin: 0 8px 0 0;
}
#inquiry #content input[type="checkbox"] + label {
	vertical-align: 0.05em;
}
#inquiry #content textarea {
    border: 1px solid #809db9;
	line-height: 1.5;
	padding: 0.5em;
	width: 600px;
}
#inquiry #content input[type="text"].sizeM {
	width: 200px;
}
#inquiry #content input[type="text"].sizeS {
	width: 100px;
}
#inquiry #content input[type="text"].sizeSS {
	width: 80px;
}

/* table */
#inquiry #content table {
	margin: 40px 0 0 0;
	width: 100%;
}
#inquiry #content table tr th {
	background: #eeeeee;
	border: 1px solid #C3C3C3;
	line-height: 1.75;
	padding: 12px 20px;
	text-align: left;
	vertical-align: middle;
	width: 240px;
}
#inquiry #content table tr th span:not(.require) {
    display: block;
    font-size: 1.3rem;
    margin: 5px 0 0 0;
}
#inquiry #content table tr td {
	border: 1px solid #C3C3C3;
	line-height: 1.75;
	padding: 14px 0 12px 20px;
	vertical-align: middle;
}
#inquiry #content table tr small {
	font-size: 0.9em;
	font-weight: normal;
}

#inquiry #content table tr td.name input[type="text"] {
	margin-right: 14px;
}
#inquiry #content table tr td ul {
	list-style: none;
}
#inquiry #content table tr td dl {
	margin: 10px 0 0 0;
}

/* formBtn */
#content .formBtn {
	margin: 30px 0 50px 0;
	text-align: center;
}
#content .formBtn input[type="image"] {
	background: #d63224;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	position: relative;
	text-align: center;
	width: 270px;
}
#content .formBtn input[type="image"]:hover {
	opacity: 0.8;
}

/* contact */
#content .contact {
	margin: 90px 0 0 0;
}
#content .contact h2 {
	font-size: 3.5rem;
	text-align: center;
}
#content .contact h2 br {
	display: none;
}
#content .contact .container {
	background: #f5f5f5;
	margin: 30px 0 20px 0;
	padding: 50px 0;
}
#content .contact ul {
	display: table;
	list-style: none;
	margin: 0 auto;
}
#content .contact ul li {
	font-size: 3.2rem;
	text-align: left;
}
#content .contact ul li + li {
	margin: 10px 0 0 0;
}

/* requestCatalog */
#content .requestCatalog {
	margin: 100px 0 0 0;
}
#content .requestCatalog a {
	border: 1px solid #666666;
	display: block;
	font-size: 2.7rem;
	height: 80px;
	line-height: 82px;
	text-align: center;
}
#content .requestCatalog a:hover {
	background: #cacaca;
}

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

#inquiry.index #content h1 {
	color: #d63224;
	font-size: 3.4rem;
	display: table;
	letter-spacing: 0.05em;
	margin: 0 auto 80px;
	padding: 0 1em;
	position: relative;
	text-align: center;
}
#inquiry.index #content h1:after {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	content: '';
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 49px; left: 0;
	text-align: center;
	width: 100%;
}

/* threeColumns */
#inquiry.index #content .threeColumns .item a {
	background: #d63224;
	color: #ffffff;
	display: block;
	font-size: 1.8rem;
	padding: 48px 0 35px 0;
	text-align: center;
}
#inquiry.index #content .threeColumns .item img {
	display: block;
	margin: 0 auto 20px;
	width: 70px;
}
