@charset "UTF-8";
@import url("grid.css");

/* root変数 */
:root {
  --color-main: #1ba4aa;
}

img {
	width:100%;
	height: auto;/*高さ自動*/
    -webkit-backface-visibility: hidden;
}
a {
    color: #666;
    text-decoration-line: none;
}
a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

strong {
  font-size: 1.1em;
  color: #1ba4aa;
}

.link {
  color: #1ba4aa;
  text-decoration: underline;
}

/*ヘッダー
-------------------------------------*/
#header {
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow:0 0 3px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 5%);
    z-index: 999;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

#header-wrap {
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

#header-wrap .header_logo {
    height: 48px;
    width: 120px;
    float: left;
    padding: 13px 0 0 0;
}

#header-wrap .right {
    display: flex;
    justify-content: space-between;
}

.right {
    float: right;
}

.contact-btn {
    padding-top: 23px!important;
    margin-left: 20px;
}

.contact-btn li.btn01 {
    background-color: #e05330;
    padding: 5px 15px;
    border-radius: 30px;
}

.contact-btn li.btn01:hover {
    background-color: #ff6656;
    transition: all 0.4s ease 0s;
}

.contact-btn li a {
    color: #ffffff;
    font-weight: bold;
}

.gNav-list {
    display: flex;
    justify-content: space-between;
}

.gNav-list-item {
  position: relative;
  padding: 30px 15px 25px;
  font-weight: 600;
}

.for-sp {
    display: none!important;
}

.gNav-list-item .dropdown-list {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
}
.gNav-list-item:hover .dropdown-list {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown-list-item {
  width: 300px;
    background-color: #fff;
    transition: all .3s;
    position: relative;
    padding: 10px 20px;
    border-top: solid 1px #f4f2e9;
}

.dropdown-list-item:hover {
  background-color: #9fcecc;
}

.dropdown-list a:hover {
  opacity: 1;
}

@media screen and (max-width: 940px){
#header {
    min-width: 100%;
    height: 60px;
}

.box {
    max-width: 100%;
}

#header-wrap .header_logo {
    width: 100px;
    padding: 13px 0 0 20px;
}

#header-wrap .right {
    display: flex;
    justify-content: space-between;
}

.right {
    display: flex;
    justify-content: space-between;
    width: auto;
    position: absolute;
    right: 50px;
}

.for-pc {
    display: none!important;
}

#header-wrap .list li {
    height: auto;
    display: block;
}

#header-wrap .list a {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #ffffff;
}

#header-wrap .contact-btn {
    padding-top: 13px!important;
}

.for-sp {
    display: block!important;
}


#hamburger .btn-gNav{
  position: fixed;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}

#hamburger .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

#header-wrap .list li {
    height: auto;
    display: block;
}

#header-wrap .list a {
    display: table-cell;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    color: #FFFFFF;
}

#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #1ba4aa;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
}
#gNav.open{
  right: 0px;
}
#gNav .gNav-menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li{
  display: block;
  padding : 20px 30px;
}
#gNav .gNav-menu li a{
  color: #ddd;
  text-decoration: none;
}

}

/*メイン画像
-------------------------------------*/
.fv {
    position: relative;
    padding: 80px 0 0 0;
    min-height: 650px;
    overflow: hidden;
}

/*#mv {
    background: url(../img/main01.jpg) center;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}*/

.box {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.video_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 800px;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

.fv .shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    background-image: url(../img/bg_shadow.png);
    background-repeat: repeat;
}

.fv .catch {
  display: flex;
  align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    width: 100%;
}

.catch p {
  font-size: 1.8em;
  font-weight: 400;
}

