body{
    margin: 0;
    /* height: 100vh; */
    font-family: "Meiryo", メイリオ, "ＭＳ Ｐゴシック", "proxima nova", Arial, sans-serif;
}
footer {
    background: #ffff;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.text_page{
    color: #666666;
    font-weight: bold;
    font-style: normal;
}
.color-text-page{
    color: #597EA0;
}
.bg-page{
    background-color: #F2F5F8;
}
.toggle .fa-plus ,.toggle .fa-minus{
    float: right;
    border: 1px solid;
    padding: 10px;
    margin-top: -9px;
}
.none{
    display: none;
}
.show{
    display: block;
}
.cl-wi{
    color: #ffff;
}
.scroll-fade.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.scroll-fade {
    opacity: 0;
    transform: translateY(100px);
}

.btn-request{
    width: 25%;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
}
.btn-doc{
    background-color: #a2d728;
}
.btn-cont{
    background-color: #067fef;
}
@font-face {
    font-family: 'Amiri';
    src: url('path/to/Amiri-Regular.ttf');
  }
