@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: 'Noto Sans JP', 'Roboto', 'Noto Sans SC', 'Open Sans' , sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 300;
}
a { color: #0773be;}
a:hover { text-decoration: none; color: #f0931e;}
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
::selection {
	background-color: #333;
	color: #fff;
}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

/*************************
Typography 
**************************/
@media only screen and (min-width:1300px){.container{width: 1300px; padding: 0;}}
.font1 {
	color: #e01b0b;
	font-weight: 500;
}
.font2 {
	font-size: 14px;
	line-height: 24px;
	color: #cc3636;
}
.font3 {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 500;
	color: #046eb8;
}
.font5 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 500;
	color: #bc0404;
}
.font6 {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}
.font7 {
	font-size: 1.35em;
	line-height: 1.7;
	font-weight: 500;
}
.font8 {
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: 500;
}
.udline {
	display: inline-block;
	position: relative;
	padding: 0 3px;
	color: #093171;
}
.udline:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
	z-index: -1;
	background: #ee2b2b;
}
ul.ulset { margin: 0; padding: 0; list-style: none;}
.itemarea {width: 100%;float: left;}
.l-wrapper-small{width:100%;max-width:990px;padding:0 1.875rem;margin:0 auto}
/*表單*/
.input-txt {
  position: relative;
  overflow: hidden;
}

