/*製品情報MT化以降*/

/*一覧*/
.pd-list {
	width: 1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	}
.pd-list > * {
	width: 48%;
	margin: 0 0 2rem 0;
	}
.pd-list > * > a {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	}
.pd-list > * > a, .pd-list > * > a:link, .pd-list > * > a:visited, .pd-list > * > a:active {
	color: #fff;
	text-decoration: none;
	}
.pd-list > * > * > * {
	height: 100px;
	}
.pd-list .asset-image {
	width: 43%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.pd-list .asset-name {
	width: 47%;
	color: #fff;
	background-color: #4d5b69;
	background-image: url("../images/parts/ico-pt4e.png");
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 1rem;
	line-height: 1.5;
	}
.pd-list .asset-name >* {
	display: block;
	}
.concept-title {
	font-weight: normal;
	font-size: var(--font-size-200p);
	text-align: center;
	margin: 0 0 3rem 0;
	letter-spacing: 0.25rem;
	}
#ja .concept-title {
	font-family: "Sawarabi Mincho";
}
#en .concept-title {
	font-family: "Roboto", "sans-serif";
}
.catch-title {
	font-weight: normal;
	margin: 0 0 3rem 0;
	letter-spacing: 0.25rem;
	line-height: 1.1;
	}
#ja .catch-title {
	font-size: var(--font-size-250p);
	}
#en .catch-title {
	font-size: var(--font-size-180p);
	}
.catch-title span {
	font-size: var(--font-size-130p);
	}
.entry-edit .col2,
.entry-edit .col3 {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
	margin: 0 0 1rem 0;
	}
/*IE*/
_:-ms-lang(x)::-ms-backdrop, .entry-edit > .col2,
_:-ms-lang(x)::-ms-backdrop, .entry-edit > .col3 {
	table-layout: fixed;
	border: 1px solid #ebebe4 !important;
}
/*EDGE*/
@supports (-ms-ime-align:auto) {
.entry-edit > .col2, .entry-edit > .col3 {
	table-layout: fixed;
	border: 1px solid #ebebe4 !important;
	}
}
.entry-edit .col2 > tbody,
.entry-edit .col2 > tbody > tr,
.entry-edit .col2 > tbody > tr > td,
.entry-edit .col3 > tbody,
.entry-edit .col3 > tbody > tr,
.entry-edit .col3 > tbody > tr > td {
	display: flex;
	border-style: none !important;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	}
.entry-edit .col2 > tbody > tr,
.entry-edit .col3 > tbody > tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	border-style: none !important;
	}
.entry-edit .col3 >* >* >* {
	width: 32%;
	}
.entry-edit .col2-4-6 >* >* >*:first-child,
.entry-edit .col2-6-4 >* >* >*:last-child {
	width: 45%;
	}
.entry-edit .col2-4-6 >* >* >*:last-child,
.entry-edit .col2-6-4 >* >* >*:first-child {
	width: 50%;
	}
.entry-edit .col2-5-5 >* >* >* {
	width: 48%;
	}


