@charset "UTF-8";

/* Industry
 * Dir: /solutions/industry
 ****************************/
body {
  background: #d8d8d8;
}

#container {
  background: url(/solutions/industry/industry_body_bg.png) repeat-y scroll;
  background-position: center 300px;
}

.transparent {
  background: none !important;
}

#breadcrumbs li {
  color: #333333;
}

#breadcrumbs a {
  color: #00A1E6;
}

.fwB {
  font-weight: bold !important;
}
.fwB > li {
  font-weight: bold;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:480px) {
  .solutions .column .column_inner {
    border: none;
  }
}

/* Head Box
*****************************/
div.solution-visual {
  width: 100%;
  min-width: 960px;
  height: 440px !important;
  overflow: hidden;
  margin: 0 auto -89px;
}

div.solution-visual img {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}

@media screen and (max-width: 767px) {
  div.solution-visual {
    min-width: 0;
    height: 0 !important;
    padding-top: 52%;
    margin-bottom: -9.2%;  /* (414-325)/960 */
  }

  div.solution-visual img {
    left: 0;
    margin-left: 0;
  }
}

/* Main Tabsa
*****************************/
#content .tab,
#content .tab ul {
  width: 940px;
}

#content .tab {
  margin: 0 auto;
  padding: 0;
}
.solutions #content .tab ul {
  border-color: #000;
}

#content .tab ul li.tab_5,
#content .tab ul li.tab_5 a {
  width: 180px;
}

#content .tab ul li.tab_5 {
  margin-right: 10px;
}

#content .tab ul li.tab_5 a span {
  font-size: 16px;
}

#content .tab ul li {
  border: none;
  margin-bottom: 19px;
}

#content .tab ul li.active {
  padding: 0;
  background: none;
}

#content .tab ul li.active a span.arrow {
  top: auto;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  background-image: none;
  border-top: 10px solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

#content .tab ul li.last {
  margin-right: 0;
}

#content .tab ul li a {
  color: #444;
  font-size: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(81, 81, 81, 0.3);
  box-shadow: 0 0 5px rgba(81, 81, 81, 0.3);
}

#content .tab ul li:nth-child(n).active a,
#content .tab ul li:nth-child(n) a:hover {
  color: #fff;
}

#content .tab ul li:nth-child(n) a:hover {
  color: #fff;
  background: #fff;
}

#content .tab ul li:nth-child(1).active a,
#content .tab ul li:nth-child(1) a:hover {
  background: #a81f31 !important;
}

#content .tab ul li:nth-child(1).active a span.arrow {
  border-top-color: #a81f31;
}

#content .tab ul li:nth-child(2).active a,
#content .tab ul li:nth-child(2) a:hover {
  background: #213e52 !important;
}

#content .tab ul li:nth-child(2).active a span.arrow {
  border-top-color: #213e52;
}
#content .tab ul li:nth-child(3).active a,
#content .tab ul li:nth-child(3) a:hover {
  background: #582c4a !important;
}

#content .tab ul li:nth-child(3).active a span.arrow {
  border-top-color: #582c4a;
}

#content .tab ul li:nth-child(4).active a,
#content .tab ul li:nth-child(4) a:hover {
  background: #6d7834 !important;
}

#content .tab ul li:nth-child(4).active a span.arrow {
  border-top-color: #6d7834;
}

#content .tab ul li:nth-child(5).active a,
#content .tab ul li:nth-child(5) a:hover {
  background: #396642 !important;
}

#content .tab ul li:nth-child(5).active a span.arrow {
  border-top-color: #396642;
}
#content .tab ul li:nth-child(6).active a,
#content .tab ul li:nth-child(6) a:hover {
  background: #006776 !important;
}

#content .tab ul li:nth-child(6).active a span.arrow {
  border-top-color: #006776;
}
#content .tab ul li a span {
  line-height: 1.33;
}
#content .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;;
}

