@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"].dai-ichi-life-neobank-logo{
 width: 170px;
 vertical-align: text-bottom;
}

@media screen and (max-width: 559px) {
 img[src$=".svg"].dai-ichi-life-neobank-logo{
  width: 120px;
  vertical-align: baseline;
 }
 .fixed .m-cvBtn .m-cvBtn-txt{
  margin-top: 3px;
 }
 .fixed .m-cvBtn .m-cvBtn-btn{
  margin-top: 10px;
 }
}



.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) {
 .m-txtAreaNeo{
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
 }
}