.entry-edit h1 {
	font-size: var(--font-size-160p) !important;
	font-weight: normal;
	background-image: url("../images/parts/h3-bar.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding-bottom: 0.18rem;
	margin-bottom: 2.5rem;
	}
.entry-edit h2 {
	font-size: var(--h-fontsize);
	font-weight: normal;
	color: var(--base);
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0.25rem 0;
	}
.entry-edit h3 {
	font-size: var(--font-size-120p);
	margin: 0 0 1.2rem 0;
	font-weight: normal;
	}
.entry-edit h4 {
	font-size: var(--font-size-115p);
	color: #4d5b69;
	margin: 1rem 0;
	font-weight: normal;
	}

.entry-edit *:not(table) + h2,
.entry-edit *:not(table) + h3,
.entry-edit *:not(table) + h4 {
	margin-top: 3rem;
	}
.entry-edit td > h2,
.entry-edit td > h3,
.entry-edit td > h4 {
	margin-top: 0rem;
	font-weight: normal;
	}

.entry-edit p + .col2,
.entry-edit p + .col3 {
	margin-top: 1rem;
	}


.entry-edit hr {
	border-color: #ccc !important;
	margin-bottom: 3rem;
	height: 1.5rem;
	}
.entry-edit .pd-spec {
	width: 100%;
	margin: 1rem 0;
	border-top: 1px dotted #848484;
	border-collapse: collapse;
	border-spacing: 0;
	border-left-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	}
.entry-edit .pd-spec caption {
	text-align: left;
	color: #4d5b69;
	padding: 0.6rem 1rem;
	}
.entry-edit .pd-spec >* >* >* {
	text-align: left;
	padding: 0.6rem 1rem;
	border-bottom: 1px dotted #848484;
	box-sizing: border-box;
	border-left-style: none !important;
	border-right-style: none !important;
	border-top-style: none !important;
	font-weight: normal;
}
.entry-edit .pd-spec >* >* th {
	width: 30%
	}
.entry-edit .pd-spec >* >* td {
	width: 70%
	}
.entry-edit .chg-table {
	margin: 0 0 3rem 0;
	}
.entry-edit .circle-b >* {
	text-decoration: none;
	}
.entry-edit .list-col2 {
	border-collapse: collapse;
	border-style: none !important;
	width: 100%;
	table-layout:fixed;
	margin: 1.5rem;
	}
.entry-edit .list-col2 th, .entry-edit .list-col2 td {
	border-style: none !important;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	vertical-align: top;
	}
.entry-edit .list-col2 th {
	font-size: var(--font-size-130p);
	background-image: url("../images/parts/ico-pt1d.png");
	background-repeat: no-repeat;
	background-position: left top 0.8rem;
	padding-left: 1.2rem;
	background-size: 0.8rem;
	line-height: 1.1;
	}
.entry-edit .list-col2 td {
	padding-bottom: 2rem;
	}
.entry-edit .lb {
	display: block;
	position: relative;
	}
.entry-edit .lb:before {
	content: '';
	background-image: url("../images/parts/pts-open-2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
.entry-edit .rel {
	display: block;
	position: relative;
	}
.entry-edit .rel:before {
	content: '';
	background-image: url("../images/parts/ico-aw5a-r.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	}

/*============================add-pc-ver3を統合============================*/
/*202009月　谷井*/

/*============================トップページ============================*/
.bxslider {
	list-style: none;
	margin: 0 !important;
	padding: 0; !important;
}
#main-v {
	margin-bottom: 3rem;
	text-align: center;
}
#main-v img {
	width: 100%;
}

/*============================CSポートについて============================*/
#about-philosophy {
	background-color: #fff;
	background-image: url('../images/products/mv-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#about-philosophy >* {
	padding: 7rem 0;
}
#about-philosophy >* >* {
	margin: auto;
	/*color: #fff;*/
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN";*/
	/*font-size: 1.05rem;*/
}
#about-philosophy >* p {
	margin-bottom: 1.5rem;
	line-height: 2;
}
.about-title {
	position: relative;
	color: #4d5b69;
	text-align: center;
	font-size: var(--font-size-160p);
	font-weight: normal;
	letter-spacing: 0.2rem;
	margin-bottom: 2.5rem;
}
.about-title::before{
	content: "";
	display: block;
	border-top: solid 1px #4d5b69;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.about-title >* {
background: #fff;
padding: 0 20px;
position: relative;
z-index: 5;
}
/*
.about-title::after {
	content: "";
	display: block;
	width: 3rem;
	margin: auto;
	border-bottom: 2px solid #4d5b69;
	margin-top: 1rem;
}*/
#about-concept {
	padding: 4rem 0;
	background-color: #fff;
}
#about-concept .summary,
#about-philosophy .summary {
/*	width: 50%;
	margin: 0 auto;*/
	margin-left: 30%;
	margin-right: 25%;
}
#about-concept .summary >* {
	line-height: 2;
}
#about-concept .summary h3 {
	font-weight: normal;
	margin-bottom: 3rem;
}
#about-concept .summary p {
	margin-bottom: 1.5rem;
}
#about-tech {
	background-color: #fff;
}
.about-tech-title-main {
	color: #4d5b69;
	text-align: center;
	font-size: var(--font-size-110p);
	font-weight: normal;
	letter-spacing: 0.25rem;
	margin-bottom: 2rem;
	padding-bottom: 3rem;
	background-image: url('../images/parts/arrow-under3.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 1.5rem;
}
#tech1 {
	background-image: url('../images/about/bg-01.jpg');
}
#tech2 {
	background-image: url('../images/about/bg-02.jpg');
}
#tech3 {
	background-image: url('../images/about/bg-03.jpg');
}
.tech {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/*min-height: 50vh;*/
	padding: 10rem 0 !important;
	border-bottom: 1px solid #fff;
	margin: auto;
	width: var(--wrap);
}
.tech h3 {
	color: #fff;
	text-align: center;
}
.tech h3 {
	color: #fff;
	text-align: center;
	font-size: var(--font-size-150p);
	font-weight: normal;
	letter-spacing: 0.2rem;
	margin-bottom: 2.5rem;
}
.tech h3 > * {
	display: block;
	margin: auto;
}
.tech h3 > *:first-child {
	margin-bottom: 0.5rem;
}
.tech h3 > *:last-child {
	border: 2px solid #fff;
	width: 2.5rem;
	padding-left: 0.1rem;
}
.tech h3::after {
	content: "";
	display: block;
	width: 3rem;
	margin: auto;
	border-bottom: 2px solid #fff;
	margin-top: 3rem;
}
.tech h4 {
	font-size: var(--font-size-105p);
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5rem;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.7);
}
.more-open {
	color: #fff;
	cursor: pointer;
	background-color: #717171;
	border: 1px solid #fff;
	margin: 0 auto 5rem auto;
	padding: 0.15rem 0;
	text-align: center;
	width: 162px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.more-open:hover {
	background-color: #ccc;
	transition: all 0.3s ease 0s;
}
.more-obj {
	display: none;
	padding: 4rem 0;
}
#tech2 .more-obj, #tech3 .more-obj {
	/*background-color: rgba(255,255,255,0.35);*/
}
.more-obj > * {
	color: #fff !important;
	font-weight: normal !important;
	line-height: 2;
	border: 1px solid #fff;
	margin: auto;
	width: 900px;
	box-sizing: border-box;
	padding: 4rem 6.5rem;
	background-color: rgba(0,0,0,0.5);
}
.more-obj h5 {
	color: #fff !important;
	font-weight: normal !important;
}
.tech > .tech-inner {
}
/*============================ラインナップ============================*/
#lineup >* {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}
#home #lineup {
	border-bottom: 1px solid #333;
}

