@charset "UTF-8";

/* contact
---------------------------------------------------------------------------*/
.title-line {
	margin: 0 0 45px -180px;
}

#order-sampleContents .title-line {
	margin: 0 0 40px;
}

/* .title-line - media query
-----------------------------------*/
@media (max-width: 1240px) {
	.title-line { margin-left: -115px; }
}

/* .contact-wrap
------------------------------------*/
.contact-wrap {
	width: 780px;
	margin: 80px auto 0;
}

.contact-wrap-l {
	width: 100%;
	max-width: 1000px;
	margin: 120px auto 0;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
	margin-bottom: 90px;
}

#order-sampleContents .sec-lead {
	margin-bottom: 110px;
}

.sec-lead h2 {
	margin-bottom: 35px;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.08em;
  font-family: "Adobe Garamond Pro" , "Garamond Premier Pro" , "Garamond", 'EB Garamond', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}

.sec-lead p {
	margin-bottom: 13px;
	font-size: 16px;
	text-align: justify;
	letter-spacing: 0.15em;
	line-height: 2;
}

.sec-lead p:last-of-type {
	margin-bottom: 0;
}

.sec-lead p a {
	text-decoration: underline;
}

/* .sec-fabric
------------------------------------*/
.sec-fabric {
	margin-top: 110px;
}

.sec-fabric .pattern-list li {
	margin-top: 50px;
}

.sec-fabric .pattern-list li:nth-of-type(4n+1):before {
	display: none;
}

.sec-fabric .pattern-list h5 {
	font-size: 24px;
}

.sec-fabric .pattern-list h6 {
	font-size: 12px;
}

/* .form-table
------------------------------------*/
.form-table {
	width: 780px;
	text-align: left;
	line-height: 1.8;
}

.form-table th {
	width: 220px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#contactContents .form-table tr:first-of-type th {
	padding-top: 0;
}

.form-table td {
	position: relative;
	width: 560px;
	padding-bottom: 22px;
	letter-spacing: 0.05em;
}

.form-table tr:last-of-type td {
	padding-bottom: 20px;
}

.form-table td input,
.form-table td textarea {
	font-family: "Adobe Garamond Pro" , "Garamond Premier Pro" , "Garamond", 'EB Garamond', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	width: 100%;
	padding: 9px 12px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.form-table td textarea {
	height: 330px;
}

.form-table td label {
	display: inline-block;
	margin: 0 20px 5px 0;
	transition: .1s linear;
	cursor: pointer;
}

.form-table td label:hover {
	opacity: 0.5;
}

.form-table td label input {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.form-table td label span {
	display: inline-block;
	letter-spacing: 0.04em;
}

.form-table td #item-inner,
.form-table td select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	z-index: 3;
}

.form-table .customSelect {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	height: 38px !important;
	font-size: 14px;
	letter-spacing: 0.08em !important;
}

.form-table .customSelect .customSelectInner {
	display: block;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 0 3px 3px 0;
	width: 100% !important;
	height: 38px;
	padding: 9px 15px;
	z-index: 0;
}

.form-table .customSelect .customSelectInner:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #6F6F6F), color-stop(0.25, #626262));
	background: linear-gradient(to bottom, #6F6F6F 0%, #626262 25%);
	border: 1px solid #636363;
	border-radius: 0 3px 3px 0;
	width: 27px;
	height: 38px;
	z-index: 1;
}

.form-table .customSelect .customSelectInner:after {
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	right: 9px;
	background: url(../img/share/ico-arrow-down-s.svg) no-repeat;
	background-size: 9px 6px;
	width: 9px;
	height: 6px;
	z-index: 2;
}

@media all and (-ms-high-contrast:none){
	.form-table .customSelect .customSelectInner { padding-top: 7px; }
}

/* Google Chrome, Safari, Android, iOS */
::-webkit-input-placeholder {
	line-height: 1.8;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #888888;
}

.form-table td .btn-submit {
	display: block;
	margin-top: 30px;
	padding: 0;
}

.form-table td .btn-submit input {
	display: inline-block !important;
	background: #2A3C51;
	border: none;
	width: 100%;
	margin: 0;
	padding: 16px 28px 12px 32px;
	color: #FFFFFF;
	font-size: 19px;
	letter-spacing: 0.18em;
	transition: .2s linear;
}

.form-table td .btn-submit input:hover {
	opacity: 0.5;
}

@media all and (-ms-high-contrast:none){
	.form-table th { padding-top: 6px; }
	.form-table td .btn-submit input { padding: 13px 26px 15px 32px; }
}

/* error
------------------------------------*/
.wpcf7-not-valid-tip {
	display: inline-block;
	margin: 8px 0 0 2px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.form-table tr:last-of-type td .wpcf7-not-valid-tip {
	margin-top: 2px;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	display: block;
	margin: 0 0 30px 220px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

/* recaptcha
------------------------------------*/
.inv-recaptcha-holder {
	margin: -10px 0 0 220px;
}