@charset "utf-8";
/* https://www.fsi.co.jp/aicamera/index.html用css */

.wrap main {
    padding-bottom: 0;
}

div#Section-feature h3.h3_column {
    font-size: 2.5rem;
}

.Section__inner2 {
    padding: 5rem 0 10rem;
}
div.KV p.Btn-contact a {
    margin: 0 50px;
    width: 370px;
}
.KV__content .Btn-contact {
    display: flex;
    justify-content: left;
    margin-top: 70px;
}
.Btn-contact a.btn-download {
    background: #049;
    color: #fff;
    border: 2px solid #049;
}
.FSI-Header__CV__report a{
    background: linear-gradient(135deg, #007ADD, #208455) padding-box,linear-gradient(135deg, #007ADD, #208455) border-box;
    color: #fff !important;
}
.FSI-Header__CV__report a::before {
    content: '\f15c';
}
.fa-data:before {
    content: '\f15c';
}
.txt_blue {
    color: #049;
}

@media screen and (min-width: 1251px) {
#Section-movie .movie_box iframe {
    width: 1000px;
    height: 563px;
}
}

@media screen and (max-width: 767px) {
.Section__inner2 {
    padding: 0;
}
div.KV p.Btn-contact a.btn-download {
    margin: 0;
    width: 50vw;
    padding: 5px;
    font-size: 1.3rem;
}
}
@media screen and (min-width: 768px) {
div#Section-contact .Btn-contact a {
    margin: 0 30px;
}
.point_img {
    width: 64%;
    margin: 0 auto;
}
.br__sp {
    display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
#Section-movie .movie_box iframe {
    width: 80vw;
    height: 45vw;
}
}