/* Content
*****************************/
#main .box {
  width: auto;
  margin: 0;
}
#main p,
#main .box .col2 .text p {
  color: #333;
  margin: 0 0 1em;
}
#main .box .col2 {
  margin: 0;
  padding: 64px 80px 68px;
  background-image: none;
  background-color: #fff;
}
#main .box h1.title1 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: inherit;
  margin-bottom: 30px;
}
#main .box h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(255,255,255,0.2);
  letter-spacing: 0.03em;
  margin-bottom: 26px;
}
#main .box .col2.first h2 {
  margin-top: -10px;
}
#main .box h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 16px;
}
#main .col2.main-block {
  color: #fff;
  text-align: center;
}
#main .col2.main-block h2{
  color: #fff;
}
#main .box .col2.main-block .text p{
  color: #fff;
  text-align: left;
}
#main .col2.color-block {
  background: #d2d0d5;
}
#main .col2.color-block-pale {
  background: #d5c3cb;
}
#main .col2.color-block-lightBlue {
  background: #e2eff7;
}
#main .col2.color-block-lightBlue h2 {
  color: #0075be;
}
#main .col2.color-block-lightBlue .link-btn a {
  background-color: #0075be;
}
#main .col2.color-block-lightBlue .link-btn a:hover {
  background-color: #3486ba;
}

#main .col2.color-block-publicColor {
  background-color: #d2d3c9;
}
#main .col2.color-block-publicColor h2,
#main .col2.color-block-publicColor h3,
#main .col2.color-block-publicColor .mainColor{
  color: #396642;
}
#main .col2.white-block-securityColor h2,
#main .col2.white-block-securityColor h3{
  color: #213e52;
}
#main .col2.white-block-securityColor .link-btn a {
  background-color: #213e52;
}
#main .col2.contact-block {
  background: #eaedef;
}
#main .col2.contact-block .flex-box{
  background: #fff;
  padding: 45px 60px 44px;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main .col2.first {
  clip-path: shape(
    from 0 33px ,
    smooth to 5px 25px with 0 33px,
    line  to 40px 4px,
    smooth to 52px 0 with 40px 4px,
    line  to calc(100% - 52px) 0,
    smooth to calc(100% - 40px) 4px with calc(100% - 52px) 0,
    line  to calc(100% - 5px) 25px,
    smooth to 100% 33px with calc(100% - 5px) 25px,
    line  to 100% 100%,
    line  to 0 100%,
    close
  );
}
#main .col2.end {
  clip-path: shape(
    from 0 0,
    line  to 100% 0,
    line  to 100% calc(100% - 33px),
    smooth to calc(100% - 5px) calc(100% - 25px) with 100% calc(100% - 33px),
    line  to calc(100% - 40px) calc(100% - 4px),
    smooth to calc(100% - 52px) 100% with calc(100% - 40px) calc(100% - 4px),
    line  to 52px 100%,
    smooth to 40px calc(100% - 4px) with 52px 100%,
    line  to 5px calc(100% - 25px),
    smooth to 0 calc(100% - 33px) with 5px calc(100% - 25px),
    close
  );
}
#main p.link-btn {
  margin-bottom: 0;
}
.link-btn a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 0.3em;
  background: #007e9e url(../industry/icon_arrowR01.png) no-repeat 95% 50%;
  background-size: 10px auto;
  width: 290px;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.link-btn a:hover {
  text-decoration: none;
}
.link-btn.txtleft a {
  margin: 0;
}
.toggle-btn div {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 0.3em;
  background: #3b8a88 url(../industry/icon_arrowR03.png) no-repeat 95% 50%;
  background-size: 15px auto;
  width: 350px;
  max-width: 100%;
  padding: 12px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
}
.toggle-btn.on div {
  background-image: url(../industry/icon_arrowR02.png) ;
}
.toggle-btn div:hover {
  opacity: 0.8;
}
.toggle-inner {
  display: none;
}
.flex-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flex-box.equal > * {
  width: 100%;
}
.flex-box.wrap-2 {
  flex-wrap: wrap;
}
.flex-box.equal.wrap-2 > * {
  display: flex;
  flex-direction: column;
  width: calc(100%/2);
  margin-bottom: 40px;
}
.flex-box.equal.wrap-2 .link-btn {
  margin-top: auto !important;
}
.flex-box.wrap-3 {
  flex-wrap: wrap;
}
.flex-box.equal.wrap-3 > * {
  display: flex;
  flex-direction: column;
  width: calc(100%/3);
  margin-bottom: 40px;
}
.flex-box.equal.wrap-3 .link-btn {
  margin-top: auto !important;
}
.flex-box.space-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-box.align-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flashing {
  position: relative;
  display: block;
}
.flashing img:first-child {
  opacity: 1 !important;
}
.flashing:hover img:first-child {
  opacity: 0.8 !important;
}
.flashing .flashing-readmore {
  position: absolute;
  right: 10px;
  bottom: 10px;
  animation: flash 2.5s linear infinite;
}
@keyframes flash {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
.video_caption {
  text-align: center;
  padding-top: 4px;
}
.info_block {
  text-align: center;
  padding: 20px 40px;
  margin-bottom: 1em;
  border: 2px dotted #ccc;
}
.info_block p {
  margin-bottom: 0 !important;
  font-size: 15px !important;
}
.inheritColor {
  color: #333 !important;
}


#index .mainColor {
  color: #038ea3;
}
#index .col2.main-block {
  padding: 60px 50px 45px;
  background: #e2dfdd url(/solutions/industry/index_main-block_bg.jpg) no-repeat center top;
  clip-path: shape(
    from 0 33px ,
    smooth to 5px 25px with 0 33px,
    line  to 40px 4px,
    smooth to 52px 0 with 40px 4px,
    line  to calc(100% - 52px) 0,
    smooth to calc(100% - 40px) 4px with calc(100% - 52px) 0,
    line  to calc(100% - 5px) 25px,
    smooth to 100% 33px with calc(100% - 5px) 25px,
    line  to 100% calc(100% - 33px),
    smooth to calc(100% - 5px) calc(100% - 25px) with 100% calc(100% - 33px),
    line  to calc(100% - 40px) calc(100% - 4px),
    smooth to calc(100% - 52px) 100% with calc(100% - 40px) calc(100% - 4px),
    line  to 52px 100%,
    smooth to 40px calc(100% - 4px) with 52px 100%,
    line  to 5px calc(100% - 25px),
    smooth to 0 calc(100% - 33px) with 5px calc(100% - 25px),
    close
  );
}
#index.box h1.title1 {
  font-size: 40px;
  font-style: italic;
  text-align: left;
}
#index .index_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 72px;
}
#index .index_block > a {
  width: calc(33% - 14.6px);
}
#index .index_block > a:hover {
  color: inherit;
  text-decoration: none;
}
#index .index_block > a figure {
  border-radius: 3.75%;
  overflow: hidden;
}
#index .index_block figure img{
  width: 100%;
}
#index .index_block span  {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}
#index .index_block > a:nth-child(1) span {
  color: #213e52;
}
#index .index_block > a:nth-child(2) span {
  color: #582c4a;
}
#index .index_block > a:nth-child(3) span {
  color: #6d7834;
}
#index .index_block > a:nth-child(4) span {
  color: #396642;
}
#index .index_block > a:nth-child(5) span {
  color: #006776;
}