.box-txt{border: 1px solid #ddd; outline: none; padding: 4px 10px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.box-txt.full{width: 100%;}

.box-txt.txtarea{height: 150px; width: 100%}
.box-txt.mgTop{margin-top: 10px;}
.box-txt:focus{border-color: #046eb8; -webkit-box-shadow: 0 0 1px #046eb8; box-shadow: 0 0 1px #046eb8;}
.box-txt::-webkit-input-placeholder { color: #aaa; }
.box-txt::-moz-placeholder { color: #aaa; }
.box-txt:-ms-input-placeholder { color: #aaa; }
.box-txt:-moz-placeholder { color: #aaa; }
input[type=radio] { margin-left:10px;}
input[type=radio] + label { display:inline-block; margin:0; padding:5px 5px; color:#999;cursor: pointer;width: auto;float: none; }
input[type=radio]:checked + label { cursor: default;}
.form-control{height: 42px; border: 1px solid #ddd; outline: none; padding: 5px 10px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s; -webkit-box-shadow: 0 0 0 #046eb8; box-shadow: 0 0 0 #046eb8;border-radius: 0;}
.form-control:focus{border-color: #046eb8; -webkit-box-shadow: 0 0 1px #046eb8; box-shadow: 0 0 1px #046eb8;}
@media only screen and (max-width:991px) {
  .form-style .half{float: none; width: 100%; }
  .form-style .half.left{padding-right: 0px;}
  .form-style .half.right{padding-left: 0px;}
}
@media only screen and (max-width:767px) {
  .form-style .f-row{margin: 15px 0;}
}
@media only screen and (max-width:499px) {
  .form-style .f-row .tit, .form-style .f-row .content{ display: block;}
  .form-style .f-row .content{width: 100%;}
  .form-button .button{ width: 46%; margin: 0 2px; font-size: 0.95rem; }
  .form-button .button i{ display: none;}
  .form-style .f-row .three-warp{margin: 0 ;}
  .form-style .f-row .three{width: 100%; margin: 5px 0 0; float: none;}
  .form-style ::-webkit-input-placeholder { font-size: 0.8rem; }
  .form-style ::-moz-placeholder { font-size: 0.8rem; }
  .form-style :-ms-input-placeholder { font-size: 0.8rem; }
  .form-style :-moz-placeholder { font-size: 0.8rem; }
}
.select-ov {
	float: left;
	padding: 0;
}
.select-ov label {
	float: left;
	display: inline-block;
	margin: 5px 0 2px;
	padding: 0 10px 0 0;
}
.select-ov select,input[type="file"]{height:34px;*margin-top:4px;line-height:26px; padding: 0 7px 0;font-size: 15px;}
.select-ov select{background-color:#fff;border:1px solid #ccc;}
.select-ov select[multiple],select[size]{height:auto}
.select-ov select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.selectBox {
	float: left;
	width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 42px;
  color: #000;
  outline: none;
  line-height: 35px;
  border: none;
	border: 1px solid #ddd;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 15px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover { border-color: #333;}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}
input[type=number]{ -moz-appearance: textfield;}
/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.scrollToTop:hover {
	background: rgba(129,180,84,0.9);
}
.scrollToTop i {
	font-size: 22px;
	line-height: 40px;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
	  right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	padding: 60px 0 40px;
	background: #046eb8;
}
.basic {
	margin: 60px 0 0;
	display: flex;
	align-items: flex-start;	
}
.basic .companyname {
	flex: 1;
	min-width: 270px;
	height: 50px;
	font-size: 0;
	color: #fff;
	padding: 0; 
	margin: 0;
	text-indent:-9999px;
	background: url(/site/themes/default/jp/images/footer-logo.svg) no-repeat 0 0;
	background-size: auto 100%;
}
.copyright {
	font-size: 13px;
	line-height: 1.8em;
	color: rgba(255,255,255,0.6);
	padding: 0;
	margin: 25px 0 0;
	text-align: right;
}
.copyright A:link {color:rgba(255,255,255,0.6);text-decoration:none}
.copyright A:visited {color:rgba(255,255,255,0.6);text-decoration:none}
.copyright A:hover {color:#fcdc42;text-decoration:none}
/*.basic span {
	float: left;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #222;
	padding: 0 0 0 23px;
	margin: 3px 0;
}
.basic span.add {background: url(/site/themes/default/jp/images/placeholder.svg) no-repeat 3px 3px;background-size: auto 18px;width: 100%;}
.basic span.phone {background: url(/site/themes/default/jp/images/phone.svg) no-repeat 1px 4px;background-size: auto 16px;}
.basic span.fax {background: url(/site/themes/default/jp/images/printer.svg) no-repeat 1px 5px;background-size: auto 14px;margin-left: 25px;}
.basic span.mail {background: url(/site/themes/default/jp/images/mail.svg) no-repeat 1px 7px;background-size: auto 12px;width: 100%;}
.basic span A:link {color:#222;text-decoration:none}
.basic span A:visited {color:#222;text-decoration:none}
.basic span A:hover {color:#ef3640;text-decoration:none}*/
.quicklink {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(5, 1fr);
}
.quicklink ul { 
	margin: 0; 
	padding:0;
	list-style: none;
}
.quicklink ul li {
	list-style: none;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 200;
	color: rgba(0,0,0,0.5);
	margin: 1px 0;
	padding: 0;
}
.quicklink ul li a { color: rgba(255,255,255,0.7);text-decoration: none;}
.quicklink ul li a:hover {color: #fff;text-decoration: none;}
.quicklink ul li.tit {
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	font-weight: 400;
	margin: 5px 0;
}
.quicklink ul li.tit a {color: #fff;text-decoration: none;}
.quicklink ul li.tit a:hover {color: #fcdc42;text-decoration: none;}


@media (max-width:991px) {
.basic {display: inline-block;}
.basic .companyname {width: 100%;min-width: inherit;}
.copyright {width: 100%;margin: 20px 0 0;text-align: left;}
.quicklink { grid-template-columns: repeat(4, 1fr);}
}
@media (max-width:768px) {
.quicklink { grid-template-columns: repeat(3, 1fr);}
}
@media (max-width:480px) {
#footer {padding: 40px 0;}
.quicklink { grid-template-columns: repeat(2, 1fr);}
}
/*************************
******* home ******
**************************/
#page {
	width: 100%;
	display: inline-block;
	position: relative;
}
#content {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*公司優勢*/
#iabout { 
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 70px 0 40px; 
	position: relative;
}
#iabout .container { 
	position: relative;
}
#iabout .text {
	float: left;
	width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 450px;
    padding: 3% 3% 3% 0.5%;
}
#iabout .tit {
	display: inline-block;
	width: 100%;
	font-size: 2.1em;
	color: #046eb8;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0;
}
#iabout .tit .en {
    display: inline-block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	color: #046eb8;
	margin: 0 0 0 10px;
}
#iabout .text ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
#iabout .text ul li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 25px;
	background: url(/site/themes/default/jp/images/icon1.png) no-repeat 10px 15px;
}
#iabout .photo {
	float: right;
	width:60%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px) {
#iabout { margin: 50px 0 30px; }
#iabout .text {width: 100%; min-height: inherit; padding: 0 1% 35px;}
#iabout .photo {float: left;width: 100%;}
}

/*績效*/
#iperformance { 
	float: left; 
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 15px 0 30px; 
	position: relative;
}
#iperformance .tit {
	display: inline-block;
	width: 100%;
	font-size: 2.1em;
	color: #046eb8;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
}
#iperformance .tit span.en {
    display: inline-block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	color: #046eb8;
	margin: 0 0 0 10px;
	padding: 0;
}
#iperformance .tit span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
#iperformance .tit span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #fff;
	z-index: -1;
}
#iperformance .tit:after {
    content: '';
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    height: 1px;
	background: #e8e8e8;
	z-index: -2;
}
#iperformance ul {
	margin: 0;
	padding: 0 2%;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#iperformance ul li {
	width: calc(100% / 6);
	list-style: none;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	position: relative;
}
#iperformance ul li .photo {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}
#iperformance ul li .photo img {
	display: inline-block;
	max-width: 100%;
}
/*#iperformance ul li:nth-child(1) .photo, #iperformance ul li:nth-child(2) .photo, #iperformance ul li:nth-child(3) .photo, #iperformance ul li:nth-child(4) .photo, #iperformance ul li:nth-child(5) .photo, #iperformance ul li:nth-child(6) .photo {
	padding-top: 60px;
}
#iperformance ul li:nth-child(7) .photo, #iperformance ul li:nth-child(8) .photo, #iperformance ul li:nth-child(9) .photo {
	padding-bottom: 40px;
}*/
#iperformance ul li .text {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	padding: 0 7px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	position: relative;
}
/*#iperformance ul li:nth-child(1) .text, #iperformance ul li:nth-child(2) .text, #iperformance ul li:nth-child(3) .text, #iperformance ul li:nth-child(4) .text, #iperformance ul li:nth-child(5) .text, #iperformance ul li:nth-child(6) .text {
	left: 0;
	top: 0;
}
#iperformance ul li:nth-child(7) .text, #iperformance ul li:nth-child(8) .text, #iperformance ul li:nth-child(9) .text {
	left: 0;
	bottom: 0;
}*/
@media (min-width: 991px) and (max-width: 1300px) {
#iperformance ul {padding: 0;}
#iperformance ul li {
	width: calc(100%/6);
	margin: 10px -3px;
	padding: 0 10px 5px;
}
#iperformance ul li .text {
	font-size: 16px;
}
/*#iperformance ul li:nth-child(1) .photo, #iperformance ul li:nth-child(2) .photo, #iperformance ul li:nth-child(3) .photo, #iperformance ul li:nth-child(4) .photo, #iperformance ul li:nth-child(5) .photo {
	padding-top: 50px;
	padding-bottom: 0;
}
#iperformance ul li:nth-child(6) .photo, #iperformance ul li:nth-child(7) .photo, #iperformance ul li:nth-child(8) .photo, #iperformance ul li:nth-child(9) .photo {
	padding-top: 0;
	padding-bottom: 50px;
}
#iperformance ul li:nth-child(1) .text, #iperformance ul li:nth-child(2) .text, #iperformance ul li:nth-child(3) .text, #iperformance ul li:nth-child(4) .text, #iperformance ul li:nth-child(5) .text {
	left: 0;
	top: 0;
	bottom: inherit;
}
#iperformance ul li:nth-child(6) .text, #iperformance ul li:nth-child(7) .text, #iperformance ul li:nth-child(8) .text, #iperformance ul li:nth-child(9) .text {
	top: inherit;
	left: 0;
	bottom: 0;
}*/
}
@media (max-width: 991px) {
#iperformance ul {padding: 0;}
#iperformance ul li {
	width: calc(100%/4);
	margin: 5px -2px;
	padding: 0 10px 5px;
}
#iperformance ul li .text {
	padding: 0 5px;
	font-size: 15px;
}
/*#iperformance ul li:nth-child(1) .photo, #iperformance ul li:nth-child(2) .photo, #iperformance ul li:nth-child(3) .photo, #iperformance ul li:nth-child(4) .photo, #iperformance ul li:nth-child(5) .photo {
	padding-top: 45px;
	padding-bottom: 0;
}
#iperformance ul li:nth-child(6) .photo, #iperformance ul li:nth-child(7) .photo, #iperformance ul li:nth-child(8) .photo, #iperformance ul li:nth-child(9) .photo {
	padding-top: 0;
	padding-bottom: 40px;
}
#iperformance ul li:nth-child(1) .text, #iperformance ul li:nth-child(2) .text, #iperformance ul li:nth-child(3) .text, #iperformance ul li:nth-child(4) .text, #iperformance ul li:nth-child(5) .text {
	left: 0;
	top: 0;
	bottom: inherit;
}
#iperformance ul li:nth-child(6) .text, #iperformance ul li:nth-child(7) .text, #iperformance ul li:nth-child(8) .text, #iperformance ul li:nth-child(9) .text {
	top: inherit;
	left: 0;
	bottom: 0;
}*/
}
@media (max-width: 768px) {
#iperformance { 
	margin: 10px 0 20px; 
}
#iperformance ul li {
	width: calc(100%/4);
	margin: 0 -2px 15px;
	padding: 0 5px 5px;
}
/*#iperformance ul li:nth-child(1) .photo, #iperformance ul li:nth-child(2) .photo, #iperformance ul li:nth-child(3) .photo, #iperformance ul li:nth-child(4) .photo, #iperformance ul li:nth-child(5) .photo, #iperformance ul li:nth-child(6) .photo, #iperformance ul li:nth-child(7) .photo, #iperformance ul li:nth-child(8) .photo, #iperformance ul li:nth-child(9) .photo {
	padding-top: 0;
	padding-bottom: 0;
}
#iperformance ul li:nth-child(1) .text, #iperformance ul li:nth-child(2) .text, #iperformance ul li:nth-child(3) .text, #iperformance ul li:nth-child(4) .text, #iperformance ul li:nth-child(5) .text, #iperformance ul li:nth-child(6) .text, #iperformance ul li:nth-child(7) .text, #iperformance ul li:nth-child(8) .text, #iperformance ul li:nth-child(9) .text {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
}*/
}
@media (max-width: 600px) {
#iperformance ul li {
	width: calc(100%/3);
	margin: 0 -2px 15px;
	padding: 0 5px;
}
}
@media (max-width: 480px) {

}