#lineup section {
	width: 25%;
	padding: 0 !important;
}

#home #lineup h2 {
	/*display: none;*/
}
#lineup section h3 {
	display: none;
}
#home #lineup section h3 {
display: none;
}
#lineup section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lineup section li {
	padding: 0rem 0.5rem 2rem 0.5rem;
}
#lineup section a {
	display: block;
	text-decoration: none;
}
#lineup .asset-image {
	min-height: 17vh;
	display: flex;
	align-items: flex-end;
}
#lineup .asset-image img {
	display: block;
	width: 80%;
	margin: auto;
}
#lineup .lineup-title {
	text-align: center;
	min-height: 3rem;
	font-family: var(--font-en);
}
#lineup .lineup-title .lineup-comp {
	margin: 0 0 0 0.5rem;
	font-size: var(--font-size-80p);
	color: var(--darkgray);
}
/*============================ラインナップ（詳細）============================*/
#pd-mv {
	min-height: 80vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pd-main {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 6rem 0 2rem 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#pd-main.pd-main-bg {
	background-image: url('../images/products/mv-bg.jpg');
}
#pd-main >* {
	margin: auto;
	width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#pd-main-pic {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#pd-main-pict {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	padding-bottom: 3rem;
}
.pd-main-catch {
	margin: 0 0 1rem 0;
	text-align: right;
	font-size: var(--font-size-125p);
}
.pd-main-summary {
	margin: 0 0 2rem 0;
	font-size: var(--font-size-110p);

}
.modelname {
	text-align: right;
}
.modelname >* {
	display: inline-block;
}
.pd-main-model {
	text-align: center;
	font-family: var(--font-en) !important;
	font-size: var(--font-size-200p);
}
.pd-main-model-sub {
	font-size: var(--font-size-180p);
	font-family: var(--font-en);
}
.pd-main-pict {
	margin: auto;
	width: 80%;
}

#pd_download {
	margin: 6rem 0;
}
#pd_download ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#pd_download ul >* {
	width: 33%;
	box-sizing: border-box;
	padding: 0 3rem;
}
#pd_download ul >* h3 {
	color: var(--base);
	font-weight: normal;
	margin-bottom: 3rem;
}
#pd_download ul >* p {
	text-align: center;
}
#pd_download ul >* img {
	width: 80%;
}