#security .mainColor {
  color: #254156;
}
#security h2,
#security h3 {
  color: #811a30;
}
#security .task-head {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 10px 0 10px;
  background: #666b7b;
}
#main .box .col2 .task-box .text p {
  margin-top: 0;
}
#security .task-body {
  background: #e7ebee;
  padding: 30px 40px;
  border: 1px solid #dae0e4;
}
#security .solution-box {
  margin-bottom: 40px;
}
#security .solution-head {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 10px 0 10px;
  background: #213e52;
}
#security .solution-body {
  background: #e7ebee;
  padding: 26px 50px;
}
#security .solution-list-title {
  color: #213e52;
  font-weight: 600;
  margin-bottom: 5px;
}
#security .solution-list {
  margin-top: 0;
  margin-bottom: 30px;
  color: #213e52;
}
#security .solution-list li {
  position: relative;
  list-style: none;
  font-size: 18px;
  line-height: 1.8;
}
#security .solution-list li::before {
  position: absolute;
  content: 'â';
  top: -0.08em;
  left: -1em;
}
#security .lineup {
  gap: 29px;
}
#security .lineup.flex-box.equal.wrap-3 > * {
  width: calc(33% - 19px);
}
#security .lineup .ttl1,
#security .lineup .ttl2 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #213e52;
  padding: 0.8em 1.07em;
}
#security .lineup .ttl2 {
  background: #666b7b;
  margin-top: 0.4em;
  margin-bottom: 1.5em;
}
#security .lineup .image {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
#security .link-btn a {
  background-color: #213e52;
}
#security .link-btn a:hover {
  background-color: rgba(102, 107, 123, 0.8);
}
#security .link-btn.pt2 a {
  background-color: #811a30;
}
#security .link-btn.pt2 a:hover {
  background-color: rgba(127, 58, 73, 0.8);
}
#security .link-btn.pt3 a {
  background-color: #582c4a;
}
#security .link-btn.pt3 a:hover {
  background-color: #8f4b79;
}
#security .new_icon {
  position: relative;
}
#security .new_icon:before {
  content:'New';
  position: absolute;
  left: calc(50% - 120px);
  top: 0;
  color: red;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  letter-spacing: -1px;
}
#security .partners {
  background: #fff;
  padding: 30px 45px;
}
#security .partners img {
  object-fit: contain;
  max-width: 100%;
}

