@charset "utf-8";

.m-ctsConversionArea.fixed{
  padding: 20px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
/*.btm .m-ctsConversionArea.fixed{
  display: none;
}*/

img[src$=".svg"].tneobank-logo{
 width: 170px;
 vertical-align: text-bottom;
}
#cvTtlTxt {
  margin:20px 0;
}
.m-txtAreaNeo{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-txtAreaNeo .m-maxImg{
  margin-right: 10px;
  vertical-align: middle;
}
.m-txtAreaNeo .m-modalLogo{
  width: 50px;
}

@media screen and (max-width: 559px) {
  img[src$=".svg"].tneobank-logo{
    width: 120px;
    vertical-align: baseline;
  }
  .fixed .m-cvBtn .m-cvBtn-txt{
    margin-top: 3px;
  }
  .fixed .m-cvBtn .m-cvBtn-btn{
    margin-top: 10px;
  }
  #cvTtlTxt {
    margin: 0 0 10px;
  }
  .m-cvBtnCol .m-cvBtnCol-col:last-child {
    padding-left: 0;
    margin-top: 10px;
    padding-top: 0;
  }
  .m-txtAreaNeo{
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
}