/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1344px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 17px; line-height:30px; color: #333; letter-spacing: 0.1rem; font-weight: 300; padding-top: 0; position: relative;}
#content:after { content: ""; position: absolute; z-index: 2; width: 100%; height: 100%; top: 0; left: 0; background: url("../images/content-bg.png") no-repeat top center;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: 17px;line-height:30px;  font-weight: 300;}
p, td, li, label { font-size: 17px;line-height:30px;  font-weight: 300;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.idx-top-box { background: #131e56;}

.banner { position: relative; background: url("../images/banner-pto.jpg") no-repeat top center; background-size: cover; height: 417px;}
.banner:after { position: absolute; content: ""; z-index: 1; left: 0; bottom: 0; width: 100%; height: 100%; background: url("../images/banner-bg.png") no-repeat bottom center; background-size: cover;}

.demo-section { position: relative; z-index: 4; padding: 0 5% 5% 5%;}

#path { padding-bottom: 35px;}
#path ul { margin-bottom: 0; padding: 0;}
#path li { display: inline-block; vertical-align: top; font-size: 17px; color: #333333; font-weight: 300;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px; }
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #333; }
#path li a:hover, #path li:last-child a { color: #333;}

/*company*/
.title01 { line-height: 130%; padding-bottom: 25px; text-align: center;}
.title01 h1 { font-weight:500; font-size: 38px; color: #131e56; margin: 0; padding: 0; line-height: 130%;}
.title02 { line-height: 130%; padding-bottom: 40px; text-align: center; font-size: 30px; font-weight: 300; color: #333333;}

.company-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.company-section > div { margin: 0 5px 10px 5px; width: calc(25% - 10px);}
.company-section > div:nth-child(odd) { background: #444444;}
.company-section > div:nth-child(even) { background: #12366d;}
.company-pto { line-height: 0;}
.company-pto img { width: 100%;}
.company-data { padding: 30px; min-height: 270px; font-weight: 300; color: #fff;}
.company-title { position: relative; padding-bottom: 20px; margin-bottom: 24px; color: #fff;  line-height: 140%; font-weight: 500; font-size: 25px;}
.company-title:after { position: absolute; content: ""; background: #e60012; width: 42px; height: 3px; bottom: 0; left: 0;}
.company-title b { display: block; font-weight: 700;}

/*culture*/
.culture-section { position: relative; z-index: 4; padding-left: 5%; padding-right: 5%; margin-top: -80px;}
.culture-section:before { position: absolute; content: ""; width: 46%; height: 400px; background: #444; z-index: 2; left: 0; top:60px;}
.culture-section:after { position: absolute; content: ""; width: 75%; height: 400px; background: #444; z-index: 1; right: 0; bottom:0px;clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%); opacity: 0.1;}

.culture-content { position: relative; z-index: 3; padding-bottom: 50px; display: flex; flex-direction: row; flex-wrap: wrap;}
.culture-content > div { width: 50%;}
.culture-content > div:nth-of-type(1) { padding-right: 32px;}

/*products*/
.align-left  {text-align: left;}

.products-list { display: flex; flex-direction: column; flex-wrap: nowrap;}
.products-list > a { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; overflow: hidden;}
.products-list > a:hover .products-list-pto img { transform: scale(1.1);}
.products-list > a:hover .products-list-btn > div:nth-of-type(1):after { background: #ad0d19;}
.products-list > a:hover .products-list-btn > div:nth-of-type(1) { color: #ad0d19;}
.products-list > a:hover .btn02 { background: #ad0d19;}
.products-list > a > div { width: 50%; overflow: hidden;}
/*.products-list > a:nth-child(even) > div:nth-of-type(1) { order:2;}
.products-list > a:nth-child(even) > div:nth-of-type(2) { order:1;}*/
.products-list-pto { padding-bottom: 39%;}
.products-list-pto img { transition: all 1s ease-out 0s;}
.products-list > a > div:nth-of-type(2) { padding: 0 5%;}
.products-list-btn { display: flex; flex-direction: column; flex-wrap: nowrap;}
.products-list-btn > div:nth-of-type(1) { font-size: 30px; font-weight: 400; color: #333333; line-height: 120%; padding-bottom: 20px; margin-bottom: 20px; position: relative;transition: all 0.4s ease-out 0s;}
.products-list-btn > div:nth-of-type(1):after { content: ""; position: absolute; width: 100%; height: 3px; left: 0; bottom: 0; background: #333;transition: all 0.4s ease-out 0s;}

.btn02 { width: 68px; height: 68px; border-radius: 100%; background: #333333; position: relative; transition: all 0.4s ease-out 0s; transform-origin: 0% 0%;color: #fff;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
/*.btn02:before { position: absolute; content: ""; width: 20px; height: 1px ;background: #fff; top:33px; left: 24px;transition: all 0.4s ease-out 0s; }
.btn02:after { position: absolute; content: ""; width: 10px; height: 10px ;border-width: 1px 1px 0 0; border-color:#fff; border-style: solid; transform: rotate(45deg); top:29px; right: 23px;transition: all 0.4s ease-out 0s; }*/

/*products-list*/
.products-list2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px;}
.products-list2 > a { padding: 0 5px 30px 5px; width: 33.33%; display: block;}
.products-list2-pto { padding-bottom: 78%; margin-bottom: 10px;}
.products-list2-name { font-size: 20px; font-weight: 400; color: #333333;}

#page { text-align: center; padding-bottom: 0px;}
#page a { font-size: 15px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 28px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #ad0d19; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #555; border-right: 1px solid #555; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*products-detail*/
.products-detail-top { padding-bottom: 60px;display: flex; flex-direction: row; flex-wrap: wrap; }
.products-detail-top > div { width: 50%; padding-bottom: 30px; }
.products-detail-top > div:nth-of-type(1) { padding-left: 35px; padding-right: 35px;}

.loop {}
.loop .owl-dots { }
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:calc(50% - 40px); width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop .owl-prev { left:30px; }
.loop .owl-next { right:30px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop .owl-next:before { content: ""; transform: rotate(45deg);}
.loop .owl-prev:hover:before, .loop .owl-next:hover:before { opacity: 1;}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom:-60px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #dedede !important; width: 14px !important; height: 14px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #ad0d19 !important; }

.btn-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 35px 0; border-top:1px solid #131e56;}

.btn03 { display: flex !important ;flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; min-width: 130px; line-height: 64px; border-radius: 32px; border: 1px solid #012e74; padding: 0 25px; background: #012e74;}
.btn03 > div { color: #fff; font-size: 15px;}
.btn03 > span { display: inline-block; width: 9px; height: 9px; border-width: 1px 1px 0 0; border-color:#fff; border-style: solid;  transform: rotate(45deg);}

.btn-tool { display: flex; flex-direction: row; flex-wrap: nowrap; }
.btn04 { display: flex !important ;flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; min-width: 130px; line-height: 64px; border-radius: 32px; border: 1px solid #333; padding: 0 25px; background: #fff; margin-left: 10px;}
.btn04 > div { color: #333; font-size: 15px;}
.btn04 > span { display: inline-block; width: 9px; height: 9px; border-width: 1px 1px 0 0; border-color:#333; border-style: solid;  transform: rotate(45deg);}
.arrow-prev {transform: rotate(-135deg) !important;}

.title03 { font-size: 18px; font-weight: 700; color: #333; padding-bottom: 8px;}

.products-use > a { width: 25%; display: block;}
.products-use-name { font-size: 17px; color:#333; font-weight: 400;}

.btn-back { padding-top: 40px;}
.btn-back .btn04 { width: 160px; margin: 0 auto;}

/*application*/
aside { padding-bottom: 10px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
aside > a { margin: 0 10px 10px 10px;}
aside > a > div { font-size: 18px !important; padding-right: 10px;}
aside > a:hover, aside > a.current { background: #ad0d19; border-color: #ad0d19; }
aside > a:hover > div, aside > a.current > div { color: #fff;}
aside > a:hover > span, aside > a.current > span { border-color: #fff;}

.application-data { padding-bottom: 12px;color: #333;}

/*application-detail*/
.application-detail-bg { position:relative; z-index: 5; margin-top: -65px;}
.application-detail-bg:before { position:absolute; content: ""; left: 0; top:48px; width: 50%; background: rgba(68,68,68,.15); height: 70%;}
.application-detail-top { position: relative; z-index: 6;padding-bottom: 100px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.application-detail-top > div:nth-of-type(1) { width: 31%;}
.application-detail-top > div:nth-of-type(1) h1 { text-align: center;}
.application-detail-top > div:nth-of-type(2) { width: 69%;}

/*news*/
.idx-news-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 0px;}
.idx-news-list > div { width: 48%;display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 40px; }
.idx-news-list > div > div:nth-of-type(1) { width: 43%; }
.idx-news-list > div > div:nth-of-type(2) { width: 57%; padding: 10px 0 0 20px; position: relative;}
.idx-news-pto { line-height: 0; overflow: hidden; padding-bottom: 40%;}
.idx-news-pto img { border-radius: 10px;}
.idx-news-date { font-size: 15px; color: #ad0d19; padding-bottom: 15px; font-weight: 300;}
.idx-news-data { margin-bottom: 20px; min-height: 90px;
overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; /*行數*/-webkit-box-orient: vertical;white-space: normal; }
.idx-news-title { font-size: 18px; color: #333333; margin-bottom: 10px; font-weight: 500; min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;}
.news-btn { display: inline-block; width: 105px; line-height: 40px; border-radius: 20px; text-align: center; color: #fff !important; font-size: 13px; background: #ad0d19;/* position: absolute; bottom: 0; left: 20px;*/}

/*news-detail*/
.news-detail-top { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; border-bottom: 1px solid #ad0d19; padding-bottom: 10px; margin-bottom: 20px;}
.news-detail-top > div:nth-of-type(1) { padding-right: 30px;}
.news-detail-top > div:nth-of-type(2) { padding-top: 30px;}
.news-detail-top .idx-news-date { padding-bottom: 0px;}

.news-detail-content { padding: 0 0px 20px 0px;}
.news-title-1 { font-size: 20px; font-weight: 700; color: #59b41d; padding-bottom: 5px;}
.color-orange { color: #e55c0a;}

.pro-btn-prev, .pro-btn-next { font-size: 16px; position: relative; padding: 0 14px; color: #adadad !important;}
.pro-btn-prev:before, .pro-btn-next:after { content: ""; position: absolute; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-color: #999; border-style: solid;top: 8px;}
.pro-btn-prev:before { left: 0; transform: rotate(-135deg);}
.pro-btn-next:after { right: 0; transform: rotate(45deg);}
.pro-btn-back { padding: 0 17px; color: #ad0d19 !important; font-size: 16px; border-right: 1px solid #adadad; border-left: 1px solid #adadad;}

.news-detail-btn { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding: 10px 0; border-top:1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9;}
.news-detail-btn > div { margin-bottom: 0px;}
.news-detail-btn > div a:hover { opacity: 0.6;}
.news-detail-btn .pro-btn-back { border-width: 0;}
.pro-detail-title { position: relative;  padding-left: 15px; font-size: 28px; font-weight: 400; color:#333; line-height: 150%; padding-bottom: 12px;}
.pro-detail-title:before { content: ""; position: absolute; width: 5px; height: 26px; border-radius: 2.5px; background: #ad0d19; left: 0; top: 7px;}

/*technology*/
.technology-content { display: flex; flex-direction: row; flex-wrap: wrap;}
.technology-content > div:nth-of-type(1) { width: 49%; padding-right: 55px;}
.technology-content > div:nth-of-type(2) { width: 51%; }
.technology-spec { border-spacing:1px; border-collapse: inherit; width:100%; background: #eeeeee;}
.technology-spec th { text-align: left; padding: 10px 20px; background: #203b77; color: #fff; font-size: 17px; font-weight: 700;}
.technology-spec td { text-align: left; padding: 10px 20px; background: #fff; color: #333; font-size: 17px; font-weight: 400;}
.bg-gray { background: #fbfbfb !important;}

/*recruit*/
.recruit-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; padding: 20px 0 20px 0;}
.recruit-list > div { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding-bottom: 20px;}
.recruit-list > div > div { padding: 18px 28px;}
.recruit-list > div > div:nth-of-type(1) { border-right: 1px solid #333;}
.recruit-btn { width: 105px; line-height: 40px; display: inline-block; text-align: center; background: #ad0d19; font-size: 15px; color: #fff !important; border-radius: 20px;}

.recruit-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.recruit-content > div { width: 49%;}
.recruit-content > div:nth-of-type(2) { padding-top:70px;}
.recruit-title { font-size: 30px; color: #333333; padding: 20px 5px; border-bottom: 3px solid #333333; margin-bottom: 15px; font-weight: 400;}
.recruit-title2 { font-weight: 500;}

.loop2 {}
.loop2 .owl-dots { display: none;}
.loop2 .owl-item {position: relative; }
.loop2 .owl-nav { position: absolute; top:calc(50% - 40px); left: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); width: 40px !important; height: 40px !important; border-radius: 100% !important; background: rgba(255,255,255,.8) !important; }
.loop2 .owl-prev { left:15px; }
.loop2 .owl-next { right:15px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 13px; height: 13px; background-size: contain; display: block; border-width: 1px 1px 0 0; border-style: solid; border-color: #333;}
.loop2 .owl-prev:before { content: ""; transform: rotate(-135deg); margin-left: 15px; }
.loop2 .owl-next:before { content: ""; transform: rotate(45deg); margin-left: 10px;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { opacity: 1;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:-60px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #dedede !important; width: 14px !important; height: 14px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #ad0d19 !important; }

/*download*/
.download-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.download-list > div { margin: 0 5px 65px 5px; position: relative; width: calc(33.33% - 10px); padding: 0 20px 20px 20px;display: flex; flex-direction: row; flex-wrap: wrap;}
.download-list > div > div { position: relative; z-index: 3;}
.download-list > div > div:nth-of-type(1) { width: 35%;}
.download-list > div > div:nth-of-type(2) { width: 65%; padding: 23% 20px 20px 20px;}
.download-list > div:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);}
.download-pto { padding-bottom: 49%;}
.download-title { font-size: 16px;}
.download-title span { font-size: 20px; font-weight: 400; display: block; padding-top: 0px;}
.download-btn { position: absolute; z-index: 3; bottom: -25px;right: 20px; width: 50px; height: 50px; line-height: 45px; border-radius: 100%; background: #ac0d19; text-align: center;}
.download-btn img { width: 30px;}

/*video*/
.video-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 10px;}
.video-list > div { margin: 0 5px 30px 5px; position: relative; width: calc(33.33% - 10px); }
.video-pto { padding-bottom: 56%; margin-bottom: 15px; position:relative; }
.video-icon { position: absolute; top:calc(50% - 27px); left: calc(50% - 27px);}
.video-icon img { width: 54px;}
.video-name { font-weight: 500; font-size: 20px; }

/*contact*/
.contact-section-1 {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 30px; }
.contact-section-1 > div:nth-of-type(1) {width: 60%;}
.contact-section-1 > div:nth-of-type(2) {width: 38%;}
.contact-note {font-size: 20px; padding-bottom: 25px;}

.idx-form-bg { background: rgba(0,0,0,.03); width: 100%; padding: 15px 7% 45px 7%;}
.idx-form-bg input[type="text"], .idx-form-bg input[type="number"], .idx-form-bg input[type="tel"], .idx-form-bg input[type="phone"], .idx-form-bg input[type="date"], .idx-form-bg input[type="email"], .idx-form-bg input[type="password"], .idx-form-bg input[type="button"], .idx-form-bg textarea { font-size: 17px; border-width:0px; border-style: solid; border-color: #e2e2e2; margin: 0px 0 0px 0; width: 100%; padding:0 0 0px 15px; color:#333; background: transparent; font-family: 'Noto Sans TC', sans-serif; line-height: 30px; border-radius: 0px; }
.idx-form-bg textarea { height:115px; resize:none; line-height: 140%; padding-top: 5px;}

.btn01 { display: flex !important ;flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; width: 200px; line-height: 64px; border-radius: 32px; border: 1px solid #333; padding: 0 25px; background: none;}
.btn01 > div { color: #333; font-size: 15px;}
.btn01 > span { display: inline-block; width: 9px; height: 9px; border-width: 1px 1px 0 0; border-color:#333; border-style: solid;  transform: rotate(45deg);}

.form-list { display: flex; flex-direction: row; flex-wrap: nowrap; border-bottom: 1px solid #9d9d9d; padding: 20px 0;}
.form-list > div:nth-of-type(1) { width: 95px; color: #333;}
.form-list > div:nth-of-type(2) { width: calc(100% - 84px);}
.form-btn { padding-top: 40px;}

.contact-map iframe { width: 100%; border-width: 0;  height: 590px;}

.contact-info {display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-info > div {width: 45%;margin-right: 10%;}
.contact-info > div:last-child {margin-right: 0;}
.contact-title { font-size: 22px; color: #333333; padding:5px 5px 15px 0px; border-bottom: 3px solid #333333; margin-bottom: 15px; font-weight: 700;}
.contact-data { font-size: 17px; }
.contact-data a { color: #333 !important; }
.contact-data span { font-weight: 500; }

@media only screen and (max-width: 1279px) {
	#content { font-size: 15px; line-height:30px; padding-top: 70px;}
	#content p{ font-size: 15px;line-height:30px; }
	p, td, li, label { font-size: 15px;line-height:30px;}
	
	.banner { height: 200px;}
	
	#path { padding-bottom: 20px;}
	#path li { font-size: 15px;}
	
	.title01 { padding-bottom: 15px;}
	.title01 h1 { font-size: 26px;}
	.title02 { font-size: 22px; padding-bottom: 25px;}
	
	.culture-section { margin-top: -40px;}
	
	.products-list-btn > div:nth-of-type(1) { font-size: 20px;}
	.btn02 { transform: scale(0.7);}
	
	.application-detail-bg { margin-top: -30px;}
	.application-detail-top { padding-left: 5%; padding-right: 5%;}
	.application-detail-top > div:nth-of-type(1) { width: 100%;}
	.application-detail-top > div:nth-of-type(2) { width: 100%;}
	
	.idx-news-list > div > div:nth-of-type(2) { padding-top: 0;}
	
	.technology-content > div:nth-of-type(1) { width: 100%; padding-right: 0px; padding-bottom: 30px;}
	.technology-content > div:nth-of-type(2) { width: 100%; }
	
	.download-title { font-size: 15px;}
	.download-title span { font-size: 17px;}
	.download-list > div { width: calc(50% - 10px); }
	
	.video-name { font-size: 17px;}
}

@media only screen and (max-width: 980px) {
	.demo-section { padding-bottom: 40px;}
	
	.company-section > div { width: calc(50% - 10px);}
	
	.culture-content > div { width: 100%;}
	.culture-content > div:nth-of-type(1) { padding-right: 0px; margin-bottom: 30px;}
	.culture-section:before  { opacity: 0.1;}
	
	.products-list > a { margin-bottom: 20px;}
	.products-list > a > div { width: 100%; }
	.products-list > a > div:nth-of-type(2) { padding: 0 0;}
	.products-list-pto { padding-bottom: 78%; margin-bottom: 20px;}
	.products-list > a:nth-child(even) > div:nth-of-type(1) { order:1;}
	.products-list > a:nth-child(even) > div:nth-of-type(2) { order:2;}
	
	.products-list2 > a { width: 50%;}
	.products-list2-name, .products-use-name { font-size: 16px; }
	
	.products-detail-top { padding-bottom: 0;}
	.products-detail-top > div { width: 100%; }
	.products-detail-top > div:nth-of-type(1) { padding-left: 0px; padding-right: 0px; padding-bottom: 70px;}
	
	.application-detail-bg:before { display: none;}
	
	.idx-news-title { font-size: 16px;}
	.idx-news-date { padding-bottom: 10px;}
	.idx-news-list { align-items: flex-start;}
	.idx-news-list > div > div:nth-of-type(1) { width: 100%; }
	.idx-news-list > div > div:nth-of-type(2) { width: 100%; padding: 0px; }
	.idx-news-pto {  padding-bottom: 100%; margin-bottom: 10px;}
	
	.news-detail-top { flex-direction: column;}
	.news-detail-top > div:nth-of-type(2) { padding-top: 5px;}
	.pro-detail-title { font-size: 22px;}
	
	.recruit-content > div { width: 100%;}
	.recruit-content > div:nth-of-type(2) { padding-top:10px;}
	
	.video-list > div { width: calc(50% - 10px); }
	
	.contact-title { font-size: 18px; }
	.contact-data { font-size: 15px; }
	.contact-info > div {width: 100%; padding-bottom: 20px;margin-right: 0px;}
	
	.contact-section-1 > div:nth-of-type(1) {width: 100%; margin-bottom: 20px;}
	.contact-section-1 > div:nth-of-type(2) {width: 100%;}
	.contact-note {font-size: 17px; }
	.contact-map iframe { height: 300px;}

}
@media only screen and (max-width: 768px) {
	.download-list > div > div:nth-of-type(1) { width: 100%;}
	.download-list > div > div:nth-of-type(2) { width: 100%; padding: 5px 0 20px 0;}
	
}
@media only screen and (max-width: 640px) {
	.download-list > div { margin: 0 0 65px 0; width: calc(100% - 10px); }
}
@media only screen and (max-width: 570px) {
	.company-section > div { margin: 0 0px 10px 0px; width: calc(100% - 0px);}
	.company-title { font-size: 22px;}
	
	.btn-box > div  {width: 100%; margin-bottom: 10px;}
	.btn03 { min-width: 100%;}
	.btn-tool { flex-direction: column;}
	.btn04 { margin: 0 0 10px 0;}
	
	aside > a { margin: 0 5px 10px 5px !important; min-width: inherit !important; padding: 0 20px !important;}
	aside > a > div { font-size: 15px !important; padding-right: 5px;}
	
	.video-list > div { margin: 0 0 30px 0; width: 100%; }
}

@media only screen and (max-width: 414px) {
	.banner { height: 150px;}
	
	.recruit-list > div { flex-direction: column;}
	.recruit-list > div > div:nth-of-type(1) { border-bottom: 1px solid #333;border-right: 0px solid #333;}

}

@media only screen and (max-width: 320px) {
	
	

}
