@charset "UTF-8";

@media screen and (min-width: 750px) {
/*////////////////////////////////////////////////////////////////////
#product-intro　製品紹介イントロ
////////////////////////////////////////////////////////////////////*/
.product-intro {
max-width: 1240px;
margin-top: 80px;
margin-bottom: 48px;
}
.product-intro .intro-logo {
padding: 0 20px;
margin-bottom: 28px;
}
.product-intro .intro-logo img {
}
.product-intro .intro-product {
margin-bottom: 28px;
padding: 0 20px;
}
.product-intro .intro-ttl {
font-size: 3.5rem;
letter-spacing: 0.1em;
margin-bottom: 50px;
padding: 0 20px;
}
.product-intro .intro-lead {
background: #f6f9fb;
text-align: left;
font-size: 1.4rem;
padding: 40px 45px;
}
.product-intro .intro-lead strong {
}
.product-intro .intro-img {
}
.product-intro .intro-img img {
}
.product-intro .intro-imglead {
display: flex;
margin: 80px auto;
}
.product-intro .intro-imglead .img {
width: 50%;
}
.product-intro .intro-imglead .img img {
width: 100%;
}
.product-intro .intro-imglead .txt {
background: #f6f9fb;
text-align: left;
font-size: 1.6rem;
padding: 40px 45px;
flex: 1;
font-weight: 600;
display: flex;
align-items: center;
line-height: 2;
}
/*////////////////////////////////////////////////////////////////////
.product-lead　製品紹介のリード文
////////////////////////////////////////////////////////////////////*/
.product-lead {
position: relative;
text-align: left;
margin: 32px auto;
width: 93%;
font-size: 1.4rem;
text-indent: -1.5em;
padding-left: 1.5em;
}
/*////////////////////////////////////////////////////////////////////
#product-contact　製品紹介ページフッタのお問い合わせ
////////////////////////////////////////////////////////////////////*/
#product-contact {
max-width: 1240px;
background: #f6f9fb;
padding: 50px 0;
margin-bottom: 64px;
}
#product-contact .lead {
font-size: 2rem;
margin-bottom: 50px;
padding: 0 20px;
}
#product-contact .btns {
display: flex;
justify-content: center;
}
#product-contact .btns .btn {
margin: 0;
width: 233px;
height: 54px;
}
#product-contact .btns .btn:nth-child(1) {
margin-right: 40px;
}
#product-contact .btns .btn a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: #fff;
font-size: 1.4rem;
position: relative;
transition: ease 0.2s;
}
#product-contact .btns .btn a:hover {
}
#product-contact .btns .btn:nth-child(1) a {
background: #005eac;
border: 1px solid #005eac;
}
#product-contact .btns .btn:nth-child(2) a {
background: #0e3a6a;
border: 1px solid #0e3a6a;
}
#product-contact .btns .btn:nth-child(1) a:hover {
background: #fff;
color: #005eac;
}
#product-contact .btns .btn:nth-child(2) a:hover {
background: #fff;
color: #0e3a6a;
}
#product-contact .btns .btn:nth-child(1) a:hover::before {
background-image: url(../img/common/cmn-icon-arw2-blue.png);
}
#product-contact .btns .btn:nth-child(2) a:hover::before {
background-image: url(../img/common/cmn-icon-out-navy.png);
}
#product-contact .btns .btn a::before {
content: "";
display: block;
position: absolute;
background-size: cover;
}
#product-contact .btns .btn:nth-child(1) a::before {
background-image: url(../img/common/cmn-icon-arw2.png);
width: 9px;
height: 16px;
right: 14px;
top: 2px;
bottom: 0;
margin: auto;
}
#product-contact .btns .btn:nth-child(2) a::before {
background-image: url(../img/common/cmn-icon-out.png);
width: 13px;
height: 13px;
right: 14px;
top: 2px;
bottom: 0;
margin: auto;
}
/*////////////////////////////////////////////////////////////////////
#product-intro-flir　イントロ [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-intro-flir {
}
#product-intro-flir .intro-logo {
margin-bottom: 80px;
}
#product-intro-flir .intro-logo img {
max-width: 248px;
}
/*////////////////////////////////////////////////////////////////////
#product-interface　豊富なインターフェース [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-interface {
max-width: 1240px;
}
/*////////////////////////////////////////////////////////////////////
#product-imagesize　豊富な画素サイズ [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-imagesize {
max-width: 1240px;
}
/*////////////////////////////////////////////////////////////////////
#product-lineup　豊富なラインナップ [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-lineup {
max-width: 1240px;
margin-bottom: 68px;
}
#product-lineup .product-lead {
}
#product-lineup .product {
display: flex;
justify-content: space-between;
max-width: 1160px;
}
#product-lineup .product li {
width: 350px;
margin: 0;
}
#product-lineup .product li:nth-child(3n+2) {
margin: 0 10px;
}
#product-lineup .product li figure {
margin-bottom: 3px;
}
#product-lineup .product li figure figcaption {
background: #6c86a2;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 3px;
}
#product-lineup .product li figure img {
}
#product-lineup .product li .spec {
background: #f8f8f8;
font-size: 1.4rem;
text-align: left;
padding: 20px;
font-weight: 600;
color: #666666;
}
/*////////////////////////////////////////////////////////////////////
#product-advanced-camera　先進的カメラ [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-advanced-camera {
max-width: 1240px;
margin-bottom: 82px;
}
#product-advanced-camera .product-lead {
}
#product-advanced-camera .product {
display: flex;
justify-content: space-between;
width: 1160px;
margin-bottom: 30px;
}
#product-advanced-camera .product li {
width: 470px;
margin: 0;
}
#product-advanced-camera .product li figure {
margin-bottom: 3px;
}
#product-advanced-camera .product li figure figcaption {
background: #6c86a2;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 3px;
}
#product-advanced-camera .product li figure img {
}
#product-advanced-camera .product li .spec {
background: #f8f8f8;
font-size: 1.4rem;
text-align: left;
padding: 20px;
font-weight: 600;
color: #666666;
}
#product-advanced-camera .desc {
max-width: 1200px;

font-size: 1.4rem;
padding: 0 20px;
margin-bottom: 90px;
}
#product-advanced-camera .bln {
background: #6c86a2;
color: #fff;
font-size: 2.4rem;
line-height: 1;
padding: 20px;
position: relative;
margin-bottom: 55px;
}
#product-advanced-camera .bln:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -17px;
border: 17px solid transparent;
border-top: 27px solid #6c86a2;
}
#product-advanced-camera table {max-width: 1160px;border-collapse: collapse;border-left: 1px solid #dcdcdc;font-size: 1.6rem;font-weight: 600;letter-spacing: 0;}
#product-advanced-camera table * {
font-size: inherit;
font-weight: inherit;
}
#product-advanced-camera table thead {
background: #4dc6ff;
color: #fff;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
}
#product-advanced-camera table thead tr {
}
#product-advanced-camera table thead tr th {padding: 15px 0;width: 32%;border-right: 1px solid #dcdcdc;}
#product-advanced-camera table thead tr td {padding: 15px 0;width: 34%;border-right: 1px solid #dcdcdc;}
#product-advanced-camera table tbody {
}
#product-advanced-camera table tbody tr {
border-bottom: 1px solid #dcdcdc;
}
#product-advanced-camera table tbody tr th {
border-right: 1px solid #dcdcdc;
align-items: center;
padding: 25px 0;
}
#product-advanced-camera table tbody tr th figure {
width: 100%;
height: 100%;
display: flex;
}
#product-advanced-camera table tbody tr th figure img {margin: 0 25px 0 20px;flex: 1;}
#product-advanced-camera table tbody tr th figure img + figcaption{}
#product-advanced-camera table tbody tr th figure figcaption {text-align: left;display: flex;align-items: center;width: 225px;margin: 0 0 0 auto;}
#product-advanced-camera table tbody tr th img {
width: 100px;
}
#product-advanced-camera table tbody tr td {
border-right: 1px solid #dcdcdc;
text-align: left;
padding: 15px 20px;
}
#product-advanced-camera table tbody tr td ul {
}
#product-advanced-camera table tbody tr td ul li {
text-indent: -0.8em;
padding-left: 0.8em;
}
/*////////////////////////////////////////////////////////////////////
#product-polarized-camera　偏光カメラ [FLIR]
////////////////////////////////////////////////////////////////////*/
#product-polarized-camera {
max-width: 1240px;
}
#product-polarized-camera .lead {
position: relative;

