@charset "utf-8";

/* ==========================================================
common
=============================================================*/

section.contents .center {
	text-align: center;
}
section.contents .right {
	text-align: right;
}
section.contents .stress {
	color: #f00;
}
section.contents .ofh {
	overflow: hidden;
}
section.contents .nowrap {
	white-space: nowrap;
}

main section a[href$=".pdf"]:before {
	content: "\f1c1";
	font-family: 'far';
}

@keyframes fade {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes zoom-in {
	0% {transform: scale(0.1);}
	100% {transform: none;}
}

/* toppage
-------------------------------------------------------------*/

/* nav.category */

body.toppage main nav.category {
	border-top: none;
}

/* nav.top_menu */

body.toppage main nav.top_menu li:nth-child(1) a {background: url("../../img/menu_1.jpg");}
body.toppage main nav.top_menu li:nth-child(2) a {background: url("../../img/menu_2.jpg");}
body.toppage main nav.top_menu li:nth-child(3) a {background: url("../../img/menu_3.jpg");}
body.toppage main nav.top_menu li:nth-child(4) a {background: url("../../img/menu_4.jpg");}

/* ir
-------------------------------------------------------------*/

body.ir_index main nav.ir_index_menu li:nth-child(1) a {background: url("../../ir/img/btn_01.jpg");}
body.ir_index main nav.ir_index_menu li:nth-child(2) a {background: url("../../ir/img/btn_02.jpg");}
body.ir_index main nav.ir_index_menu li:nth-child(3) a {background: url("../../ir/img/btn_03.jpg");}
body.ir_index main nav.ir_index_menu li:nth-child(4) a {background: url("../../ir/img/btn_04.jpg");}
body.ir_index main nav.ir_index_menu li:nth-child(5) a {background: url("../../ir/img/btn_05.jpg");}

/* products
-------------------------------------------------------------*/

body.toppage,
body.products.index,
body.products.lp {
	background: #fff url("../../img/icon_loading.gif") no-repeat top 44vh center;
}
body.loaded {
	background: none !important;
}
body.toppage > main,
body.products.index > main,
body.products.lp > main {
	opacity: 0;
}
body.toppage > footer,
body.products.index > footer,
body.products.lp > footer {
	opacity: 0;
}

@media screen and (max-width:719px){
	body {
		background-size: 8vw !important;
	}
}

main section.products ul.btn li:nth-of-type(2) a {background: url("../../img/btn_1.jpg");}
main section.products ul.btn li:nth-of-type(3) a {background: url("../../img/btn_2.jpg");}
main section.products ul.btn li:nth-of-type(4) a {background: url("../../img/btn_3.jpg");}
main section.products ul.btn li:nth-of-type(2) a dl {background: linear-gradient(-270deg,rgba(255,193,6,0.9),rgba(255,100,6,0.9));}
main section.products ul.btn li:nth-of-type(3) a dl {background: linear-gradient(-270deg,rgba(245,101,192,0.9),rgba(192,38,132,0.9));}
main section.products ul.btn li:nth-of-type(4) a dl {background: linear-gradient(-270deg,rgba(59,199,148,0.9),rgba(29,155,77,0.9));}

main section.products ul.btn li a dl:after {
	content: url(../img/icon_arrow_down.png);
	display: inline-block;
}

/* news
-------------------------------------------------------------*/

dd.cat.info span {background: #2a4198 !important;}
dd.cat.prod span {background: #2a9498 !important;}
dd.cat.appl span {background: #c7121d !important;}

/* ============================================================
PC
============================================================ */

@media screen and (min-width: 720px),print {

/* main
-------------------------------------------------------------*/

/* main section.contents */

main section.contents {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding: 70px 0 70px;
}
main section.contents h2 {
	margin: 0 0 50px;
	text-align: center;
	font-family: 'Noto',sans-serif;
	font-size: 4rem;
}
main section.contents h2 span.sub {
	display: block;
	margin: 0 0 22px;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
main section.contents h3 {
	margin: 50px 0 30px;
	padding: 12px 10px 9px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 2rem;
}
main section.contents h4 {
	margin: 50px 0 30px;
	padding: 9px 0 5px;
	text-align: center;
	background: #eaeaea;
	color: #2a4198;
	font-size: 1.8rem;
	font-weight: bold;
}

/* main .ttl1 (heading) */

main section .ttl1,
main nav .ttl1 {
	text-align: center;
	font-family: 'Noto',sans-serif;
	font-size: 3.4rem;
}
main section .ttl1 span,
main nav .ttl1 span {
	display: block;
	margin-top: 10px;
	font-family: 'MontserratBold',sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #2a4198;
}

main nav.link p.btn a,
main section.contents p.btn a,
main section.contents dd.btn a {
	display: inline-block;
	padding: 10px 20px 8px;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	border-radius: 6px;
}

main nav.link p.btn a:before,
main section.contents p.btn a:before,
main section.contents dd.btn a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
}

/* box */

main .contents article.box {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 50px;
	padding: 40px;
	border: solid 1px #2a4198;
	line-height: 1.6;
}
main .contents article.box h3 {
	width: 1100px;
	min-width: 1100px;
	margin: -41px 0 30px -41px;
	line-height: 1;
}

main .contents dl.box {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 50px;
	padding: 40px;
	line-height: 1.6;
	border: solid 1px #2a4198;
}
	main .contents .box_link{
		margin-top: -100px;
		padding-top: 100px;
	}	
main .contents dl.box dt {
	width: 1100px;
	min-width: 1100px;
	margin: -41px 0 30px -41px;
	padding: 12px 10px 9px;
	line-height: 1;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 2rem;
}

/* article.box1 */

main .contents article.box1 {
	margin: 50px auto;
	border: solid 1px #2a4198;
}
main .contents article.box1 h3 {
	position: relative;
	top: -1px;
	left: -1px;
	width: 1100px;
	min-width: 1100px;
	margin: 0 0 30px;
}

/* table */

main section table {
	width: 100%;
	line-height: 1.4;
	font-size: 1.4rem;
}
main section table th,
main section table td {
	padding: 14px 10px 10px;
	border: solid 1px #ccc;
	text-align: center;
}
main section table thead th {
	font-weight: bold;
	background: #eaeaea;
}
main section table thead th small {
	font-size: 1.4rem;
}
main section table tbody th {
	font-weight: bold;
	color: #3677ab;
}
main section table tbody td a {
	color: #000;
}

/* misc */

main section .f_right {
	float: right;
	padding-left: 40px;
}

/* nav.category
-------------------------------------------------------------*/

main nav.category {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}
main nav.category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	min-width: 1100px;
	margin: 50px auto 0;
}
main nav.category li {
	margin: 0 0 24px;
}
main nav.category li:hover {
	opacity: 0.6;
	transition: all 0.2s;
}
main nav.category ul li dl {
	display: flex;
	flex-direction: column-reverse;
}
main nav.category ul li dt {
	padding: 10px 0 10px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 1.6rem;
	color: #fff;
}
main nav.category ul li dd {
	width: 350px;
	height: 160px;
}
main nav.category ul li dd img {
	display: block;
	width: 350px;
	height: 160px;
}
main nav.category ul li dd img:nth-child(2) {
	display: none;
}

/* main section.products
-------------------------------------------------------------*/

main section.products {
	width: 100%;
	min-width: 1100px;
	padding: 50px 0 60px;
	background: #f6f6f6;
}

main section.products p.leadcopy_index {
	margin: 35px 0 -30px;
	text-align: center;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;

	font-size: 2.8rem;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	color: #2a4198;
}

main section.products a {
	color: #fff;
}

/* main section.products ul.btn */

main section.products ul.btn {
	width: 1100px;
	min-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 30px;
}
main section.products ul.btn li {
	position: relative;
}
main section.products ul.btn li.active div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: #2a4198 solid 5px;
	pointer-events: none;
}
main section.products ul.btn li a {
	display: flex;
	align-items: flex-end;
	width: 318px;
	height: 220px;
	background-size: cover !important;
}
main section.products ul.btn li:nth-of-type(1) a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 143px;
	padding-top: 10px;
	background: #2a4198;
}

main section.products ul.btn li a dl {
	width: 318px;
	padding: 15px 0 5px;
	text-align: center;
}
main section.products ul.btn li a dl dt {
	margin: 0 0 5px;
	font-size: 1.9rem;
}
main section.products ul.btn li a dl dd {
	margin: 0 0 5px;
	line-height: 1.6;
	font-size: 1.4rem;
}

/* main section.products ul.panel */

main section.products ul.panel {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 1098px;
	/* height: 822px; */
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.1s ease-in;
}
main section.products ul.panel.fullsize {
	height: 900px;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li {
	width: 183px;
	height: 183px;
}
main section.products ul.panel li a {
	position: relative;
	display: block;
	width: 183px;
	height: 183px;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li a:hover {
	opacity: 1;
}
main section.products ul.panel li a.tran {
	opacity: 0.5;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 183px;
	height: 183px;
}
main section.products ul.panel li span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 183px;
	height: 183px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li.cat span {font-size: 2rem;}
main section.products ul.panel li.key span {font-size: 4rem;}
main section.products ul.panel li.item span {font-size: 1.4rem;}

main section.products ul.panel li span.show {
	opacity: 1;
	transition: all 0.1s ease-in;
}

main section.products ul.panel li.is-animated {
	animation: 0.4s zoom-in;
}

/* form.inquiries
-------------------------------------------------------------*/

form.inquiries {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 40px;
}
form.inquiries p {
	margin: 0 0 20px;
	line-height: 1.8;
}
form.inquiries p a {
	color: #0093ff;
}
form.inquiries dl {
	margin: 0 0 30px;
	padding: 30px 49px;
	border: solid 1px #2c4d9d;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.6;
	font-size: 1.5rem;
}
form.inquiries dl .kind {
	background: #ececec;
	border-bottom: none;
	font-weight: normal;
}
form.inquiries dl dt.kind {
	padding: 20px 10px 14px;
}
form.inquiries dl dt {
	padding: 20px 10px 0;
	width: 250px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	}
form.inquiries dl dt span {
	font-weight: normal;
}
form.inquiries dl dt span.req {
	display: inline-block;
	padding-left: 5px;
	color: #f00;
}
form.inquiries dl dd {
	width: 750px;
	padding: 14px 10px;
	border-bottom: solid 1px #ccc;
}
form.inquiries dl dd.kind {
	display: flex;
	align-items: center;
}
form.inquiries dl dd em {
	padding-left: 1em;
}
form.inquiries dl dd ul {
	margin: 0;
	line-height: 2;
}
form.inquiries dl dd li {
	display: inline-block;
	margin-right: 2em;
}
form.inquiries dl dd ul.category {
	margin-right: -10px;
	font-size: 0;
}
form.inquiries dl dd ul.category li {
	width: 185px;
	margin: 0;
	font-size: 1.5rem;
}
form.inquiries dl dd input[type="radio"] {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
form.inquiries dl dd input[type="text"] {
	height: 30px;
	width: 300px;
	border: solid 1px #ccc;
}
form.inquiries dl dd input[size="10"] {
	width: 150px;
	margin: 0 0 10px 5px;
}
form.inquiries dl dd input[size="12"] {
	width: 150px;
}
form.inquiries dl dd input[size="30"] {
	width: 100%;
}
form.inquiries dl dd textarea {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
}
form.inquiries dl dd textarea[rows="3"] {height: 80px;}
form.inquiries dl dd textarea[rows="10"] {height: 240px;}

form.inquiries p.button {
	text-align: center;
}
form.inquiries p button {
	display: inline-block;
	width: 220px;
	margin: 0 1em;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
form.inquiries p button[type="reset"] {
	background: linear-gradient(-270deg,#666,#000);
}
form.inquiries p button:hover {
	opacity: 0.6;
	transition: all 0.1s ease-in;
	cursor: pointer;
}
form.inquiries p button:before {
	content: '>';
	position: relative;
	top: 0;
	left: -4px;
	display: inline-block;
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #fff;
}

/* news
-------------------------------------------------------------*/

/* ul.yearly_index */

main ul.yearly_index {
	display: flex;
	flex-wrap: wrap;
	width: 1099px;
	margin: 0 0 50px;
	line-height: 1.4;
	border-top: solid 1px #2a4198;
	border-left: solid 1px #2a4198;
	font-size: 1.4rem;
}
main ul.yearly_index li {
	border-bottom: solid 1px #2a4198;
	border-right: solid 1px #2a4198;
}
main ul.yearly_index li a {
	display: block;
	width: 121px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #2a4198;
}
main ul.yearly_index li a:before {
	content: '>';
	position: relative;
	top: 1px;
	left: -4px;
	display: inline-block;
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #2a4198;
}
main ul.yearly_index li.current a {
	color: #fff;
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
main ul.yearly_index li.current a:before {
	color: #fff;
}

/* dl.news_list */

main dl.news_list a {
	color: #000;
}
main dl.news_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	line-height: 1.4;
	border-top: solid 1px #ccc;
	font-size: 0;
	overflow: hidden;
}
body.toppage main dl.news_list {
	margin: -14px 0 30px;
	border-top: none;
}
main dl.news_list dt,
main dl.news_list dd {
	padding: 16px 0 14px;
	border-bottom: solid 1px #ccc;
	line-height: 1.6;
	font-size: 1.4rem;
}
body.toppage main dl.news_list dt,
body.toppage main dl.news_list dd {
	padding: 16px 0 0;
	border-bottom: none;
	line-height: 1.6;
	font-size: 1.4rem;
}
main dl.news_list dt {
	width: 110px;
	font-weight: bold;
}
body.ir_index dl.news_list dt {
	border: none;
	padding-bottom: 0;
}
main dl.news_list dd.cat {
	text-align: left;
	width: 100px;
}
main dl.news_list dd.txt {
	width: 890px;
}
body.toppage main dl.news_list dd.txt {
	width: 520px;
	padding: 10px 0 12px;
	border-bottom: solid 1px #ccc;
}
body.ir_index dl.news_list dd.txt {
	width: 490px;
	padding: 2px 0 12px;
}
body.ir main dl.news_list dd.txt {
	width: 990px;
}
main dl.news_list dd a[href$=".pdf"]:before {
	content: none;
}
main dl.news_list dd a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: 'far';
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	padding-bottom: 2px;
	color: #c7121d;
	font-size: 1rem;
	transform: scale(2,2);
}
main dl.news_list dd.cat span {
	display: inline-block;
	width: 9em;
	color: #fff;
	padding: 3px 0 1px;
	text-align: center;
	background: #000;
	border-radius: 4px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	transform: scale(1.1,1.1);
}

body.newspage main dl.news_list {
	justify-content: center;
	margin-bottom: 15px;
	border:none;
}
body.newspage main dl.news_list dt {
	border: none;
	color: #2a4198;
}
body.newspage main dl.news_list dd {
	border:none;
}

/* ul.page_num (ページネーション) */

main ul.page_num {
	text-align: center;
}
main ul.page_num li {
	display: inline-block;
	margin: 0 3px;
	border: solid 1px #2a4198;
}
main ul.page_num a,
main ul.page_num span {
	display: block;
	padding: 14px 15px 12px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #2a4198;
}
main ul.page_num a:hover {
	opacity: 1;
	background: #eee;
}
main ul.page_num span.current {
	color: #fff;
	background: linear-gradient(-270deg,#377dae,#2a4198);
}


} /* @media end */

/* ============================================================
SP
============================================================ */

@media screen and (max-width:719px){

/* main
-------------------------------------------------------------*/

/* main section.contents */

main section.contents {
	margin: 0 auto;
	padding: 25px 0 30px;
}
main section.contents h2 {
	margin: 0 0 25px;
	text-align: center;
	font-family: 'Noto',sans-serif;
	font-size: 2rem;
}
main section.contents h2 span.sub {
	display: block;
	margin: 0 0 16px;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2a4198;
}
main section.contents h3 {
	margin: 25px 0 25px;
	padding: 7px 10px 4px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 1.8rem;
}
main section.contents h4 {
	margin: 25px 0 25px;
	padding: 7px 0 3px;
	text-align: center;
	background: #eaeaea;
	color: #2a4198;
	font-size: 1.6rem;
	font-weight: bold;
}

main nav.link p.btn a,
main section.contents p.btn a,
main section.contents dd.btn a {
	display: inline-block;
	padding: 4px 14px 4px;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	border-radius: 6px;
}
main nav.link p.btn a:before,
main section.contents p.btn a:before,
main section.contents dd.btn a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
}

/* main .ttl1 (heading) */

main section .ttl1,
main nav .ttl1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	font-family: 'Noto',sans-serif;
	font-size: 2rem;
}
main section .ttl1 span,
main nav .ttl1 span {
	margin-top: 10px;
	font-family: 'MontserratBold',sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #2a4198;
}

/* box */

main .contents article.box {
	margin: 20px auto;
	border: solid 1px #2a4198;
}
main .contents article.box h3 {
	margin: 0 0 20px;
}

main .contents dl.box {
	margin: 0 auto 50px;
	padding: 40px;
	line-height: 1.6;
	border: solid 1px #2a4198;
}
main .contents dl.box dt {
	margin: -1px 0 10px -1px;
	padding: 8px 10px 5px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 2rem;
}

/* table */

main section table {
}
main section table th,
main section table td {
	padding: 3px 5px 0;
	border: solid 1px #ccc;
	line-height: 1.4;
	text-align: center;
}
main section table thead th {
	background: #eaeaea;
}
main section table tbody th {
	color: #3677ab;
}
main section table tbody td a {
	color: #000;
}

/* sp scroll table */

main section div.sp_scroll {
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}
main section div.sp_scroll::-webkit-scrollbar{height: 5px;}
main section div.sp_scroll::-webkit-scrollbar-track {background: #f1f1f1;}
main section div.sp_scroll::-webkit-scrollbar-thumb {background: #bcbcbc;}

main section p.scroll_notice {
	margin: 0 0 5px;
	font-size: 1.2rem;
}
main section table.sp_scroll {
	white-space: nowrap;
}

/* nav.category
-------------------------------------------------------------*/

main nav.category {
	padding: 0 2vw 20px;
}
main nav.category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px auto 0;
}
main nav.category li {
	width: 30.5vw;
	margin: 0 0 2vw;
}
main nav.category ul li dl {
	display: flex;
	flex-direction: column-reverse;
}
main nav.category ul li dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 0 1px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
main nav.category ul li dt span {
	white-space: nowrap;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}
main nav.category ul li dd img {
	display: block;
}
main nav.category ul li dd img:nth-child(1) {
	display: none;
}

/* section.products
-------------------------------------------------------------*/

main section.products {
	margin: 30px 4vw 30px;
}
main section.products a {
	color: #fff;
}
main section.products p.leadcopy_index {
	margin: 0 0 10px;
	line-height: 1.4;
	text-align: center;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 1.8rem;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	color: #2a4198;
}

/* products ul.btn */

main section.products ul.btn {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
main section.products ul.btn li {
	position: relative;
	width: 46vw;
}
main section.products ul.btn li.active div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: #2a4198 solid 5px;
	pointer-events: none;
}
main section.products ul.btn li a {
	display: flex;
	align-items: flex-end;
	height: 45vw;
	background-size: cover !important;
}
main section.products ul.btn li:nth-of-type(1) {
	background: #2a4198;
}
main section.products ul.btn li:nth-of-type(1) a {
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
}
main section.products ul.btn li a dl {
	padding: 8px 0 3px;
	text-align: center;
}
main section.products ul.btn li a dl dt {
	margin: 0 0 4px;
	font-size: 1.4rem;
	font-weight: bold;
}
main section.products ul.btn li a dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 2vw 2px;
	text-align: left;
	line-height: 1.4;
	font-size: 1.4rem;
}
main section.products ul.btn li a dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 2vw 2px;
	text-align: left;
	line-height: 1.4;
	font-size: 1rem;
}
main section.products ul.btn li a dl dd br {
	display: none;
}
main section.products ul.btn li a dl:after {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}

/* products ul.panel */

main section.products ul.panel {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: auto;
	max-height: 138vw;
	margin: 0 0 20px;
	overflow: hidden;
	transition: all 0.1s ease-in;
}
main section.products ul.panel.fullsize {
	height: 120vh;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li a {
	position: relative;
	display: block;
	width: 23vw;
	height: 23vw;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li a:hover {
	opacity: 1;
}
main section.products ul.panel li a.tran {
	opacity: 0.5;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li a img {
	display: block;
	width: 23vw;
	height: 23vw;
}
main section.products ul.panel li span {
	display: none !important;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 23vw;
	height: 23vw;
	padding: 2vw;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.1s ease-in;
	font-size: 1.1rem;
}
main section.products ul.panel li span.show {
	opacity: 1;
	transition: all 0.1s ease-in;
}
main section.products ul.panel li.is-animated {
	animation: 0.4s zoom-in;
}

/* form.inquiries
-------------------------------------------------------------*/

form.inquiries dl {
	margin: 0 0 30px;
	padding: 0 4vw 15px;
	border: solid 1px #2c4d9d;
	line-height: 1.6;
	font-size: 1.5rem;
}
form.inquiries dl .kind {
	background: #ececec;
	margin: 0 -4vw;
	border: none;
}
form.inquiries dl dt.kind {
	padding: 4vw 4vw 0;
}
form.inquiries dl dt.kind br {
	display: none;
}
form.inquiries dl dd.kind {
	padding: 0 4vw 10px;
}
form.inquiries dl dt {
	padding: 14px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
}
form.inquiries dl dt span {
	font-size: 1.2rem;
	font-weight: normal;
}
form.inquiries dl dt span br {
	display: none;
}
form.inquiries dl dt span.req {
	display: inline-block;
	padding-left: 2px;
	color: #f00;
}
form.inquiries dl dd {
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
	font-size: 1.4rem;
}
form.inquiries dl dd:last-child {
	padding: 0;
	border: none;
}
form.inquiries dl dd em {
	display: inline-block;
	padding: 5px 0 0;
	line-height: 1.3;
	font-size: 1.3rem;
}
form.inquiries dl dd ul {
	margin: 0 0 -10px;
	line-height: 2;
}
form.inquiries dl dd li {
	display: inline-block;
	margin-right: 0.5em;
}

form.inquiries dl dd input[type="text"] {
	height: 30px;
	width: 100%;
	border: solid 1px #ccc;
}
form.inquiries dl dd input[size="10"] {
	width: 150px;
	margin: 0 0 5px 5px;
}

form.inquiries dl dd input[size="12"] {
	width: 150px;
}

form.inquiries dl dd textarea {
	display: block;
	height: 60px;
	width: 100%;
	border: solid 1px #ccc;
}
form.inquiries dl dd textarea[rows="10"] {
	height: 160px;
}

form.inquiries p button {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
form.inquiries p button:before {
	content: '>';
	position: relative;
	top: 0;
	left: -4px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #fff;
}
form.inquiries p button[type="reset"] {
	margin-bottom: 10px;
	background: linear-gradient(-270deg,#666,#000);
}

/* news
-------------------------------------------------------------*/

/* ul.yearly_index */

main ul.yearly_index {
	display: flex;
	flex-wrap: wrap;
	margin: 0 4vw 20px;
	line-height: 1.4;
	border-left: solid 1px #2a4198;
	font-size: 1.4rem;
}
main ul.yearly_index li {
	border-bottom: solid 1px #2a4198;
	border-right: solid 1px #2a4198;
}
main ul.yearly_index li:nth-child(1) {border-top: solid 1px #2a4198;}
main ul.yearly_index li:nth-child(2) {border-top: solid 1px #2a4198;}
main ul.yearly_index li:nth-child(3) {border-top: solid 1px #2a4198;}

main ul.yearly_index li {
	width: 30vw;
}
main ul.yearly_index li a {
	display: block;
	width: 30vw;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	color: #2a4198;
}
main ul.yearly_index li a:before {
	content: '>';
	position: relative;
	top: 1px;
	left: -4px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #2a4198;
}
main ul.yearly_index li.current a {
	color: #fff;
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
main ul.yearly_index li.current a:before {
	color: #fff;
}

/* dl.news_list */

main dl.news_list a {
	color: #000;
}
main dl.news_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 4vw 0 0;
	line-height: 1.4;
	border-top: solid 1px #ccc;
	font-size: 1.4rem;
}
body.toppage main dl.news_list {
	border-top: none;
}
main dl.news_list dt {
	padding: 0 0 0 4vw;
	font-weight: bold;
}
main dl.news_list dd {
	padding: 0 4vw;
	position: relative;
}
body.toppage main dl.news_list dt {
	padding: 0 4vw 0 0;
}
body.toppage main dl.news_list dd {
	padding: 0;
}
body.ir_index main dl.news_list dt,
body.ir_index main dl.news_list dd {
	padding-left: 0;
	padding-right: 0;
}
main dl.news_list dd.txt {
	width: 100vw;
	margin: 0 0 4vw;
	padding: 2vw 4vw 4vw;
	border-bottom: solid 1px #ccc;
}
body.toppage main dl.news_list dd.txt {
	padding: 2vw 0 4vw;
}

main dl.news_list dd a[href$=".pdf"]:before {
	content: none;
}
main dl.news_list dd a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: 'far';
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px !important;
	color: #c7121d;
	font-size: 1rem;
	-webkit-transform: scale(1.8,1.8);
	transform: scale(1.8,1.8);
}
main dl.news_list dd.cat span {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 9em;
	color: #fff;
	padding: 3px 0 1px;
	text-align: center;
	background: #000;
	border-radius: 4px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
body.newspage main dl.news_list {
	margin: 0 0 5px;
	border:none;
}
body.newspage main dl.news_list dt {
	border: none;
	color: #2a4198;
}
body.newspage main dl.news_list dd {
	border:none;
}

/* ul.page_num */

main ul.page_num {
	text-align: center;
}
main ul.page_num li {
	display: inline-block;
	margin: 0 1px;
	border: solid 1px #2a4198;
}
main ul.page_num a,
main ul.page_num span {
	display: block;
	padding: 4px 5px 2px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #2a4198;
}
main ul.page_num a:hover {
	opacity: 1;
	background: #eee;
}
main ul.page_num span.current {
	color: #fff;
	background: linear-gradient(-270deg,#377dae,#2a4198);
}


} /* @media end */

/* ==========================================================
slick
=============================================================*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


复制


词搜找货


翻译


设置
1688找货源


❯



