@charset "utf-8";

.m-chat-link{
 position: fixed;
 top: 0;
 bottom: 0;
 right: 0;
 display: flex;
 width: 40px;
 align-items: center;
 z-index: 1000;
}
.m-chat-link:hover {
 opacity: .7;
}
.m-chat-link .img{
 width: 40px;
}
@media screen and (max-width: 559px) {
 .m-chat-link{
  top: auto;
  bottom: 105px;
  width: 30px;
 }
 .m-chat-link .img{
  opacity: .8;
  width: 30px;
 }
}

.m-chat-modal{
 margin: -95px 0 0 -180px;
 padding: 40px 30px 40px 20px;
 width: 360px;
 height: 190px;
 border: 2px solid #0058a0;
 border-radius: 5px;
 background: #fff;
 box-shadow: 0px 3px 16px 1px #3d3d3d;
 box-sizing: border-box;
 position: fixed;
 left: 50%;
 top: 50%;
 z-index: 10000;
}
.m-chat-modal .m-media-trans{
 margin-top: 0;
 align-items: center;
}
.m-chat-modal .m-mediaImg.m-mediaImg-fixS{
 margin-right: 20px;
 width: 80px;
}
.m-chat-modal .m-mediaCnt{
 flex: auto;
}
.m-chat-head{
 font-size: 1.8rem;
 font-weight: bold;
 text-align: center;
}
.m-chat-cont{
 font-weight: bold;
 text-align: center;
}
.m-btnChat{
 margin-top: 10px;
 text-align: center;
}
.m-btnChat > li{
 padding: 12px 20px;
 display: inline-block;
 background: #0058a0;
 border-radius: 5px;
 color: #fff;
 text-align: center;
 font-weight: bold;
 cursor: pointer;
}
.m-btnChat > li:hover{
 opacity: .7;
}
.m-btnChat > li a{
 color: #fff;
 text-decoration: none;
}
.m-txt-operate{
 display: contents;
}
@media screen and (max-width: 819px) {
 .m-chat-modal{
  margin: -100px 0 0 -140px;
  padding: 20px 35px;
  min-width: 240px;
  width: 280px;
  height: 200px;
 }
 .m-chat-modal .m-media.m-media-trans .m-mediaImg.m-mediaImg-fixS{
  margin-bottom: 10px;
  width: 60px;
 }
 .m-chat-head{
  font-size: 1.6rem;
 }
 .m-chat-cont{
  font-size: 1.1rem;
 }
 .m-btnChat > li{
  padding: 10px 18px;
  font-size: 1.2rem;
 }
}

/* useragent出しわけ */
.ua_view_just_ios12_1_1 { display:none; }
.ua_view_over_ios11 { display:none; }
.ua_view_under_ios10 { display:none; }
.ua_view_over_android6 { display:none; }
.ua_view_other_netbkapp { display:none; }
.ua_view_just_netbkapp { display:none; }