margin: 32px auto;
width: 93%;
font-size: 1.4rem;
}
#product-polarized-camera .product {
max-width: 1160px;
margin-bottom: 50px;
}
#product-polarized-camera .product img {
max-width: 820px;
height: auto;
}
#product-polarized-camera .sensor {
max-width: 1160px;
position: relative;
margin-bottom: 40px;
}
#product-polarized-camera .sensor h3 {
font-size: 1.8rem;
color: #0e3a6a;
font-weight: 600;
display: block;
position: relative;
margin: 0 0 52px;
}
#product-polarized-camera .sensor h3::before {
content: "";
display: block;
position: absolute;
background: #0e3a6a;
width: 100%;
height: 3px;
top: 14px;
margin: auto;
left: 0;
}
#product-polarized-camera .sensor h3 span {
background: #fff;
padding: 0 4%;
position: relative;
}
#product-polarized-camera .sensor ul {
display: flex;
justify-content: space-around;
}
#product-polarized-camera .sensor ul li {
margin: 0;
width: 350px;
}
#product-polarized-camera .sensor ul li:nth-child(3n+2) {
margin: 0 10px
}
#product-polarized-camera .sensor ul li img {
width: 100%;
height: auto;
margin-bottom: 3px;
}
#product-polarized-camera .sensor ul li p {
background: #f8f8f8;
padding: 27px 20px;
font-size: 1.4rem;