.man {
    width: 150px;
    margin-right: 40px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-t-80 {
  padding-top: 80px;
}

@media screen and (max-width: 940px) and (min-width: 671px){
.fv { padding: 60px 0 0 0!important; }
h1 { font-size: 50px; }
}

@media screen and (max-width: 670px){
/* スマホ */
.fv { padding: 60px 0 0 0; min-height: 410px; }
.catch p { font-size:18px; }
.man { width: 0; margin-right: 0; }
.box { padding: 0 10px; }
.video_wrapper { min-height: 350px; }
.video_wrapper > video { transform: translate(-50%, -50%) scale(0.5); }
}

/*ぱんくず
-------------------------------------*/

.breadcrumb {
  padding: 90px 0 10px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
}

.breadcrumb-list-item {
  position: relative;
  margin-right: 10px;
  font-size: 75%;
}

.breadcrumb-list-item a {
  color: #1ba4aa;
}

.breadcrumb-list-item::after {
  content: ">";
  color: #aaa;
  padding-left: 10px;
}

.breadcrumb-list-item:last-child::after {
  content: "";
}

@media screen and (max-width: 940px){
.breadcrumb { padding: 70px 0 10px 20px; }
}

/*section&背景
-------------------------------------*/
section {
    padding: 60px 0;
}

.top-section {
  background-color: #f4f2e9;
  padding: 40px 0;
}
.green-back {
	background-color: #1ba4aa;
}
.lightgreen-back {
    background-color: #9fcecc;
}
.gray-back {
    background-color: #f4f2e9;
}
.font-white {
    color: #ffffff;
}

@media screen and (max-width: 670px){
/* スマホ */
section {
    padding: 40px 0 40px 0;
}
}

/*資料ダウンロード
-------------------------------------*/
.dl {
    padding: 20px 0 30px!important;
    background: url(../img/dl01.png) right calc(50% + 250px) top 0 no-repeat , url(../img/dl02.png) left calc(50% + 250px) top 0 no-repeat;;
    background-color: #fff;
}


.dl-ttl {
    color: #e05330;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.dl p {
  margin: 0!important;
}

.dl-btn {
    text-align: center;
}

.dl-btn a {
    color: #ffffff;
    background-color: #e05330;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 40px;
    border-radius: 30px;
    display: inline-block;
}

.dl-btn a:hover {
    color: #ffffff;
    background-color: #ff6656;
    transition: all 0.4s ease 0s;
}

/*動画
-------------------------------------*/
.video {
    padding: 40px 0 30px!important;
    background-color: #f4f2e9;
}

.video-ttl {
    color: #e05330;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.video-container {
  max-width: 600px;
  margin: 0 auto;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*こんな課題に！
-------------------------------------*/

#sec1 {
    position: relative;
}

#sec1:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #1ba4aa;
    bottom: -40px;
}

.inner {
    background: white;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    border-radius: 16px;
}

.inner-w {
    width: 100%;
    padding: 60px 60px 50px;
}

.inner-img01 {
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.inner-img02 {
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    background: url(../img/sol01.jpg) center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.inner-img03 {
    overflow: hidden;
    border-radius: 16px 0 0 16px;
    background: url(../img/sol02.jpg) center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.inner-img05 {
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    background: url(../img/sol03.jpg) center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.inner-img04 {
    width: 30%;
}

.inner-text {
    padding: 20px;
}

.inner-text-w {
    padding: 30px 50px;
}

.inner-text-w img {
    width: 100%;
    overflow: hidden;
}

.inner-text-d {
    width: 70%;
    padding-left: 20px;
}

.inner-ttl {
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 15px;
    background: #1ba4aa;
    color: #fff;
    font-weight: 400;
}

.inner-ttl:after {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1ba4aa;
    bottom: -7px;
}

.inner-w-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #1ba4aa;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 50px 0 40px;
}

.inner-w-ttl:before {
    left: 0;
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20%;
    height: 3px;
    border-top: 2px solid #1ba4aa;
}

.inner-w-ttl:after {
    right: 0;
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20%;
    height: 3px;
    border-top: 2px solid #1ba4aa;
}


.inner-detail {
    width: 100%;
    margin: 20px auto;
}

.inner-detail p {
    width: 80%;
    margin: 10px auto;
    font-size: 14px;
}

/*.inner-detail p a {
    display: inline;
    color: #1ba4aa;
    text-decoration: underline;
}*/

.case-btn {
    position: relative;
    cursor:pointer;
    padding: 30px 50px;
}

.case-btn::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 58px;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #1ba4aa;
  border-right: 3px solid #1ba4aa;
  transform: rotate(45deg);
}

.case-contents {
    display: none;
    padding: 10px 50px 30px;
}

.case-contents ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 1.5em;
}

.case-li-ttl {
    color: #1ba4aa;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0!important;
}

.case-ttl {
    display: inline;
    padding: 7px 20px;
    margin-right: 10px;
    background: #1ba4aa;
    color: #fff;
    font-weight: 400;
}

.case-h {
    display: inline;
}

.faq-q {
    position: relative;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 2;
    border-top: 1px #cccccc dotted;
    text-align: left;
    margin: 0;
    cursor: pointer;
}

dl:first-child .faq-q {
    border-top: none;
}

.faq-q:before {
    content: 'Q';
    color: #1ba4aa;
    font-weight: bold;
    margin-right: 20px;
}

.faq-q:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 58px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #1ba4aa;
  border-right: 3px solid #1ba4aa;
  transform: rotate(45deg);
}