/*認證*/
#icertif { 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0; 
	padding: 5px 0 70px;
}
/*#icertif .slogan { 
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: rgba(255,255,255,0.7);
	font-weight: 200;
	padding: 7px 5%;
	margin: -15px 0 30px;
	position: relative;
	background: rgb(0,81,125);
background: -moz-linear-gradient(304deg, rgba(0,81,125,1) 0%, rgba(75,157,215,1) 50%, rgba(0,81,125,1) 100%);
background: -webkit-linear-gradient(304deg, rgba(0,81,125,1) 0%, rgba(75,157,215,1) 50%, rgba(0,81,125,1) 100%);
background: linear-gradient(304deg, rgba(0,81,125,1) 0%, rgba(75,157,215,1) 50%, rgba(0,81,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00517d",endColorstr="#00517d",GradientType=1);
}
#icertif .slogan:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 7px;
    height: 30px;
	z-index: 1;
	background: #fff;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
#icertif .slogan:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 7px;
    height: 30px;
	z-index: 1;
	background: #fff;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

#icertif .tit {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}
#icertif .tit .cht {
	display: inline-block;
	width: 100%;
	font-size: 2.1em;
	color: #046eb8;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#icertif .tit .cht .en {
    display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	color: #046eb8;
}*/
#icertif .tit {
	display: inline-block;
	width: 100%;
	font-size: 2.1em;
	color: #046eb8;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	text-align: center;
}
#icertif .tit span.en {
    display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	color: #046eb8;
	margin: 0;
	padding: 0;
}
#icertif .tit span {
	display: inline-block;
	position: relative;
	padding: 0 3px;
}
#icertif .tit span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #fff;
	z-index: -1;
}
#icertif .tit:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    width: 100%;
    height: 1px;
	background: #e8e8e8;
	z-index: -2;
}
#icertif ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#icertif ul li {
	display: flex;
	width: calc(100%/6);
	height: 185px;
	list-style: none;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 400;
	color: #fbcf7b;
	/*text-shadow: 1px 2px 2px rgba(253,214,123,0.5);*/
	margin: 10px 0;
	padding: 10px 12px;
	letter-spacing: -0.5px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: url(/site/themes/default/jp/images/icertif-bg.png) no-repeat center 0;
	background-size: auto 100%;
}
@media (min-width: 991px) and (max-width: 1199px) {
#icertif ul li {height: 140px;font-size: 23px;}
}
@media (max-width: 991px) {
#icertif { padding: 0 0 55px;}
#icertif .tit {margin: 0 0 30px;}
#icertif ul li {
	width: calc(100%/4);
	height: 160px;
	font-size: 24px;
}
}
@media (max-width: 768px) {
#icertif ul li {
	width: calc(100%/4);
	height: 135px;
	font-size: 24px;
}
}
@media (max-width: 600px) {
#icertif ul li {
	height: 110px;
	font-size: 19px;
}
}
@media (max-width: 480px) {
#icertif ul li {
	width: calc(100%/3);
	font-size: 17px;
	height: 100px;
}
}
/*聯絡*/
#icontact { 
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 60px 0 70px;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}
#icontact p.txt1 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 24px;
	color: #333;
	font-weight: 400;
}
#icontact a.contactlink {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: rgba(4,110,184,0.8);
	letter-spacing: 3px;
	margin-top: 20px;
	min-width: 250px;
	padding: 15px 7.5% 15px 7%;
	position: relative;
	background: #fff;
	border: 1px solid rgba(4,110,184,0.8);
	
}
#icontact a:hover.contactlink {
	color: #fff;
	background: rgba(4,110,184,0.9);
	border: 1px solid rgba(4,110,184,0.8);
}