height: 150px;
}
#product-polarized-camera .application {
max-width: 1122px;
margin-bottom: 100px;
}
#product-polarized-camera .application ul {
display: flex;
justify-content: space-between;
}
#product-polarized-camera .application ul li {
width: 531px;
margin: 0;
}
#product-polarized-camera .application ul li:nth-child(2n) {
margin-left: 10px;
}
#product-polarized-camera .application ul li h3 {
display: flex;
align-items: center;
font-size: 1.4rem;
margin-bottom: 3px;
}
#product-polarized-camera .application ul li h3 span {
color: #fff;
background: #4dc6ff;
padding: 8px 20px;
margin: 0 15px 0 0;
}
#product-polarized-camera .application ul li h3 img {
width: 531px;
height: 319px;
}
/*////////////////////////////////////////////////////////////////////
#product-intro-prophesee　イントロ [PROPHESEE]
////////////////////////////////////////////////////////////////////*/
#product-intro-prophesee {
}
#product-intro-prophesee .intro-logo {
}
#product-intro-prophesee .intro-logo img {
width: 371px;
}
#product-intro-prophesee .intro-product {
}
#product-intro-prophesee .intro-product img {
width: 340px;
}
#product-intro-prophesee .intro-ttl {
}
#product-intro-prophesee .intro-lead {
text-align: center;
}
#product-intro-prophesee .intro-lead strong {
font-size: 1.8rem;
}
/*////////////////////////////////////////////////////////////////////
#product-visionsensor　特許技術のVision Sensor [PROPHESEE]
////////////////////////////////////////////////////////////////////*/
#product-visionsensor {
max-width: 1240px;
margin-bottom: 64px;
}
#product-visionsensor h2 {
}
#product-visionsensor .lead {

