@charset "UTF-8";

@import url(c_base.css?ver=20220622);
@import url(c_layout.css?ver=20220627);
@import url(c_header.css?ver=20220612);
@import url(c_footer.css?ver=20220627);

/* 
==========================================
base
==========================================
*/

/* 
==========================================
main structure
==========================================
*/

/* 
==========================================
common
==========================================
*/

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cid-home .sec-nav-bottom {
	margin-top: 0;
}
.sec-nav-bottom > .sec__innerwrap {
	padding: 0;
	width: 100%;
}
.sec-nav-bottom .clmn__item {
	width: 50%;
	height: 201px;
}
.sec-nav-bottom .clmn__item:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #ddd;
}
.sec-nav-bottom a {
	cursor: pointer;
	text-decoration: none !important;
}
.sec-nav-bottom__ml {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	background: #e2e3e6 url("../images/bn_ml_bg.jpg") top right no-repeat;
	border-right: 1px solid #ddd;
}
.sec-nav-bottom__ml:hover {
	background-color: #e2e3e6;
	opacity: 0.8;
}
.sec-nav-bottom__ml > p {
	margin: 0 !important;
	width: 335px;
	text-align: center;
}
.sec-nav-bottom__case,
.sec-nav-bottom__cmr {
	display: block;
	height: 100px;
	background-position: top right;
	background-repeat: no-repeat;
}
.sec-nav-bottom__case,
.sec-nav-bottom__case:hover {
	background-color: #d9dadd;
	background-image: url("../images/bn_case_bg.jpg");
}
.sec-nav-bottom__case__innerwrap,
.sec-nav-bottom__cmr__innerwrap {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 1;
}
.sec-nav-bottom__case__innerwrap::before,
.sec-nav-bottom__cmr__innerwrap::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.sec-nav-bottom__case__innerwrap::before {
	background-color: rgba(0,5,17,0.8);
}
a:hover .sec-nav-bottom__case__innerwrap::before {
	background-color: rgba(0,5,17,0);
}
.sec-nav-bottom__cmr,
.sec-nav-bottom__cmr:hover {
	background-color: #a3a5ae;
	background-image: url("../images/bn_cmr_bg.jpg");
}
.sec-nav-bottom__cmr__innerwrap::before {
	background-color: rgba(22,17,33,0.7);
}
a:hover .sec-nav-bottom__cmr__innerwrap::before {
	background-color: rgba(22,17,33,0);
}
.a__inbtn {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	padding: 10px 20px;
	color: #fff;
	background: #000;
	width: 175px;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
}
.a__inbtn::after {
	position: absolute;
	content: "\0bb";
	top: calc(50% - 0.55em);
	right: 0.6em;
}
a:hover .a__inbtn {
	/*background: #c2a44f;*/
	background: #333;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.a__intxt {
	position: relative;
	display: inline-block;
	margin-left: 65px;
	padding-right: 1em;
	color: #fff;
	line-height: 1;
}
.a__intxt::after {
	position: absolute;
	content: "\0bb";
	top: calc(50% - 0.55em);
	right: 0;
	color: inherit;
}
a:hover .a__intxt {
	/*color: #c2a44f;*/
	color: #000;
	/*text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;*/
	text-shadow: 0px 0px 4px #fff;
}

/* ---------------------------------------------------------------
box
----------------------------------------------------------------*/
.box-gry-1px {
	margin: 3em 0;
	padding: 40px;
	border: 1px solid #ccc;
}

.box-lgry {
	margin: 3em 0;
	padding: 40px;
	background: #fafafa;
}

.box-gry-1px > *:first-child,
.box-lgry > *:first-child {
	margin-top: 0 !important;
}
.box-gry-1px > *:last-child,
.box-lgry > *:last-child {
	margin-bottom: 0 !important;
}

