@charset "UTF-8";

/* oem
---------------------------------------------------------------------------*/
body#oem {
	background-color: #F5F5F5;
}

header {
	margin-bottom: 0;
}

footer {
	padding-top: 280px;
}

.pickup-wrap {
	display: none !important;
}

#mainContents {
	max-width: 100%;
}

#oemContents {
	opacity: 0;
}

section p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}

section p:last-of-type {
	margin-bottom: 0 !important;
}

.oem-wrap {
	position: relative;
	padding: 0 125px 0 315px;
}

.oem-wrap > nav {
	position: absolute;
	top: 120px;
	left: 25px;
	z-index: 10;
}

.oem-wrap > nav li:not(:last-of-type) {
	margin-bottom: 18px;
}

.oem-wrap > nav li a {
	display: inline-block;
	padding: 5px 10px 10px 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.oem-wrap > h2 {
	position: absolute;
	top: 400px;
	right: 35px;
	z-index: 10;
}

.oem-wrap > nav.fixed,
.oem-wrap > h2.fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.oem-wrap > nav.btm,
.oem-wrap > h2.btm {
	position: absolute;
	top: inherit;
	bottom: 0;
}

.sec-title-en {
	margin-bottom: 26px;
	color: var(--color-black);
	font-family: var(--font-sans);
	font-size: 13px;
	letter-spacing: 0.1em;
}

@media (max-width: 1340px) {
	.oem-wrap {
		padding-left: 280px;
	}
}


/* .img-main
---------------------------------------------------------------------------*/
.img-main {
	position: relative;
	width: 100%;
}

.img-main h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-25%);
	z-index: 1;
}

.img-main > img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	z-index: 0;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	position: relative;
	margin: 0 auto 160px;
	padding: 30px 28px 0;
}

.sec-lead h1 {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 30px;
	right: 35px;
}