padding-left: 72px;
position: relative;
margin-bottom: 45px;
font-size: 1.4rem;
}
#product-visionsensor .lead::before {
content: "";
display: block;
position: absolute;
background: #4dc6ff;
background-size: 11px;
top: 6px;
left: 53px;
margin: auto;
width: 11px;
height: 11px;
}
#product-visionsensor .lead {
}
#product-visionsensor .frm {
width: 1140px;
background: #f6f9fb;
padding: 50px;
margin-bottom: 46px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
#product-visionsensor .frm img {
width: 1040px;
height: 475px;
}
#product-visionsensor h3 {
width: 1140px;
font-weight: 600;
}
#product-visionsensor h3 span {
margin: 0px 0 0 10px;
font-size: 1.4rem;
font-weight: 600;
}
#product-visionsensor .frm .video {
width: 496px;
height: 289px;
margin: 0;
}
#product-visionsensor .frm .video:nth-child(2) {
margin-left: 40px;
}
#product-visionsensor .frm .video img {
width: 100%;
height: auto;
    cursor: pointer;
}
#product-visionsensor .frm dl {
margin: 0;
width: 544px;
padding: 43px 32px 0;
text-align: left;
}
#product-visionsensor .frm dl dt {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 10px;
}
#product-visionsensor .frm dl dd {
font-size: 1.4rem;
margin-bottom: 35px;
}
#product-visionsensor .frm ul {
width: 100%;
margin: 31px 0 0;
background: #fff;
padding: 32px 35px;
text-align: left;
}
#product-visionsensor .frm ul li {
font-size: 1.4rem;
margin-bottom: 15px;
position: relative;
padding-left: 24px;
}
#product-visionsensor .frm ul li:nth-child(4) {
margin-bottom: 0;
}
#product-visionsensor .frm .info {
font-size: 1.8rem;
margin: 0;
width: 544px;
padding: 0px 0 0 50px;
text-align: left;
line-height: 2;
}
#product-visionsensor .frm .info-tracking {
font-size: 1.8rem;
margin: 0;
width: 100%;
padding: 0;
text-align: center;
margin-top: 35px;
font-weight: 600;
}
/*////////////////////////////////////////////////////////////////////
#product-solution　ソリューションとしてご提案 [PROPHESEE]
////////////////////////////////////////////////////////////////////*/
#product-solution {
margin-bottom: 100px;
max-width: 1240px;
}
#product-solution h2 {
}
#product-solution .lead {