/* ---------------------------------------------------------------
table
----------------------------------------------------------------*/
.table-wrap {
	margin: 1.5em 0;
}
/*.table-wrap td p {
	margin: 0 0 1em 0;
}
.table-wrap td p:first-child {
	margin-bottom: 0;
}*/

/* ==== 通常（グレーベース、下線） ==== */
table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ddd;/*c2b288*/
}
th {
	padding: 18px 10px 18px 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
td {
	padding: 18px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

/* ==== 溶融実績（グレーベース、下線） ==== */
.table-resinlist {
}
.table-resinlist th {
	padding: 18px 20px 18px 0;
	white-space: nowrap;
}
.table-resinlist td {
	padding: 18px 10px 18px 20px;
}

/* ==== 表（グレーベース、枠あり） ==== */
.table-type01 {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table-type01 th {
	padding: 14px 10px;
	background: #f5f5f5;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table-type01 td {
	padding: 14px 10px;
	background: #fff;
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table-type01.__tbl-pd-narrow th {
	padding: 6px;
}
.table-type01.__tbl-pd-narrow td {
	padding: 6px;
}

/* ==== 仕様表（table-type01ベース） ==== */
.table-spec {
	border: none;
}
.table-spec th {
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	/*background: #f5f5f5;*/
	/*color: #000;
	background: #efefef;*/
	color: #fff;
	background: #777;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.table-spec th.th-ly2 {
	color: #000;
	background: #efefef;
}
th.type-arm {
	/*background: #eeebe7;*/
	color: #fff;
	background: #7b746b;/*#9e9890*/
}
th.type-arm.th-ly2 {
	color: #000;
	background: #eae5df;
}
th.type-fixed {
	/*background: #e4ebee;*/
	color: #fff;
	background: #687376;/*#939da0*/
}
th.type-fixed.th-ly2 {
	color: #000;
	background: #e2e9eb;
}
.table-spec .meta-product-name {
	display: inline-block;
	margin-top: 8px;
}
.table-spec .empty {
	empty-cells: hide;
	background: transparent;
	border: none;
}
.table-spec td {
	border: 1px solid #ccc;
}
td.spec-photo {
	position: relative;
	padding: 0;
	color: #fff;
	background: #000;
	width: 171px;
}
td.spec-photo div {
	padding: 20px 0;
}
td.spec-photo img {
	max-width: 100%;
}
td.type-arm {
	background: #f8f6f3;
}
td.type-fixed {
	background: #f4f7f8;
}
td.type-v-400h {
	padding-right: 340px;
	background-image: url("../../images/bg_panel2_img_spec_v-400H.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}


/* ---------------------------------------------------------------
button
----------------------------------------------------------------*/
.link {
	position: relative;
	padding-right: 15px;
}
.link:after {
	/*display: inline-block;
	content: "\0bb";
	margin-left: 6px;*/
	position: absolute;
	content: "\0bb";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.link:link,
.link:visited {
	text-decoration: none;
}
.link:link:after,
.link:visited:after {
	color: #333;
}
.link:hover {
	color: #c2a44f;
}
.link:hover:after {
	color: #c2a44f;
}
.linkbtn {
	position: relative;
	display: inline-block;
	margin: 1em 0;
	padding: 1.2em 3em 1.2em 2em;
	color: #000 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.linkbtn.__clr-white {
	color: #fff !important;
	border-color: #fff;
}
.linkbtn.__clr-black {
	border-color: #000;
}
.linkbtn:before {
	position: absolute;
	content: "\0bb";
	top: calc(50% - 0.5em);
	right: 0.6em;
}
.linkbtn:hover {
	color: #c2a44f !important;
	border-color: #c2a44f;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.linkbtn-s {
	position: relative;
	padding: 0.8em 2em 0.8em 1em;
	margin: 12px 0 0;
	padding: 0.6em 2em 0.6em 0.8em;
	color: #fff !important;
	background: #514b4a !important;
	line-height: 1 !important;
	text-decoration: none !important;
	border: none;
	border-radius: 3px;
}
.linkbtn-s:after {
	position: absolute;
	content: "\0bb";
	top: calc(50% - 0.55em);
	right: 0.6em;
}
.linkbtn-s:hover {
	background: #c2a44f !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.formbtn {
	display: inline-block;
	padding: 1.5em 4em;
	font-size: medium;
	font-weight: bold;
	color: #fff !important;
	background: #a40112 !important;
	text-decoration: none !important;
	white-space: nowrap;
	border-radius: 4px;
}
.formbtn:hover {
	background: #ce1313 !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

/* ##########################################################################################
モバイル
########################################################################################## */
/* ==================================================================================== */
@media screen and (max-width:767px){

/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml:hover {
	background-color: #e2e3e6;
	opacity: 1;
}
a:hover .sec-nav-bottom__case__innerwrap::before {
	background-color: rgba(0,5,17,0.8);
}
a:hover .sec-nav-bottom__cmr__innerwrap::before {
	background-color: rgba(22,17,33,0.7);
}
a:hover .a__inbtn {
	background: #000;
	transition: none;
}
a:hover .a__intxt {
	color: #fff;
	text-shadow: none;
}

.sec-nav-bottom__ml {
	background-position: 88% 0%;
}
.sec-nav-bottom__ml > p {
	padding-left: 10vw;
	width: 100%;
}
.sec-nav-bottom__ml > :first-child {
	filter: drop-shadow(0px 0px 3px #f4f4f4);
}
.a__intxt {
	display: block;
	margin: 0 auto;
}

/* ---------------------------------------------------------------
link
----------------------------------------------------------------*/
.link:hover {
	color: #927c3d;
}
.linkbtn:hover {
	color: #000 !important;
	border-color: #ddd !important;
	transition: none;
	-webkit-transition: none;
}
.linkbtn.__clr-white:hover {
	color: #fff !important !important;
	border-color: #fff !important;
}
.linkbtn.__clr-black:hover {
	border-color: #000 !important;
}
.linkbtn-s:hover {
	background: #514b4a !important;
	transition: none;
	-webkit-transition: none;
}
.formbtn:hover {
	background: #a40112 !important;
	transition: none;
	-webkit-transition: none;
}

}

/* ==================================================================================== */
@media screen and (max-width:689px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 86% 0%;
}

}

/* ==================================================================================== */
@media screen and (max-width:640px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 85% 0%;
}

}

/* ==================================================================================== */
@media screen and (max-width:578px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 82% 0%;
}

/* ---------------------------------------------------------------
box
----------------------------------------------------------------*/
.box-gry-1px,
.box-lgry {
	padding: 25px;
}

/* ---------------------------------------------------------------
table
----------------------------------------------------------------*/
/* ==== 溶融実績（グレーベース、下線） ==== */
.table-resinlist th,
.table-resinlist td {
	display: block;
	width: 100%;
}
.table-resinlist th {
	padding: 18px 0 0;
	border-bottom: none;
}
.table-resinlist td {
	padding: 9px 0 18px;
}

}

/* ==================================================================================== */
@media screen and (max-width:500px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 79% 0%;
}
.a__inbtn {
	width: 150px;
}

}

/* ==================================================================================== */
@media screen and (max-width:413px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 74% 0%;
}
.sec-nav-bottom__ml > :first-child img {
	width: 28vw;
	height: auto;
}
.a__inbtn {
	width: 32vw;
}

}

/* ==================================================================================== */
@media screen and (max-width:359px){

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-nav-bottom__ml {
	background-position: 72% 0%;
}
.sec-nav-bottom__ml > p {
	padding-left: 11vw;
}
.sec-nav-bottom__ml > :first-child img {
	width: 28vw;
	height: auto;
}
.a__inbtn {
	width: 32vw;
}

/* ---------------------------------------------------------------
button
----------------------------------------------------------------*/
.formbtn {
	padding: 1.5em 2em;
}

}