.sec-lead h1 em {
	display: block;
	margin: 6px 28px 0 0;
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.sec-lead h2 {
	margin-bottom: 16px;
}

.sec-lead p {
	line-height: 2.3;
}


/* .sec-experience
---------------------------------------------------------------------------*/
.sec-experience {
	margin-bottom: 110px;
	margin-top: -120px;
	padding-top: 120px;
}

.sec-experience h3 {
	margin: 0 0 38px -2px;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.sec-experience p {
	line-height: 2.25;
	letter-spacing: 0.08em;
}


/* .sec-feature
---------------------------------------------------------------------------*/
.sec-feature {
	margin: 0 auto 140px;
}

.sec-feature .sec-title-en {
	margin-bottom: 45px;
}

.sec-feature > figure {
	margin-bottom: 120px;
}

.sec-feature > figure.btm {
	margin-top: 120px;
	margin-bottom: 0;
}

.sec-feature > figure img {
	width: 100%;
	max-width: 1000px;
}

.sec-feature dl > div {
	display: -webkit-box;
	display: flex;
	padding: 20px 0 0;
	margin-bottom: 20px;
	font-weight: 500;
}

.sec-feature dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-feature dt {
	position: relative;
	box-sizing: border-box;
	width: 340px;
	min-width: 340px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.sec-feature dt:before {
	display: block;
	content: '';
	position: absolute;
	top: -18px;
	left: 0;
	background-color: #6A6A6A;
	width: 5px;
	height: 1px;
}

.sec-feature dd,
.sec-feature dd p {
	line-height: 2.1;
	letter-spacing: 0.06em;
	text-align: justify;
}

@media (max-width: 1360px) {
	.sec-feature dd p br {
		display: none;
	}
}


/* .sec-type
---------------------------------------------------------------------------*/
.sec-type {
	margin: -90px auto 80px;
	padding-top: 90px;
}

.sec-type .img {
	position: relative;
	margin-bottom: 220px;
}

.sec-type .img .sec-title-en {
	margin-bottom: 24px;
}

.sec-type .img1 {
	width: 597px;
}

.sec-type .img2 {
	position: absolute;
	bottom: -130px;
	left: 675px;
	width: 300px;
}

.sec-type .img p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.65;
}

.img-slide-oem {
	position: relative;
}

.img-slide-oem .inner:not(:first-of-type) {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

.img-slide-oem .slick-dots {
	position: absolute;
	top: -5px;
	left: -30px;
}

.img-slide-oem2 .slick-dots {
	left: inherit;
	right: -30px;
}

.img-slide-oem .slick-dots li {
	position: relative;
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}

.img-slide-oem .slick-dots li:first-of-type:last-of-type {
	opacity: 0 !important;
}

.img-slide-oem .slick-dots button {
	-webkit-appearance: none;
	background: none;
	border: none;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.img-slide-oem .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #D9D9D9;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.img-slide-oem .slick-dots button:hover:after,
.img-slide-oem .slick-dots .slick-active button:after {
	background: #BE403A;
}

#sec-type {
	max-width: 1005px;
	margin-top: -90px;
	padding-top: 90px;
}

.sec-type .sec-inner {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #DFDFDF;
	padding: 15px 5px 50px 0;
}

.sec-type .sec-inner .title {
	width: 185px;
	min-width: 185px;
	white-space: nowrap;
}

.sec-type .sec-inner h2 {
	margin-bottom: 20px;
	padding: 5px 0 0;
}

.sec-type .sec-inner h2 strong {
	display: block;
	margin-bottom: 13px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.12em;
}

.sec-type .sec-inner h2 em {
	display: block;
	margin-left: 2px;
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.1em;
}

.sec-type .sec-inner .title b {
	display: inline-block;
	border: 1px solid #C1C1C1;
	border-radius: 20px;
	margin-left: -2px;
	padding: 4px 7px 4px 9px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.sec-type .sec-inner h3 {
	width: 310px;
	min-width: 310px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.sec-type .sec-inner p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: justify;
}

@media (max-width: 1340px) {
	.sec-type .img {
    transform: scale(0.95);
    transform-origin: left top;
	}
	.sec-type .img2 {
		left: 650px;
	}
	.sec-type .sec-inner .title {
		width: 160px;
    min-width: 160px;
	}
	.sec-type .sec-inner h3 {
		width: 280px;
    min-width: 280px;
	}
}


/* .sec-project
---------------------------------------------------------------------------*/
.sec-project {
	max-width: 1000px;
	margin: -90px 0 140px;
	padding-top: 90px;
}

.oem-project-head {
	display: flex;
	border-bottom: 1px solid #CFCFCF;
	font-family: var(--font-sans);
	margin-bottom: 47px;
	padding-bottom: 15px;
}

.oem-project-head h2,
.oem-project-head li {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.oem-project-head h2 {
	margin-right: 30px;
	color: #888888;
}

.oem-project-head ul {
	display: flex;
}

.oem-project-head li {
	position: relative;
	margin-right: 30px;
	color: var(--color-black);
}

.oem-project-head li:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -18px;
}

.oem-project-head li:last-of-type:after {
	display: none;
}

.oem-project-head li span {
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: .15s ease-out;
	padding-bottom: 1px;
}

.oem-project-head li:hover span {
	opacity: 0.5;
}

.oem-project-head li span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	background-color: var(--color-black);
	width: 0;
	height: 1px;
	transition: .15s ease-in-out;
}

.oem-project-head li.current span:after {
	width: 100%;
}

.oem-project-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px 50px;
}

.oem-project-list article {
	position: relative;
	cursor: pointer;
	transition: .15s ease-out;
}

.oem-project-list article:nth-of-type(5n) {
	margin-right: 0;
}

.oem-project-list article:hover {
	opacity: 0.8;
}

.oem-project-list article figure {
	margin-bottom: 18px;
}

.oem-project-list article figure img {
	width: 100%;
}

.oem-project-list article figure.noimg {
	position: relative;
	width: 100%;
}

.oem-project-list article figure.noimg:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.oem-project-list article figure.noimg img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

#oemContents .oem-project-list .category {
	display: inline-block;
	margin-right: 13px;
	color: var(--color-black);
	font-size: 13px;
	letter-spacing: 0.06em;
}

#oemContents .oem-project-list .year {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 12px;
	letter-spacing: 0.1em;
	opacity: 0.8;
}