padding-left: 72px;
position: relative;
margin-bottom: 45px;
font-size: 1.4rem;
}
#product-solution .lead::before {
content: "";
display: block;
position: absolute;
background: #4dc6ff;
background-size: 11px;
top: 6px;
left: 0;
margin: auto;
width: 11px;
height: 11px;
}
#product-solution .lead {
width: 1140px;
padding-left: 20px;
}
#product-solution .frm {
width: 1140px;
background: #f6f9fb;
padding: 50px;
margin-bottom: 48px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
#product-solution .frm img {
width: 951px;
height: 235px;
}
#product-solution h3 {
width: 1140px;
font-weight: 600;
}
#product-solution section {
width: 1140px;
border: 1px solid #c0c0c0;
margin-bottom: 30px;
padding: 30px 40px;
text-align: left;
}
#product-solution section h4 {
font-size: 1.6rem;
margin-bottom: 15px;
position: relative;
padding-left: 22px;
}
#product-solution section > ul {
padding-left: 26px;
}
#product-solution section > ul li {
font-size: 1.4rem;
margin-top: 15px;
padding-left: 35px;
position: relative;
}
#product-solution section > ul li::before {
content: "";
display: block;
position: absolute;
background: #4dc6ff;
background-size: 11px;
top: 8px;
left: 21px;
margin: auto;
width: 8px;
height: 8px;
border-radius: 50%;
}
/*////////////////////////////////////////////////////////////////////
#product-camera-monitoring-detail　説明 [カメラモニタリング]
////////////////////////////////////////////////////////////////////*/
#product-camera-monitoring-detail {
max-width: 1240px;
display: flex;
flex-wrap: wrap;
margin-bottom: 80px;
}
#product-camera-monitoring-detail .lead {
font-size: 2.4rem;
line-height: 2;
width: 100%;
margin-bottom: 80px;
padding: 0 20px;
}
#product-camera-monitoring-detail div {
display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#product-camera-monitoring-detail div img {
width: 20%;
    height: auto;
}
#product-camera-monitoring-detail .txt {
font-size: 1.4rem;
text-align: left;
margin-top: 64px;
padding: 0 20px;
}
/*////////////////////////////////////////////////////////////////////
#product-camera-monitoring-parts　特徴 [カメラモニタリング]
////////////////////////////////////////////////////////////////////*/
#product-camera-monitoring-parts {
max-width: 1240px;
}
#product-camera-monitoring-parts .ttl-navy {
}
#product-camera-monitoring-parts div {
display: flex;
max-width: 1180px;
margin: 32px auto 96px;
padding: 0 20px;
}
#product-camera-monitoring-parts div dl {
width: 50%;
display: flex;
flex-wrap: wrap;
font-size: 1.4rem;
}
#product-camera-monitoring-parts div dl dt {
width: 25%;
display: flex;
align-items: center;
justify-content: center;
background: #b7d0e6;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
font-weight: 600;
}
#product-camera-monitoring-parts div dl dd {
padding: 16px;
text-align: left;
background: #f8f8f8;
border-bottom: 1px solid #fff;
width: 75%;
}
#product-camera-monitoring-parts div dl dd p {
display: flex;
margin: 0;
}
#product-camera-monitoring-parts div dl dd p span:nth-of-type(1) {text-align: left;margin: 0;width: 92px;}
#product-camera-monitoring-parts div dl dd p span:nth-of-type(2) {
margin: 0;
}
#product-camera-monitoring-parts div dl dd strong {
color: #005eac;
margin-top: 0.5em;
display: block;
text-align: left;
}
#product-camera-monitoring-parts div > p {
width: 50%;
text-align: right;
}
#product-camera-monitoring-parts div p img {
width: 100%;
max-width: 524px;
}
/*////////////////////////////////////////////////////////////////////
#product-camera-monitoring-kit　開発評価キット [カメラモニタリング]
////////////////////////////////////////////////////////////////////*/
#product-camera-monitoring-kit {
max-width: 1240px;
}
#product-camera-monitoring-kit .ttl-navy {
}
#product-camera-monitoring-kit img {
width: 100%;
}
#product-camera-monitoring-kit .frm {
background: #f6f9fb;
padding: 40px;
margin-bottom: 80px;
}
#product-camera-monitoring-kit .frm h3 {
max-width: 900px;
border: 2px solid #0e3a6a;
background: #fff;
padding: 0.5em 0;
font-size: 1.6rem;
}
#product-camera-monitoring-kit .frm .movie {
margin-top: 40px;
max-width: 900px;
}
#product-camera-monitoring-kit .frm .movie .movie-inner {
position: relative;
width: 100%;
padding-top: 56.25%;
height: 0;
}
#product-camera-monitoring-kit .frm .movie .movie-inner video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
/*background: #ddd;*/
/*border: 2px solid #666;*/
}
/*////////////////////////////////////////////////////////////////////
#product-camera-monitoring-spec　仕様 [カメラモニタリング]
////////////////////////////////////////////////////////////////////*/
#product-camera-monitoring-spec {
margin-bottom: 128px;
}
#product-camera-monitoring-spec .ttl-navy {
}
#product-camera-monitoring-spec section {
display: flex;
max-width: 1180px;
flex-wrap: wrap;
margin: 32px auto;
padding: 0 20px;
}
#product-camera-monitoring-spec section h3 {
text-align: left;
width: 100%;
font-size: 1.4rem;
}
#product-camera-monitoring-spec section p {
width: 50%;
display: flex;
align-items: center;
}
#product-camera-monitoring-spec section p span {
}
#product-camera-monitoring-spec section p span img {
width: 100%;
}
#product-camera-monitoring-spec section div {
width: 50%;
}
#product-camera-monitoring-spec section div dl {
display: flex;
flex-wrap: wrap;
}
#product-camera-monitoring-spec section div dl dt {
font-size: 1.4rem;
background: #b7d0e6;
padding: 10px 16px;
display: flex;
align-items: center;
font-weight: 600;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
width: 30%;
justify-content: center;
}
#product-camera-monitoring-spec section div dl dd {
font-size: 1.3rem;
padding: 10px 16px;
background: #f8f8f8;
border-bottom: 1px solid #fff;
width: 70%;
text-align: left;
}
/*////////////////////////////////////////////////////////////////////
#product-openvino-detail　詳細 [Open VINO]
////////////////////////////////////////////////////////////////////*/
#product-openvino-detail {
max-width: 1240px;
padding: 0 20px;
box-sizing: content-box;
display: flex;
flex-wrap: wrap;
margin-bottom: 80px;
}
#product-openvino-detail .lead {
font-size: 2.4rem;
line-height: 2;
width: 100%;
margin-bottom: 80px;
}
#product-openvino-detail div {
width: 40%;
}
#product-openvino-detail div img {
width: 100%;
}
#product-openvino-detail ul {
width: 50%;
flex: 1;
padding: 0 32px;
}
#product-openvino-detail ul li {
margin-bottom: 1em;
font-size: 1.6rem;
text-align: left;