#infrastructure .mainColor {
  color: #5d1d4d;
}
#infrastructure .mainColor.pt2 {
  color: #213e52;
}
#infrastructure h2,
#infrastructure h3 {
  color: #5d1d4d
}
#main #infrastructure .col2.color-block {
  background: #ede2df;
}
#infrastructure .infrastructure-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px;
  text-align: center;
  padding: 50px 36px;
  background: #ece5e9;
}
#infrastructure .infrastructure-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#infrastructure .infrastructure-box .image{
  height: 194px;
  margin-bottom: 10px;
}
#infrastructure .infrastructure-box > div:first-child {
  padding-left: 35px;
}
#infrastructure .infrastructure-box > div:last-child {
  padding-right: 35px;
}
#infrastructure .link-btn a {
  background-color: #582c4a;
}
#infrastructure .link-btn a:hover {
  background-color: #854671;
}
#infrastructure .link-btn.pt2 a {
  background-color: #811a30;
}
#infrastructure .link-btn.pt2 a:hover {
  background-color: #af2644;
}
#infrastructure .link-btn.pt3 a {
  background-color: #213e52;
}
#infrastructure .link-btn.pt3 a:hover {
  background-color: #386889;
}



#factory .mainColor {
  color: #6d7834;
}
#factory h2,
#factory h3 {
  color: #6d7834;
}
#main #factory .col2.color-block {
  background: #d9d8c4;
}
#factory .anker-link-box {
  margin-top: 50px;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#factory .anker-link-box > a {
  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-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  width: 242px;
  color: #6d7834;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.3em;
  padding-top: 18px;
  padding-bottom: 10px;
}
#factory .anker-link-box > a:hover {
  text-decoration: none;
  background: #fafafa;
}
#factory .anker-link-box > a::before,
#factory .anker-link-box > a::after{
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  vertical-align: middle;
}
#factory .anker-link-box > a::before{
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #6d7834;
}
#factory .anker-link-box > a:hover::before {
  background:  #d9d8c4;
}
#factory .anker-link-box > a::after{
  right:17px;
  bottom: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#factory .anker-link-box span {
  display: block;
}
#factory .anker-link-box img {
  opacity: 1 !important;
  margin-top: auto;
  margin-bottom: auto;
}
#factory .reliability_box {
  display: flex;
  gap: 20px;
}
#factory .reliability_box > div {
  flex: 1;
  width: calc(33.3% - 13px);
  display: flex;
  flex-direction: column;
}
#factory .reliability_box .image {
  max-width: 100%;
  margin-top: auto;
}
#factory .reliability_box .image img {
  width: 100%;
  object-fit: contain;
}
#factory .size_block {
  background: #d9d8c4;
  padding: 40px;
}
#factory .factory_tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #3b8a88;
  padding: 12px;
}
#factory .factory_body {
  padding: 40px;
  background: #fff;
}
#factory .factory_list li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1.4em;
  margin-left: 0;
}
#factory .factory_list li::before {
  position: absolute;
  content: 'â';
  top: 0;
  left: 0;
}
#factory .analog .factory_list li {
  color: #477495;
}
#factory .pcap .factory_list li {
  color: #3b8a88;
}
#factory .factory_body .flex-box video {
  max-width: 100%;
}
#factory .factory_body .video_tit {
  color: #3b8a88;
  font-size: 18px;
  font-weight: bold;
}
#factory .pcap .factory_body .video_tit {
  color: #3b8a88;
}
#factory .model_table {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#factory .model_table .model_box {
  flex: 1;
  text-align: center;
}
#factory .model_table .model_box > * {
  border-top: 1px solid #d8d7da;
  border-left: 1px solid #d8d7da;
  padding-top: 9px;
  padding-bottom: 8px;
}
#factory .model_table .model_box .points {
  border-left-width: 0;
}
#factory .model_table .model_box:first-child .points {
  border-left: 1px solid #d8d7da;
}
#factory .model_table .model_box:last-child > *{
  border-right: 1px solid #d8d7da;
} 
#factory .model_table .model_box .url {
  border-left-width: 0;
  border-right-width: 0 !important;
}
#factory .model_table .image {
  height: 175px;
  padding: 24px 10px 0;
  box-sizing: border-box;
}
#factory .model_table .image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
#factory .model_table .size {
  font-size: 16px;
}
#factory .model_table .monitor {
  font-size: 16px;
}
#factory .model_table .points {
  position: relative;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
