@charset "utf-8";
/* https://www.fsi.co.jp/Agentic_Commerce/index.html用css */

.KV__read h1 {
    color: #ebc586;
}
div#Section-feature h3.h3_column {
    font-size: 2.5rem;
}

.Section__inner2 {
    padding: 5rem 0 10rem;
}
div.KV p.Btn-contact a {
    margin: 0 30px;
}
.Btn-contact {
    display: flex;
    justify-content: left;
    margin-top: 30px;
}
#Section-feature p.Btn-contact a {
    padding: 1.5rem 1rem;
    font-weight: 800;
    border-radius: 1rem;
    font-size: 1.8rem;
}
.Btn-contact a.btn-download {
    background: #d4a84f;
	color: #fff;
    width: 500px;
    border: 2px solid #d4a84f;
}
.FSI-Header__CV__report a{
    background: #d4a84f;
    color: #fff !important;
}
.FSI-Header__CV__report a::before {
    content: '\f15c';
}
.fa-data:before {
    content: '\f15c';
}

div.Related_Topics_box {
    padding: 0.3em;
    color: #ebc586;
    border: solid 2px #ebc586;
    border-radius: 10px;
    width: fit-content;
    display: inline-block;
    margin: 0 2px 7px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8),0 0 5px rgba(0, 0, 0, .8);
}
div.Related_Topics_box p {
    margin: 0;
    padding: 0;
}

@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.Related_Topics_box p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 3vw;
}





div#Section-contact .Btn-contact a.btn-download {
    margin-bottom: 20px;
}
div.KV p.Btn-contact a.btn-download {
    margin: 0;
    width: 60vw;
    padding: 5px;
    font-size: 1.3rem;
}
.br-pc {
    display: none;
}
    
}
@media screen and (min-width: 768px) {
div#Section-contact .Btn-contact a {
    margin: 0;
}
div#Section-use img {
    width: 80%;
    margin: 0 auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
#Section-movie .movie_box iframe {
    width: 80vw;
    height: 45vw;
}
}



