@charset "UTF-8";

@import url(c_base.css);
@import url(c_layout.css);
@import url(c_header.css);
@import url(c_footer.css);

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

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

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

/* 
==========================================
sub structure & style
==========================================
*/
/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-news-bottom > .sec__innerwrap {
  padding: 0;
  width: 100%;
  min-width: 960px;
}
.sec-news-bottom .sec-news__exhibit__innerwrap {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}

.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: "";
	top: calc(50% - 3px);
	right: 0.6em;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
a:hover .a__inbtn {
	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: "";
	top: calc(50% - 3px);
	right: 0;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.a__intxt.__clr-white::after {
	border-top-color: #fff;
	border-right-color: #fff;
}
a:hover .a__intxt {
	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;
}
a:hover .a__intxt::after {
	border-top-color: #000;
	border-right-color: #000;
}

/* ---------------------------------------------------------------
border
----------------------------------------------------------------*/
.bdr-gry {
	border: 1px solid #ddd;
}
.bdr-gry.__imgbdr:hover {
	border: 1px solid #c2a44f;
}
.bdr-lgry {
	border: 1px solid #fafafa;
}

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

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

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

.box-toggle {
	padding: 0;
	max-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.01s;
}
.box-toggle.box-expand {
	max-height: 9999px;/*height: autoだとアニメーションしない*/
	margin-top: 20px;
	padding: 20px 0;
	overflow-x: visible;
	overflow-y: visible;
}

/* ---------------------------------------------------------------
table
----------------------------------------------------------------*/
.table-wrap {
	margin: 1.5em 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 {
	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 {
	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;
}


/* ---------------------------------------------------------------
link, button
----------------------------------------------------------------*/
a[href*="http"] {
	word-break: break-all;
}
a[href*="http"]:not([class*="list-media__item"]) {
	position: relative;
	margin-right: 3px;
	padding-right: 1.2em;
	background: url(../images/icon_exlink_gld.svg) center right no-repeat;
}

.link:not([href*="http"]) {
	position: relative;
	padding-right: 15px;
}
.link:not([href*="http"]):after {
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 0;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-top: 1px solid #927c3d;
	border-right: 1px solid #927c3d;
	transform: rotate(45deg);
}
.link:link,
.link:visited {
	text-decoration: none;
}
.link:link:after,
.link:visited:after {
	color: #333;
}
.link:hover {
	color: #c2a44f;
}
.link:hover:after {
	border-top-color: #c2a44f;
	border-right-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:after {
	position: absolute;
	content: "";
	top: calc(50% - 3px);
	right: 0.6em;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.linkbtn:hover {
	color: #c2a44f !important;
	border-color: #c2a44f;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.linkbtn:hover:after {
	border-top-color: #c2a44f;
	border-right-color: #c2a44f;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.formbtn {
	position: relative;
	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:after {
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 0.8em;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.headerarea .formbtn:after {
	display: none;
}
.formbtn:hover {
	background: #ce1313 !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

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

/* ---------------------------------------------------------------
Bottom navigation
----------------------------------------------------------------*/
.sec-news-bottom > .sec__innerwrap {
  min-width: 100%;
}
.sec-news-bottom .sec-news__exhibit__innerwrap {
  width: 100%;
}

.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%;*/
	/*background-position: 51% 0%;*/
	position: relative;
	background-image: none;
}
.sec-nav-bottom__ml::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bn_ml_bg.jpg");
	background-position: 51% 0;
	opacity: 0.2;
}
.sec-nav-bottom__ml > p {
	padding-left: 0;
	width: 100%;
}

}

/* ==================================================================================== */
@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;
}

}