#factory .pos_auto_forPC {
  position: absolute;
  width: 694px;
  max-width: calc(100vw - 120px);
  color: #333;
  text-align: center;
  background: #fff;
  z-index: 2;
}
#factory .model_table .model_box .url a {
  padding-left: 14px;
  background: url(/solutions/industry/icon_arrowR04.png) no-repeat left center;
  background-size: 3px auto;
}
#factory .saw .factory_tit {
  background-color: #939d56;
}
#factory .saw .toggle-btn > div {
  background-color: #939d56;
}
#factory .saw .factory_body .video_tit {
  color: #939d56;
}
#factory .saw .model_table .points {
  color: #333;
  border-left-width: 1px;
}
#factory .analog .factory_tit {
  background-color: #477495;
}
#factory .analog .toggle-btn > div {
  background-color: #477495;
}
#factory .analog .factory_body .video_tit {
  color: #477495;
}

#public .mainColor {
  color: #396642;
}
#public h2,
#public h3 {
  color: #396642;
}
#main #public .col2.color-block {
  background: #d2d3c9;
}
#public .public_tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #3b8a88;
  padding: 12px;
}
#public .public_body {
  padding: 40px;
  background: #fff;

}
#public .public_body .flex-box video {
  max-width: 100%;
}
#public .model_table {
  display: flex;
  width: 100%;
}
#public .model_table .model_box {
  flex: 1;
  text-align: center;
}
#public .model_table .model_box > * {
  border-top: 1px solid #d8d7da;
  border-left: 1px solid #d8d7da;
  padding-top: 9px;
  padding-bottom: 8px;
}
#public .model_table .model_box .points {
  border-left-width: 0;
}
#public .model_table .model_box:first-child .points {
  border-left: 1px solid #d8d7da;
}
#public .model_table .model_box:last-child > *{
  border-right: 1px solid #d8d7da;
} 
#public .model_table .model_box .url {
  border-left-width: 0;
  border-right-width: 0 !important;
}
#public .model_table .image {
  height: 175px;
  padding: 24px 10px 0;
  box-sizing: border-box;
}
#public .model_table .image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
#public .model_table .size {
  font-size: 16px;
}
#public .model_table .monitor {
  font-size: 16px;
}
#public .model_table .points {
  position: relative;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