/*產品技術*/
#iproducts { 
	float: left; 
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 20px 0 30px; 
	position: relative;
}
#iproducts .tit {
	display: inline-block;
	width: 100%;
	font-size: 2.1em;
	color: #046eb8;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
}
#iproducts .tit span.en {
    display: inline-block;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	color: #046eb8;
	margin: 0 0 0 10px;
	padding: 0;
}
#iproducts .tit span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
#iproducts .tit span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #fff;
	z-index: -1;
}
#iproducts .tit:after {
    content: '';
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    height: 1px;
	background: #e8e8e8;
	z-index: -2;
}
#iproducts .info, #iproducts .info2 {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 50px;
	padding: 0;
	font-size: 17px;
	color: #111;
	position:relative;
}
#iproducts .info p, #iproducts .info2 p {
	color: #333;
}
#iproducts .info h3.title, #iproducts .info2 h3.title {
	min-height: 50px;
	font-size: 1.8em;
	line-height: 50px;
	color: #111;
	font-weight: 500;
	padding: 0 0 0 65px;
	margin: 0 0 35px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#iproducts .info:hover h3.title, #iproducts .info2:hover h3.title {
	color: #046eb8;
}
#iproducts .info h3.title:after, #iproducts .info2 h3.title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 30px;
    height: 1px;
	background: #cccccc;
}
#iproducts h3.title.icon1 {
	background: url(/site/themes/default/jp/images/ip-icon1.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon2 {
	background: url(/site/themes/default/jp/images/ip-icon2.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon3 {
	background: url(/site/themes/default/jp/images/ip-icon3.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon4 {
	background: url(/site/themes/default/jp/images/ip-icon4.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon5 {
	background: url(/site/themes/default/jp/images/ip-icon5.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon6 {
	background: url(/site/themes/default/jp/images/ip-icon11.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts h3.title.icon7 {
	background: url(/site/themes/default/jp/images/ip-icon12.svg) no-repeat left center;
	background-size: 50px;
}
#iproducts .info .text {
	float: right;
	width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
    padding: 5% 2% 5% 5%;
}
#iproducts .info2 .text {
	float: left;
	width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
    padding: 5% 5% 5% 2%;
}
#iproducts .info .photo {
    position: absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
    transition: all 0.3s;
	overflow: hidden;
	background:#ddd;
	-webkit-box-shadow: 2px 2px 7px rgba( 4, 110, 184, .1 ); box-shadow: 2px 2px 7px rgba( 4, 110, 184, .1 );
	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#iproducts .info2 .photo {
    position: absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
    transition: all 0.3s;
	overflow: hidden;
	background:#ddd;
	-webkit-box-shadow: 2px 2px 7px rgba( 4, 110, 184, .05 ); box-shadow: 2px 2px 7px rgba( 4, 110, 184, .05 );
	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#iproducts .info:hover .photo, #iproducts .info2:hover .photo{
    filter: brightness(1.05);
	-webkit-box-shadow: 7px 7px 13px rgba( 4, 110, 184, .3 );
	box-shadow: 7px 7px 13px rgba( 4, 110, 184, .3 );
}
#iproducts .info .photo img, #iproducts .info2 .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#iproducts .info:hover .photo img, #iproducts .info2:hover .photo img{
   -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
#iproducts .info p.more1, #iproducts .info2 p.more1 {
	float: left;
	width: 115px;
	margin-top: 5px;
	padding: 5px 30px 5px 0;
	font-size: 15px;
	line-height: 1.6em;
	color: #1e86ce;
	TEXT-DECORATION: none;
	transition: background 0.3s;
	background: url(/site/themes/default/jp/images/right-arrow3.svg) no-repeat 82% 11px;
	background-size: auto 11px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#iproducts .info:hover p.more1, #iproducts .info2:hover p.more1 {
	COLOR: #f18d1c;
	text-decoration: none;
	background: url(/site/themes/default/jp/images/right-arrow5.svg) no-repeat 85% 11px;
	background-size: auto 11px;
}

@media (max-width: 991px) {
#iproducts { margin: 20px 0 30px; }
#iproducts .info, #iproducts .info2 {margin: 0 0 40px;}
#iproducts .info .text, #iproducts .info2 .text {
	float: left;
	width: 100%;
    min-height: inherit;
    padding: 30px 2% 0;
}
#iproducts .info .photo, #iproducts .info2 .photo {
    position: relative;
	left:0;
	width:100%;
	padding-top: 55%;
}
}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 480px) {

}



/* 頁碼 */
.pages {
	width: 100%;
	float: left;
	text-align: center;
	padding: 35px 0 0;
	margin: 0;
}
.edit .pages ul {
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	list-style: none;
}
.pagination {
	float: left;
	display: inline-block;
	width: 100%;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  position: relative;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #fff;
  /*margin: 0 0 0 -1px;*/
}
/*.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 50px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50px;
}*/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #046eb8;
  background-color: #ffffff;
  border-color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #046eb8;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: default;
	font-weight: 400;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}

.pagenum2 {
	float: left;
	width: 100%;
	padding: 50px 0 5px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a {
	padding: 10px 35px 10px 62px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #fff url(../left-arrow.svg) no-repeat 37px 14px;
	background-size: auto 14px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #046eb8;
	background: #046eb8 url(../left-arrow1.svg) no-repeat 32px 14px;
	background-size: auto 14px;
}
/*************************
******* Banner ******
**************************/
#pbanner {
	float: left;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}
.c-lower_heading{position:relative;padding:220px 0 100px;}
.c-lower_heading .c-lower_main-image{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden;background-color:#eee}
/*.c-lower_heading:after{position:absolute;top:0;left:0;width:4%;height:100%;content:"";background: #eee;border-radius:0 20px 20px 0;z-index: -1;}*/
.c-lower_heading .c-lower_main-image:after{position:absolute;bottom:0;left:0;width:100%;height:100%;content:"";background: rgba(0,50,90,0.3);z-index: 0;}
.c-lower_heading .c-lower_main-image:before{position:absolute;top:0;right:0;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;content:""}
.c-lower_heading .c-lower_main-image.main-company:before{background-image:url(/site/themes/default/jp/images/about-bg.jpg)}
.c-lower_heading .c-lower_main-image.main-rd:before{background-image:url(/site/themes/default/jp/images/rd-bg.jpg)}
.c-lower_heading .c-lower_main-image.main-service:before{background-image:url(/site/themes/default/jp/images/service-bg.jpg)}
.c-lower_heading .c-lower_main-image.main-investor:before{background-image:url(/site/themes/default/jp/images/investor-bg.jpg)}
.c-lower_heading .c-lower_main-image.main-news:before{background-image:url(/site/themes/default/jp/images/news-bg.jpg)}
.c-lower_heading .c-lower_main-image.main-contact:before{background-image:url(/site/themes/default/jp/images/contact-bg.jpg)}
.c-lower_heading .container {position:relative;}
.c-lower_heading .c-lower_title{position:absolute;left: 2%;bottom: 0; color: #fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.4);}
.c-lower_heading .c-lower_title .c-lower_title-ch{font-size:3.6rem;line-height: 1.6em;font-weight:400;letter-spacing: 1px;}
.c-lower_heading .c-lower_title .c-lower_title-en{padding:0;margin: 0;font-size:1.8rem;font-weight: 300; line-height: 1.1em;letter-spacing: 1px; position: relative;}
/*.c-lower_heading .c-lower_title .c-lower_title-en:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .5 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .5 );
}*/

@media (min-width:992px) and (max-width:1500px) {

.c-lower_heading:after{width:0;background: #fff;}
.c-lower_heading{position:relative;padding:200px 0 80px;}
}
@media (max-width:991px){
	#pbanner {margin-top: 60px;}
	.c-lower_heading{padding:180px 0 60px}
	.c-lower_heading:after{width:0;background: #fff;}
	.c-lower_heading .c-lower_title{left: 5%;bottom: 0;}
	.c-lower_heading .c-lower_title .c-lower_title-ch{padding:5px 0 0;}
	.c-lower_heading .c-lower_title .c-lower_title-ch:before{display: none;}
}
@media (max-width:767px){
	.c-lower_heading{padding:150px 0 30px}
	.c-lower_heading .c-lower_title .c-lower_title-en{font-size:15px;letter-spacing: 0;padding:0 0 0 15px;}
	.c-lower_heading .c-lower_title .c-lower_title-ch{font-size:3.2rem;}
	.c-lower_heading .c-lower_title .c-lower_title-en:before{ width: 10px;}
}
@media (max-width:575px){
	.c-lower_heading{padding:110px 0 25px}
	.c-lower_heading .c-lower_title .c-lower_title-en{font-size:14px;}
	.c-lower_heading .c-lower_title .c-lower_title-ch{font-size:2.6rem;}
}

/*************************
*******內頁選單
**************************/
/*上方選單*/
#nav-wrap .btn-cate {
  display: none;
}
@media only screen and (max-width: 991px) {
  #nav-wrap {
    width:100%;
	float:left;
	text-align: center;
	margin:8px 0 0;
	border-bottom: none;
  }
  #nav-wrap .btn-cate {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 13px 15px 13px;
    width: 100%;
    font-size: 1.25rem;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    background: #046eb8;
  }
  #nav-wrap .btn-cate:after {
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-bottom-width: 0;
    border-top-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  #nav-wrap .icon-close:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #nav-wrap .nav-category {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: #ddd solid 1px;
    background-color: #fff;
  }
  #nav-wrap .menu-main li a {
    display: block;
    padding: 0 15px;
    color: #666;
    text-decoration: none;
    line-height: 35px;
  }
  #nav-wrap .menu-main li a:hover {
    color: #000;
  }
  #nav-wrap .menu-main li.current a {
    background-color: #f2f2f2;
  }
  #nav-wrap .menu-main li.current a span {
    margin: 0;
    font-size: 1.166666rem;
    font-size: 17px;
    color: #046eb8;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #nav-wrap {
    width:100%;
	float:left;
	text-align: center;
	margin: 0 0 25px;
	padding: 0;
	border-bottom: 1px solid rgba(100,100,100,0.2);
  }
  #nav-wrap ul { 
	  display: inline-block;
	  font-size: 0;
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  #nav-wrap .nav-category {
    display: block !important;
  }
  #nav-wrap .menu-main li > a {
    display: block;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  #nav-wrap .menu-main li > a:hover {
    color: #000;
  }
  #nav-wrap .menu-main li.current > a span {
    display: inline-block;
    margin: 0;
    font-size: 17px;
  }
  #nav-wrap.nav-style .menu-main li {
	float: left;
	display: inline-block;
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
	position: relative;
  }
  #nav-wrap.nav-style .menu-main li > a {
	color: #666;
	padding: 15px 20px;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: none;
	/*border: 1px solid #e5e5e5;
	border-right: none;*/
  }
  #nav-wrap.nav-style .menu-main li:last-child > a {
	/*border: 1px solid #e5e5e5;*/
	
  }
  #nav-wrap.nav-style .menu-main li > a:hover {
	color: #046eb8;
  }
  #nav-wrap.nav-style .menu-main li.current > a ,
  #nav-wrap.nav-style .menu-main li.current > a:hover,
  #nav-wrap.nav-style .menu-main li.current > a:focus {
	color: #046eb8;
	font-weight: 400;
	cursor: default;
	padding: 15px 20px;
	margin: 0;
  }