text-indent: -1.5em;
padding-left: 1.5em;

}
/*////////////////////////////////////////////////////////////////////
#product-openvino-parts　パーツ詳細 [Open VINO]
////////////////////////////////////////////////////////////////////*/
#product-openvino-parts {
}
#product-openvino-parts section {
max-width: 1240px;
display: flex;
flex-wrap: wrap;
margin-bottom: 64px;
}
#product-openvino-parts section .ttl-navy {
width: 100%;
}
#product-openvino-parts section h3 {
padding: 0 20px;
width: 100%;
text-align: left;
margin-bottom: 16px;
font-size: 1.4rem;
}
#product-openvino-parts section div {
width: 50%;
}
#product-openvino-parts section div img {
width: 100%;
}
#product-openvino-parts section p {
width: 50%;
padding: 20px;
display: flex;
align-items: center;
background: #f6f9fb;
font-size: 1.4rem;
line-height: 1.6;
    text-align: left;
}
/*////////////////////////////////////////////////////////////////////
#product-openvino-parts　ツールキット [Open VINO]
////////////////////////////////////////////////////////////////////*/

#product-openvino-toolkit {
max-width: 1240px;
}
#product-openvino-toolkit section {
}
#product-openvino-toolkit section .ttl-navy {
}
#product-openvino-toolkit section img {
}
#product-openvino-toolkit section p {
padding: 40px;
background: #f6f9fb;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.6;
    text-align: left;
max-width: 1140px;
margin: 32px auto;
}
/*////////////////////////////////////////////////////////////////////
#product-openvino-parts　intel説明 [Open VINO]
////////////////////////////////////////////////////////////////////*/
#product-openvino-intel {
margin: 80px auto;
}
#product-openvino-intel h2 {
max-width: 189px;
}
#product-openvino-intel h2 img {
}
#product-openvino-intel p {
font-size: 1.2rem;
margin: 16px auto;
line-height: 2;
}
/*////////////////////////////////////////////////////////////////////
#product-agritech-system　水田マネージメントシステム
////////////////////////////////////////////////////////////////////*/
#product-agritech-system {
}
#product-agritech-system .ttl-navy {
}
#product-agritech-system .task {
border-left: 4px solid #4dc6ff;
padding-left: 12px;
font-size: 2.3rem;
color: #666;
max-width: 1140px;
margin: 32px auto 32px;
text-align: left;
}
#product-agritech-system section {
max-width: 1060px;
margin-bottom: 64px;
text-align: left;
padding: 0 20px;
box-sizing: content-box;
}
#product-agritech-system section h3 {
font-size: 1.6rem;
margin-bottom: 1em;
}
#product-agritech-system section p {
font-size: 1.4rem;
margin: 1em auto;
}
#product-agritech-system section p img {
width: 100%;
}
#product-agritech-system section:nth-of-type(2) p {
padding: 0 40px;
}
}