#public .pos_auto_forPC {
  position: absolute;
  width: 694px;
  max-width: calc(100vw - 120px);
  color: #333;
  text-align: center;
  background: #fff;
  z-index: 2;
}
#public .model_table .model_box .url a {
  padding-left: 14px;
  background: url(/solutions/industry/icon_arrowR04.png) no-repeat left center;
  background-size: 3px auto;
}
#public .saw .public_tit {
  background-color: #939d56;
}
#public .saw .toggle-btn > div {
  background-color: #939d56;
}
#public .saw .model_table {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#public .saw .model_table .points {
  color: #333;
  border-left-width: 1px;
}

#marine .mainColor {
  color: #006776 !important;
}
#marine h2,
#marine h3 {
  color: #006776;
}
#main #marine .col2.color-block {
  background-color: #d7dde1;
}
#marine .white-box {
  color: #333;
  padding: 45px 50px 50px;
  background: #fff;
}
#marine .col2 .white-box h2 {
  color: #006776;
}
#marine .marine_box {
  gap: 26px;
}
#marine .marine_box > div {
  width: calc(33.3% - 17.3px);
}
#marine .marine_box .image {
  height: 145px;
}
#marine .marine_box .image img{
  max-width: 141px;
  max-height: 100%;
}
#marine .lineup {
  gap: 36px;
}
#marine .lineup.flex-box.equal.wrap-2 > * {
  width: calc(50% - 18px);
}
#marine .lineup .ttl1,
#marine .lineup .ttl2 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #006776;
  padding: 1em 1.07em;
}
#marine .lineup .ttl2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #666b7b;
  margin-top: 0.2em;
  margin-bottom: 3em;
  padding: 0.6em 1.07em;
  box-sizing: border-box;
}
#marine .link-btn a {
  background-color: #006776;
}
#main #marine .col2.color-block-paleGreen {
  background-color: #a4bec2;
  padding: 30px;
}

#railway .mainColor {
  color: #6a6c80;
}
#railway .col2.main-block {
  padding: 45px 30px 30px 60px;
  background: #5d6297 url(/solutions/industry/railway_main-block_bg.png) no-repeat center top;
}
#railway h2,
#railway h3 {
  color: #6a6c80;
}
#railway .color-box {
  padding: 45px 50px 25px;
  background: rgba(0, 126, 158, 0.08);
  margin-bottom: 35px;
}

.fancy-inline {
  cursor: pointer;
}
#page #modal_open {
  display:none
}
#modal_open {
  width: 916px;
}
.modal_content .modal_main table {
  background: #fff;
  width: 816px;
  max-width: 100%;
  margin: 50px 50px 0;
}

.modal_content .modal_main .table-note {
  width: 816px;
  margin: 20px auto 50px;
  font-size: 12px;
  text-align: left;
}

.fadeIn {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	overflow: hidden;
}
.fadeIn-up {
	transform: translate(0, 20px);
}
.fadeIn-down {
	transform: translate(0, -20px);
}
.scrollIn {
	opacity: 1;
	transform: translate(0, 0);
}




#content div.box780 {
  margin: 0 auto 50px;
  text-align: center;
  width: 780px;
}

#content div.box780-inner {
  text-align: left;
}

#content div.box780-inner h3 {
  margin: 0 0 20px;
  padding: 0;
}

#content div.box780-inner p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#content div.box780-inner img.border {
  margin: 38px 0;
  padding: 0;
}