#oemContents .oem-project-list .series {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: inherit;
	color: var(--color-black);
	font-size: 13px;
	letter-spacing: 0.06em;
}


/* .modal-oem-wrap
---------------------------------------------------------------------------*/
.modal-oem-wrap {
	display: -webkit-box;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: -999;
	opacity: 0;
}

.modal-oem-close {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 20px;
	z-index: 10;
	transition: .15s ease-out;
	cursor: pointer;
}

.modal-oem-close:hover {
	opacity: 0.5;
}

.modal-oem-close img {
	width: 40px;
	height: auto;
}

/* .modal-oem-wrap .txt
------------------------------------*/
.modal-oem-wrap .txt {
	order: 1;
	position: relative;
	width: 400px;
	min-width: 400px;
	height: 100%;
	min-height: 700px;
}

.modal-oem-wrap .txt-inner {
	position: relative;
	height: 100%;
	display: none;
	opacity: 0;
}

.modal-oem-wrap .txt-inner-s {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: calc(100% - 85px);
	max-height: calc(100vh - 260px);
	padding-right: 30px;
	overflow-y: scroll;
}

.modal-oem-wrap .txt-inner-s::-webkit-scrollbar { width: 1px; }
.modal-oem-wrap .txt-inner-s::-webkit-scrollbar-track { border-radius: 1px; background: #FFFFFF; }
.modal-oem-wrap .txt-inner-s::-webkit-scrollbar-thumb { border-radius: 1px; background: #DBDBDB; }

#oemContents .modal-oem-wrap .txt .year {
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 400 !important;
	letter-spacing: 0.12em;
}

.modal-oem-wrap .txt h3 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.modal-oem-wrap .txt > div p {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
}

.modal-oem-wrap .txt dl {
	margin-top: 45px;
}

.modal-oem-wrap .txt dl > div {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 11px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.modal-oem-wrap .txt dl > div:last-of-type {
	margin-bottom: 0;
}

.modal-oem-wrap .txt dt {
	box-sizing: border-box;
	width: 100px;
	min-width: 100px;
	padding: 0 10px 0 2px;
}

/* .modal-oem-wrap .img
------------------------------------*/
.modal-oem-wrap .img {
	order: 2;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	position: relative;
}

.modal-oem-wrap .img::-webkit-scrollbar { width: 1px; }
.modal-oem-wrap .img::-webkit-scrollbar-track { border-radius: 1px; background: #FFFFFF; }
.modal-oem-wrap .img::-webkit-scrollbar-thumb { border-radius: 1px; background: #FFFFFF; }

.modal-oem-wrap .img figure {
	display: none;
	opacity: 0;
}

.modal-oem-wrap .img img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.modal-oem-wrap .img img:last-child {
	margin-bottom: 0;
}

/* .modal-oem-wrap nav
------------------------------------*/
.modal-oem-wrap nav {
	order: 3;
	box-sizing: border-box;
	width: 330px;
	min-width: 330px;
	height: 100%;
	padding: 175px 30px 55px 40px;
	overflow-x: auto;
	position: relative;
	opacity: 0;
	display: block !important;
}

.modal-oem-wrap nav::-webkit-scrollbar { width: 2px; }
.modal-oem-wrap nav::-webkit-scrollbar-track { border-radius: 2px; background: #FFFFFF; }
.modal-oem-wrap nav::-webkit-scrollbar-thumb { border-radius: 2px; background: #DEDEDE; }

.modal-oem-wrap nav li {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.modal-oem-wrap nav li strong {
	display: inline-block;
	padding: 5px 5px 5px 0;
	transition: .15s ease-out;
	cursor: pointer;
	opacity: 0.5;
}

.modal-oem-wrap nav li span {
	border-bottom: 1px solid #000000;
}

.modal-oem-wrap nav li.current strong,
.modal-oem-wrap nav li strong:hover {
	opacity: 1;
}

/* .nav-post
------------------------------------*/
.nav-post {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 10;
}

.nav-post > div {
	margin-bottom: 13px;
	cursor: pointer;
	transition: .15s ease-out;
}

.nav-post > div:hover { opacity: 0.5; }
.nav-post .prev { transform: rotate(-90deg); }
.nav-post .next { transform: rotate(90deg); }

/* media query
-----------------------------------*/
@media (max-height: 800px) {
	.modal-oem-close {
		top: 10px;
		left: 10px;
	}
	.modal-oem-close img {
		width: 35px;
	}
	.modal-oem-wrap .txt-inner-s {
		position: absolute;
		top: inherit;
		bottom: 60px;
		max-height: calc(100vh - 180px);
		transform: translateY(0);
	}
}


/* .sec-workflow
---------------------------------------------------------------------------*/
.sec-workflow {
	max-width: 1000px;
	margin: -120px 0 140px;
	padding-top: 120px;
}

.flow-list .inner {
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #D9D9D9;
	padding: 15px 0 45px;
}

.flow-list .inner h3,
.flow-list .inner p {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	text-align: justify;
}

.flow-list .inner h3 {
	position: relative;
	box-sizing: border-box;
	width: 270px;
	min-width: 270px;
	padding-left: 28px;
	color: var(--color-black);
}

.flow-list .inner h3 i {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	font-style: normal;
	font-size: 13px;
}

.flow-list .inner .box {
	display: flex;
	justify-content: space-between;
	background-color: #ECECEC;
	box-sizing: border-box;
	max-width: 590px;
	margin-top: 25px;
	padding: 20px 35px 20px 25px;
}

.flow-list .inner .box li {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	/*white-space: nowrap;*/
}

@media (max-width: 1340px) {
	.flow-list .inner h3 {
		width: 205px;
		min-width: 205px;
	}
}


/* .sec-order-form
---------------------------------------------------------------------------*/
.sec-order-form {
	margin-top: -15vh;
	padding-top: 15vh;
}

.form-enter {
	position: relative;
	background-color: #ECECEC;
	box-sizing: border-box;
	max-width: 915px;
	padding: 60px 55px 55px;
	color: var(--color-black);
	z-index: 1;
}

.form-enter h2 {
	margin-bottom: 32px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.form-enter h2 span {
	display: inline-block;
	border-bottom: 1px solid var(--color-black);
}

.form-enter li {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
}

.form-enter .btn-form-check {
	display: block;
	box-sizing: border-box;
	background-color: #D6D6D6;
	border: none;
	width: 100%;
	margin-top: 40px;
	padding: 0;
	font-size: 15px;
	letter-spacing: 0.15em;
	text-align: center;
	cursor: pointer;
	transition: .15s ease-out;
}

.form-enter .btn-form-check:hover {
	opacity: 0.7;
}

.form-enter .btn-form-check label {
	display: block;
	padding: 25px;
	cursor: pointer;
}

.form-enter .btn-form-check input {
	-webkit-appearance: auto;
	width: 20px;
	height: 20px;
	margin: -15px 15px 0 0;
	transform: translateY(4px);
}

.sec-order-form .inner {
	width: 910px;
	margin: 0 auto;
	text-align: center;
}

.sec-order-form .inner > p {
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 0.16em;
	text-align: center;
}

.sec-order-form .inner > p .txtS {
	display: block;
	margin-top: 20px;
	line-height: 2.2;
}

/* .form-wrap
------------------------------------*/
.form-wrap-wrap {
	display: none;
}

.form-wrap {
	margin-top: 20px;
	text-align: left;
}

.form-wrap dl {
	padding: 0 30px;
	line-height: 1.7;
}

.form-wrap dl div {
	display: flex;
	margin-bottom: 22px;
}

.form-wrap dl div:last-of-type {
	margin-bottom: 0;
}

.form-wrap dt {
	position: relative;
	box-sizing: border-box;
	width: 230px;
	min-width: 230px;
	padding: 13px 40px 0 0;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: justify;
}

.form-wrap dt.left {
	text-align: left;
	white-space: nowrap;
}

.form-wrap dt.pt {
	padding-top: 2px;
}

.form-wrap .file {
	padding-top: 5px;
}

.form-wrap .file dt {
	padding-top: 3px;
}

.form-wrap dt span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.form-wrap dt i {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #C40018;
	padding: 2px 12px 3px 14px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
}

.form-wrap dd {
	position: relative;
	width: calc(100% - 230px);
}

.form-wrap dd.size-s {
	width: 170px;
}

.form-wrap dd.dd-radio {
	padding: 13px 0 0;
}

.form-wrap dd.dd-radio.pb {
	padding-bottom: 13px;
}

.form-wrap dd em {
	display: inline-block;
	white-space: nowrap;
}

.form-wrap dd.size-m em {
	margin-left: 5px;
	transform: translateY(15px);
}

.form-wrap dd p {
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.form-wrap label {
	cursor: pointer;
	transition: .15s ease-out;
}

.form-wrap label:hover {
	opacity: 0.7;
}

.form-wrap .dd-file > span:nth-of-type(2) {
	position: absolute;
	top: 11px;
	left: 185px;
}

.form-wrap .dd-file > span:nth-of-type(2) input {
	position: relative;
	margin-left: -4px;
	font-size: 13px;
	transform: translateY(-2px);
	cursor: pointer;
}

.form-wrap .dd-file > span:nth-of-type(2) input[type=file]::file-selector-button,
.form-wrap .dd-file > span:nth-of-type(2) input[type=file]::-webkit-file-upload-button {
	height: 29px;
	opacity: 0;
}

.form-wrap .dd-file > span:nth-of-type(2) input:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	background-color: #C7514B;
	border-radius: 2px;
	width: 93px;
	height: 100%;
	z-index: 1;
}

.form-wrap .dd-file > span:nth-of-type(2) input:after {
	display: block;
	content: '添付ファイル';
	position: absolute;
	top: 1.5px;
	left: 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	z-index: 2;
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input {
	width: 210px;
	margin-left: 14px;
	transform: translateY(2px);
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input:before {
	top: -6.5px;
	left: -8px;
	width: 89px;
	height: 28px;
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) input:after {
	top: -1px;
	left: 1px;
	letter-spacing: 0.08em;
	font-weight: normal;
}

.form-wrap .dd-file > span:nth-of-type(2) .wpcf7-not-valid-tip {
	display: inline-block;
	margin: 0 0 0 -10px;
  transform: translateY(-2px);
}

_::-webkit-full-page-media, _:future, .form-wrap .dd-file > span:nth-of-type(2) .wpcf7-not-valid-tip {
	transform: translateY(0);
}

/* input
------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap input[type="url"],
.form-wrap input[type="number"],
.form-wrap textarea,
.btn-select .customSelect {
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 0;
	width: 100%;
	height: 48px;
	padding: 10px 18px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.form-wrap input[type="number"] {
	padding-right: 5px;
}

.form-wrap dd.size-m .wpcf7-form-control-wrap {
	width: 240px;
}

.form-wrap dd.size-m .wpcf7-form-control-wrap input {
	text-align: right;
}

.form-wrap .wpcf7-radio input[type="radio"] {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root .form-wrap .wpcf7-radio input[type="radio"] {
	top: 3px;
}

.form-wrap .wpcf7-radio input[type="radio"]:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #C7514B;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	opacity: 0;
	transition: .1s ease-out;
}

.form-wrap .wpcf7-radio input[type="radio"]:checked:before {
	opacity: 1;
}

.form-wrap .wpcf7-radio label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 23px;
	font-size: 14px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.form-wrap .wpcf7-list-item {
	display: inline-block;
	margin-right: 18px;
}

.form-wrap dd.vertical .wpcf7-list-item {
	display: block;
	margin-bottom: 12px;
}

.form-wrap dd.dd-size .wpcf7-list-item:first-of-type {
	margin-bottom: 20px;
}

.form-wrap dd.vertical .wpcf7-list-item:last-of-type {
	margin-bottom: 0;
}

.form-wrap dd.dd-size .wpcf7-list-item:first-of-type .wpcf7-list-item-label {
	opacity: 0;
}

.form-wrap dd.dd-size em {
	padding: 0 6px 0 3px;
	font-size: 14px;
	transform: translateY(12px);
}

.form-wrap dd.dd-size em:first-of-type {
	padding-left: 0;
	font-size: 15px;
}

.form-wrap dd.dd-size em i {
	font-size: 12px;
	font-style: normal;
}

.form-wrap dd.dd-size .div-size {
	position: absolute;
	top: 8px;
	left: 24px;
}

.form-wrap dd.dd-size .div-size input[type="text"] {
	width: 54px;
	height: 32px;
	padding: 8px 7px;
	text-align: right;
	letter-spacing: 0.06em;
}

.form-wrap dd.dd-schedule .wpcf7-form-control-wrap {
	width: 74px;
}

.form-wrap dd.dd-schedule .wpcf7-form-control-wrap input {
	text-align: right;
}

.form-wrap dd.dd-schedule i {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-size: 14px;
	font-style: normal;
	transform: translateY(29px);
}

.form-wrap dd.other .wpcf7-list-item:last-of-type {
	display: block;
	margin-top: 15px;
}

.form-wrap .dd-radio.other > span:nth-of-type(2) {
	position: absolute;
	top: 48px;
  left: 80px;
  width: calc(100% - 80px);
}

.form-wrap .dd-radio.other input[type="text"] {
	height: 32px;
	padding: 8px 12px;
}

.form-wrap .btn-select {
	white-space: nowrap;
}

.form-wrap .btn-select .wpcf7-select {
	top: 0 !important;
	left: 0 !important;
	padding-top: 12px;
	letter-spacing: 0;
	cursor: pointer;
	z-index: 1;
}

.form-wrap .btn-select .customSelect {
	width: 240px;
	padding-right: 40px;
}

.form-wrap .btn-select .wpcf7-select .customSelectInner {
	position: relative;
	width: 100% !important;
	z-index: 0;
}

.form-wrap .btn-select .wpcf7-select .customSelectInner:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: -24px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
}

.form-wrap textarea {
	height: 400px;
	padding: 20px 22px;
}

/* .form-main
------------------------------------*/
.form-main {

}

/* .form-sub
------------------------------------*/
.form-sub {
	padding: 0 30px;
}

.form-sub > p {
	display: none;
	/*font-size: 15px;
	letter-spacing: 0.12em;*/
}

.form-sub dl {
	border-top: 1px solid rgba(220, 220, 220, 0.5);
	margin-top: 20px;
	padding: 40px 0 0;
}

/* .btn-submit
------------------------------------*/
.btn-submit {
	margin: 45px auto 5px;
	text-align: center;
}

.btn-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	background: #000000;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 19px 70px 19px 74px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.22em;
	transition: .15s ease-out;
}

.btn-submit input:hover {
	opacity: 0.7;
}

/* error
------------------------------------*/
.form-wrap .txt-error,
.wpcf7-not-valid-tip,
.txt-response,
.wpcf7-response-output {
	display: block;
	color: #C7514B;
}

.form-wrap .txt-error,
.wpcf7-not-valid-tip {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

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

.txt-response,
.wpcf7-response-output {
	display: inline-block;
	border-bottom: 1px solid #C7514B;
	margin: 35px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.14em;
	text-align: center;
}

.response .wpcf7-response-output {
	margin: 100px 0 15px 30px;
}

.response .wpcf7-response-output:empty {
	margin: 0 0 60px;
}

.wpcf7-form {
	position: relative;
	margin-top: -180px;
	padding-top: 180px;
	z-index: 0;
}

.wpcf7 .wpcf7-not-valid {
	background: #FFFBE6 !important;
}

.dd-file .wpcf7-not-valid {
	background: none !important;
}