@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */



/*================== index.html =================*/

/*トップのお客様の声のリスト*/

.flex-none{
	background-color: #fff;
	overflow-y: scroll;
    height: 400px;
}

.flex-none dl {
    display: block!important;
    background-color: #fff;
}

.flex-none dl dt{
	padding-bottom: 0px!important;
}
.flex-none dl dd{
	padding-bottom: 25px!important;
}

.txt_spleft h2 {
margin-bottom: 30px}

.txt_spleft div {
    font-size: 1.7vw;
}
.txt_spleft div span {
    font-weight: 700;
/*    font-size: 0.85em;*/
}

.scroll-tel{
    position: fixed;
    bottom: -20%;
    right: 0;
    z-index: 999;
    transition-duration: 1s;
}
.scroll-tel._active{
    bottom: 0;
}
@media only screen and (min-width: 1600px){
    .txt_spleft div span {
font-size: 26px
    }
}
@media screen and (max-width: 836px){
    .txt_spleft div span{
    font-size: 1.3rem
}

@media screen and (min-width: 469px) and (max-width: 768px){
    .txt_spleft div{
    text-align: left !important;
        margin: 0 30px;
}
     .txt_spleft h2{
    text-align: center !important;
}
}

@media only screen and (max-width: 468px){
}
.index-newsch {
	background: #f3fcdd;
    line-height: 1.5;
    padding: 30px;
    border: 3px solid #138943;
    border-radius: 8px;
}