.faq-a {
    display: none;
    padding: 20px 40px 20px 60px;
    border-top: 1px #cccccc dotted;
    position: relative;
}

.faq-a:before {
    content: 'A';
    color: #1ba4aa;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 40px;
}

.faq-a p {
    display: inline-block;
    margin-left: 1em;
}

.contact-inner {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 670px){
.inner {
    margin-bottom: 20px;
}

.inner-text-w {
    padding: 30px;
}

.inner-w {
    padding: 30px 30px;
}

#sec1:after {
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1ba4aa;
    bottom: -20px;
}

.inner-img02 {
    border-radius: 0 0 16px 16px;
    width: 100%;
    height: 150px;
}

.inner-img03 {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 150px;
}

.inner-img05 {
    border-radius: 0 0 16px 16px;
    width: 100%;
    height: 150px;
}

.contact-inner {
    width: 100%;
}

.faq-q {
    padding: 15px 70px 15px 40px;
    font-size: 14px;
}

.faq-q::after {
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
}

.dl-btn a {
    font-size: 16px;
    padding: 10px 20px;
}

.dl {
    padding: 20px 0 30px!important;
    background: url(../img/dl01.png) right calc(50% + 200px) top 0 no-repeat , url(../img/dl02.png) left calc(50% + 200px) top 0 no-repeat;;
    background-color: #fff;
}
}

@media screen and (max-width: 940px){
.case-h {
    display: block;
    margin: 10px 0 0;
}

.case-btn {
    padding: 30px 50px 30px 30px;
}

.case-btn::after {
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
}
}

/*動画
-------------------------------------*/
.video-content {
  padding: 20px 0;
  text-align: center;
}

.video-content p {
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  background: #1ba4aa;
  padding: 5px 30px;
  margin-bottom: 10px;
}

.video-content iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


/*製品
-------------------------------------*/
.product-ttl {
  border-left: solid 7px #1ba4aa;
  margin: 40px 0 20px;
  padding: 5px 5px 5px 15px;
}

.padding-0 {
  padding: 0!important;
}