#nav-wrap.nav-style .menu-main li.current:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:#046eb8;
}
}

/*左側選單*/
.pageleft {
	float: left;
	width: 230px;
	font-size: 16px;
	line-height: 1.6em;
	margin: 20px 0 50px;
	position: relative;
	border-top: 1px solid #e9e9e9;
}
.pageright {
	float: right;
	width: calc(100% - 280px);
	margin: 10px 0 0;
}
ul.mtree {
  opacity: 0;
  margin-left: 0;
  padding: 0;
}
ul.mtree ul {
    padding-left: 0;
}
ul.mtree li {
    list-style: none;

}
ul.mtree a {
    display: block;
	text-decoration:none;
}
ul.mtree a:hover {
	text-decoration:none;
}
ul.mtree li > a.current {
    font-weight: 500;
	color: #e1edf4;
}
ul.mtree li.mtree-node > a {
  /*font-weight: 500;*/
}
ul.mtree li.mtree-node > a.current {
    font-weight: 500;
	background: url(/site/themes/default/jp/images/icon7.png) no-repeat 6px 21px;
	color: #e1edf4;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

ul.mtree.transit {
  /*background: #111;*/
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 16px;
  line-height: 1.5em;
  background: #f6f6f6;
  padding: 0;
  border-bottom: none;
  border-left: 1px solid #046eb8;
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #999;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
ul.mtree.transit li.mtree-node > a:hover:before {
  color: #eee;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
    color: #fff;
	background: #2c75b8 url(/site/themes/default/jp/images/icon7.png) no-repeat 8px 23px;
}
ul.mtree.transit li > a:hover {
  background: #2c75b8 url(/site/themes/default/jp/images/icon7.png) no-repeat 8px 23px;
  color: #fff;
}
ul.mtree.transit li > a.current {
  font-weight: 500;
	background: #2c75b8 url(/site/themes/default/jp/images/icon7.png) no-repeat 10px 23px;
	color: #fff;
}
ul.mtree.transit li.mtree-node > a.current:before {
	color: #fff;
}
ul.mtree.transit li.mtree-open > a.current {
	color: #fff;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  /*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 12px 0.5em 12px 1.5em;
  color: #333;
}
ul.mtree.transit li > a {
	background: #fff url(../icon6.png) no-repeat 10px 23px;
	border-bottom: 1px solid #e9e9e9;
}
ul.mtree.transit li li > a {
  padding: 10px 0px 10px 1.35em;
	background: none;
	border-bottom: 1px solid #fff;
}
ul.mtree.transit li.mtree-active li > a.current {
  background: #f6f6f6;
  color: #046eb8;
  background-image: none;
}
ul.mtree.transit li li li > a {
  padding: 10px 0px 10px 1.8em;
	background: none;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
	background: none;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
ul.mtree.transit li li > a:hover, ul.mtree.transit li li li > a:hover {
  background-image: none;
  background: #f6f6f6;
	color: #046eb8;
}
@media (max-width: 991px) {
.pageleft {
	float: left;
	width: 100%;
	margin: 5px 0 40px;
}
.pageright {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
}
/*********************************************************************************/
/* imagelightbox                                                                 */
/*********************************************************************************/

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .8 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3em; /* 60 */
			height: 7em; /* 120 */
			background-color: #444;

			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			display: none !important\9;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}<!--0.00023293495178223-->