@media screen and (max-width:960px) {
  .w470 {
    width: 50% !important;
    box-sizing: border-box;
  }
  .w470 + *{
    width: calc(50% - 30px) !important;
  }
  .solutions #main .column_inner > .box:first-child {
    padding-top: 0;
  }
  .solutions div.solution-visual img {
    max-width: initial;
  }
  .solutions #main .box > .color-block > div.horizontal {
    display: block;
  }
  .solutions #index .col2.main-block {
    padding: 50px 15px 50px;
  }
  .solutions #index .col2.main-block .w725 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  div.solution-visual img {
    top: 0;
  }
  .solutions div.solution-visual img {
    max-width: 100%;
  }
  .flashing img {
    height: auto !important;
  }
  .flashing .flashing-readmore {
    height: 11px !important;
    right: 4px;
    bottom: 4px;
  }
  #main #security .task-arrow {
    width: 20vw !important;
  }
  #infrastructure .infrastructure-box {
    gap: 20px;
    padding: 20px 10px;
  }
  #infrastructure .infrastructure-box > div{
    width: calc(50% - 10px);
  }
  #infrastructure .infrastructure-box > div:first-child {
    padding-left: 0;
  }
  #infrastructure .infrastructure-box > div:last-child {
    padding-right: 0;
  }
  #infrastructure .infrastructure-box .image {
    height: 50vw;
    margin-bottom: 4px;
  }
  #infrastructure .infrastructure-box .image img[style*="width"] {
    height: 50vw !important;
    object-fit: contain;
  }
  #public .public_body .flex-box {
    margin-left: 0 !important;
  }
  #factory .touch-list div video {
    max-width: 100%;
  }
  #main .col2.contact-block .flex-box {
    padding: 45px 30px 44px;
  }
}
@media screen and (max-width:480px) {
  sup {
    font-size: xx-small;
    vertical-align: 3px;
  }
  .fs22 {
    font-size: 15px !important;
  }
  .fs18 {
    font-size: 15px !important;
  }
  .mt55 {
    margin-top: 30px !important;
  }
  .mb55 {
    margin-bottom: 30px !important;
  }
  .w470 {
    width: 100% !important;
  }
  .w470 + *{
    width: auto !important;
  }
  .link-btn a {
    font-size: 14px;
    padding: 15px 25px;
  }
  .link-btn.txtleft a {
    margin: 0px auto 20px;
  }
  .toggle-btn div {
    font-size: 14px;
  }
  .w700 .smp_slide > table {
    width: 700px !important;
  }
  #main .box .col2.first h2 {
    margin-top: 0;
  }
  #main .col2.first {
    clip-path: shape(
      from 0 17px ,
      smooth to 3px 13px with 0 17px,
      line  to 20px 2px,
      smooth to 26px 0 with 20px 2px,
      line  to calc(100% - 26px) 0,
      smooth to calc(100% - 20px) 2px with calc(100% - 26px) 0,
      line  to calc(100% - 3px) 13px,
      smooth to 100% 17px with calc(100% - 3px) 13px,
      line  to 100% 100%,
      line  to 0 100%,
      close
    );
  }
  #main .col2.end {
    clip-path: shape(
      from 0 0,
      line  to 100% 0,
      line  to 100% calc(100% - 17px),
      smooth to calc(100% - 3px) calc(100% - 13px) with 100% calc(100% - 17px),
      line  to calc(100% - 20px) calc(100% - 2px),
      smooth to calc(100% - 26px) 100% with calc(100% - 20px) calc(100% - 2px),
      line  to 26px 100%,
      smooth to 20px calc(100% - 2px) with 26px 100%,
      line  to 3px calc(100% - 13px),
      smooth to 0 calc(100% - 17px) with 3px calc(100% - 13px),
      close
    );
  }
  .solutions #main .box .col2 {
    padding: 30px 10px 30px;
  }
  #main .box h1.title1 {
    font-size: 24.1px;
    margin-top: 0;
  }
  #main .box h2 {
    font-size: 18px;
  }
  #main .box h3 {
    font-size: 17px;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box.equal.wrap-2 > *,
  .flex-box.equal.wrap-3 > * {
    width: 100%;
  }
  .flex-box.equal.wrap-2 > * {
    margin-bottom: 20px;
  }
  .flex-box.equal.center > div {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 20px;
  }
  #main .col2.contact-block .flex-box {
    padding: 22px 15px;
    gap: 15px 0;
  }
  #index .col2.main-block {
    clip-path: shape(
      from 0 17px ,
      smooth to 3px 13px with 0 17px,
      line  to 20px 2px,
      smooth to 26px 0 with 20px 2px,
      line  to calc(100% - 26px) 0,
      smooth to calc(100% - 20px) 2px with calc(100% - 26px) 0,
      line  to calc(100% - 3px) 13px,
      smooth to 100% 17px with calc(100% - 3px) 13px,
      line  to 100% calc(100% - 17px),
      smooth to calc(100% - 3px) calc(100% - 13px) with 100% calc(100% - 17px),
      line  to calc(100% - 20px) calc(100% - 2px),
      smooth to calc(100% - 26px) 100% with calc(100% - 20px) calc(100% - 2px),
      line  to 26px 100%,
      smooth to 20px calc(100% - 2px) with 26px 100%,
      line  to 3px calc(100% - 13px),
      smooth to 0 calc(100% - 17px) with 3px calc(100% - 13px),
      close
    );
  }
  #index .index_block {
    gap: 10px;
  }
  #index .index_block > a {
    width: calc(50% - 5px);
  }
  #index .index_block span {
    font-size: 15px;
    margin-top: 6px;
  }
  #index .index_block > a figure {
    height: 111px;
  }
  #index .index_block > a figure img {
    height: 100% !important;
    object-fit: cover;
  }
  #security .task-head {
    font-size: 12.8px;
  }
  #security .task-body {
    padding: 22px 15px;
  }
  #security .solution-head {
    font-size: 16.64px;
  }
  #security .solution-body {
    padding: 22px 15px;
  }
  #security .solution-list-title,
  #security .solution-list li {
    font-size: 12.8px;
  }
  #security .solution-list li::before {
    font-size: 0.5em;
    top: 1em;
    left: -1.6em;
  }
  #security .color-box {
    padding: 22px 15px;
  }
  #security .partners {
    padding: 20px 10px;
  }
  #security .lineup.flex-box.equal.wrap-3 > * {
    width: auto;
  }
  #security .lineup .image {
    padding: 0 40px;
  }


  #factory .anker-link-box span {
    font-size: 11.4px !important;
  }
  #factory .factory_list li {
    font-size: 14px;
    line-height: 1.4;
  }
  #factory .size_block {
    padding: 0;
  }
  #factory .reliability_box {
    flex-direction: column;
  }
  #factory .reliability_box > div {
    width: 100%;
  }
  #factory .anker-link-box {
    flex-direction: row;
  }
  #factory .anker-link-box > a {
    width: 32%;
  }
  #factory .anker-link-box img {
    margin-left:10px;
    margin-right:10px;
    width: calc(100% - 20px) !important;
  }
  #factory .factory_tit,
  #public .public_tit {
    font-size: 15px;
  }
  #factory .factory_body,
  #public .public_body {
    padding: 20px;
  }
  #factory .factory_body .video_tit,
  #public .public_body .video_tit {
    font-size: 15px;
  }
  #factory .factory_body video,
  #public .public_body video {
    margin: 0;
  }
  #factory .model_table,
  #public .model_table {
    flex-wrap: wrap;
  }
  #factory .model_table .model_box,
  #public .model_table .model_box {
    width: 50%;
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  #factory .pos_auto_forPC,
  #public .pos_auto_forPC {
    display: none;
  }
  #factory .model_table .model_box:nth-child(even) > *,
  #public .model_table .model_box:nth-child(even) > *{
    border-right: 1px solid #d8d7da;
  }
  #factoryc .model_table .image,
  #public .model_table .image {
    padding: 15px 10px 10px;
  }
  #factory .model_table .model_box .points,
  #public .model_table .model_box .points {
    color: #333;
    border-left-width: 1px;
    white-space: normal;
  }
  #factory .saw .model_table,
  #public .saw .model_table {
    width: 100%;
  }
  #factory.model_table .size,
  #factory .model_table .monitor,
  #factory .model_table .points,
  #public .model_table .size,
  #public .model_table .monitor,
  #public .model_table .points {
    font-size: 14px;
  }

  #marine .marine_box {
    padding: 0 15px;
  }
  #marine .marine_box > div {
    width: 100%;
    text-align: center;
  }
  #marine .marine_box .tit {
    font-size: 15px;
    padding: 10px 0 5px;
  }
  #marine .white-box {
    padding: 22px 15px;
  }
  #marine .lineup.flex-box.equal.wrap-2 > * {
    width: 100%;
  }
  #main #marine .col2.color-block-paleGreen {
    padding: 15px;
  }
  #main #railway .col2.color-block-white {
    padding: 15px;
  }

  .info_block {
    padding: 22px 15px;
  }
  .info_block p {
    font-size: 12.8px !important;
  }
  .flashing .flashing-readmore {
    width: 18% !important;
  }

}