.product-detail {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.product-detail tr{
  border-bottom: solid 2px white;
}

.product-detail tr:last-child{
  border-bottom: none;
}

.product-detail th{
  position: relative;
  width: 35%;
  background-color: #1ba4aa;
  color: white;
  text-align: left;
  padding: 10px 20px;
}

.product-detail td{
  text-align: left;
  width: auto;
  background-color: #eee;
  padding: 10px 20px;
}

.anchortext {
  color: #1ba4aa;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0.5em!important;
}

.anchorbox {
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #1ba4aa;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}

.arrow{
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  margin: 0 auto 10px;
}


/*コピーライト
-------------------------------------*/

.case-detail {
  padding-right: 40px;
}

.case-detail h1 {
  text-align: left;
  color: #1ba4aa;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3px;
}

.case-detail h2 {
  font-size: 22px;
  text-align: left;
  margin-top: 50px;
}

.case-detail h3 {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0 10px;
}

.case-topic {
    border: 1px solid #dee2e9;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 30px 0 20px;
    width: 100%;
}

.case-topic p {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.case-topic a {
  color: #1ba4aa;
  text-decoration-line: underline;
}

.case-line {
    border-top: 1px solid #dee2e9;
    margin: 25px 30px;
}

.case-list-ttl {
  font-size: 15px;
  margin-top: 30px;
}

.case-list-item {
  color: #1ba4aa;
  padding: 15px;
  border-top: solid 1px #dee2e9;
  font-size: 14px;
}

.inner-list li {
  list-style: disc;
  color: #1ba4aa;
  margin-left: 1em;
  margin-bottom: 5px;
}

.inner-list li span {
  color: #000;
}

.voice {
  background: #f4f2e9;
  border-radius: 7px;
  padding: 25px 30px 20px;
  margin-top: 60px;
}

.voice h3 {
  margin: 0!important;
}

.case-x-ttl {
  text-align:left!important;
  border-bottom: solid 1px #E1E1E1;
  padding-left:10px;
}

.case-x-link {
  color:#1ba4aa!important;
}

.case-x li {
  margin-bottom: 15px;
  padding-bottom:10px;
  border-bottom: solid 1px #E1E1E1;
}

.case-x li span {
  background-color:#1ba4aa;
  border-radius:2px;
  color:#fff;
  display:inline-block;
  font-size:0.8em;
  margin-right:10px;
  padding:3px 15px;
}

@media screen and (max-width: 940px){
  .case-x { padding: 15px 0 0; }
}

/*フッター
-------------------------------------*/
.img-m {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

.img-c {
  max-width:500px;
  height:auto;
  margin: 0 0 30px;
}


/*フッター
-------------------------------------*/
.footer {
    padding: 3rem 0 1rem;
    background-color: #1e323b;
}

.footer a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline;
}

.footer p {
  color: #ffffff!important;
}

.footer-list {
  margin-left: 1em;
}

.footer-item {
  margin-bottom: 1em;
}

.footer-logo {
  width: 220px;
}

@media screen and (max-width: 940px){
  .footer { text-align:center; }
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #1e323b;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/**/

.text-center { text-align: center!important; }
.text-left { text-align: left!important; }

.margin-b-0 { margin-bottom: 0!important; }
.margin-b-20 { margin-bottom: 20px!important; }
.margin-b-40 { margin-bottom: 40px!important; }
.margin-b-70 { margin-bottom: 70px!important; }
.padding-b-40 { padding-bottom: 40px!important;}

.link {
    color: #1ba4aa;
    text-decoration: underline;
}

.hover:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.hover p {
  color: #222!important;
}

@media screen and (max-width: 670px){
/* スマホ */
.inner-text-d { width:100%; padding-left: 0; }
.inner-img04 { display:none; }
.case-detail { padding-right: 0px; }
}

.mrc_popup_close_button img {
  width:26px;
}

/* contact */
.bl_contact {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px;
}

.bl_contact p {
  color: #222!important;
}

.bl_contact_inner {
  display: flex;
  flex-wrap: wrap;
}

.bl_contact_text {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}

.bl_contact_text>h2 {
  font-size: 32px;
  color: var(--color-main);
}

.bl_contact_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  color: var(--color-main);
  padding: 5px 0;
}

.bl_contact_tel .txt {
  color: var(--color-main);
  font-size: 42px;
}

.bl_contact_tel svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: var(--color-main);
  fill: currentColor;
}

.bl_contact_tel a {
  letter-spacing: .1em;
}

@media only screen and (max-width: 886px) {

  .bl_contact_tel {
    font-size: 28px;
  }

}

/* cta */
.bl_cta {
  background: url(/business/sensor/cmn/img/catalog01.webp) right calc(45% + 435px) top -28px no-repeat, url(/business/sensor/cmn/img/catalog02.webp) left calc(45% + 465px) top 10px no-repeat, linear-gradient(-30deg, #93c4c2 0, #0f8287 100%);
  background-size: auto 120%, auto 135%, auto auto;
}

.bl_cta_box {
  padding: 38px 0;
}

.bl_cta p {
  color: #fff;
  text-align: center;
}

.bl_cta_subttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 0 15px #0d5256;
}

.bl_cta_ttl {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 auto 10px;
  text-shadow: 0 0 15px #0d5256;
}

a.bl_cta_btn {
  font-size: 2rem;
  background-color: #e05330;
  border: solid 1px #fff;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 auto;
  width: 300px;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 1300px) {
  .bl_cta {
    background: url(/business/sensor/cmn/img/catalog01.webp) right calc(45% + 500px) top -28px no-repeat, url(/business/sensor/cmn/img/catalog02.webp) left calc(45% + 530px) top 10px no-repeat, linear-gradient(-30deg, #93c4c2 0, #0f8287 100%);
    background-size: auto 120%, auto 135%, auto auto;
  }

}