@charset "utf-8";
/* https://www.fsi.co.jp/fujifastener/用css */

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;
}
.Btn-contact {
    display: flex;
    justify-content: center;
}
.Btn-contact a.btn-download {
    background: linear-gradient(135deg, #007ADD, #208455) padding-box,linear-gradient(135deg, #007ADD, #208455) border-box;
	color: #fff;
}
.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';
}

@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#Section-contact .Btn-contact a.btn-download {
    margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) {
div#Section-contact .Btn-contact a {
    margin: 0 30px;
}
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
#Section-movie .movie_box iframe {
    width: 80vw;
    height: 45vw;
}
}
/*-------------------------------------------------

	バナー

=================================================*/

  .floating-banner {
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 10px; /* バナーの上下の位置 */
    right: 10px; /* バナーの左右の位置 */
    width: 350px; /* バナーの横幅 */
      box-shadow: 0px 0px 5px #666;
  }
  .floating-banner__image {
    max-width: 100%; /* 画像の最大幅 */
    border: 3px solid #fff;
  }
    .banner-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
.floating-banner {
display: none;
}
}









