@charset "utf-8";

/* ==================================================
MV
================================================== */
#mv {
  height: auto;
  background: none;
}
#mv .innerWrap{
  padding: 0;
}

/* mv__list */
#mv .mv__list a {
  text-decoration: none;
  color: #fff;
}
#mv .mv__lists {
  height: auto;
  overflow: hidden;
  height: auto;
}
#mv .mv__list {
  width: 100%!important;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mv .mv__list.no001 {background-image: url(/service/account/sevenbank-atm/inc/images/img_bg.jpg);}

.mv__outer {
  display: table;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: auto;
}
#mv .mv__inner {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#mv .mv__inner img.sp {
  width: 100%;
}
#mv .mv__list.spLayout--middle .mv__inner {vertical-align: middle;}
#mv .mv__list.spLayout--top .mv__inner {vertical-align: top;}
#mv .mv__list.spLayout--bottom .mv__inner {vertical-align: bottom;}

#mv .mv__list .mv__title{
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}
#mv .mv__list .mv__title .title--main{
  font-size: 16px;
}
#mv .mv__list img {
  display: inline;
  width: 100%;
}
#mv .bx-wrapper .bx-viewport {
  width: 100%;
}
#mv .bx-wrapper .bx-viewport .mv__link {
  display: block;
}
#mv .bx-wrapper .bx-viewport .mv__link img {
  width: 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
#mv .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  opacity: .5;
}
#mv .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
  background: url(/common/images/arrow_prev_white.svg) no-repeat center center;
  background-size: 20px 34px;
}
#mv .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
  background: url(/common/images/arrow_next_white.svg) no-repeat center center;
  background-size: 20px 34px;
}
#mv .bx-loading {
  z-index: 3;
}
#mv .bx-wrapper .bx-pager {
  bottom: 6px;
  height: 8px;
  padding-top: 0;
}

#mv .mv__data {
  margin: 0 auto 10px;
}
#mv .mv__data li {
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  background: #fff;
  border: 2px solid #126de0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#mv .mv__data li .head {
  display: table-cell;
  width: 33%;
  padding: 0 14px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
  background: #126de0;
}
#mv .mv__data li .body {
  position: relative;
  display: table-cell;
  padding: 0 20px 0 26px;
  font-size: 18px;
  color: #126de0;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
#mv .mv__data li .body:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 15px;
  border-color: transparent transparent transparent #126de0;
}
#mv .mv__data li .body strong {
  font-size: 30px;
  font-weight: bold;
  color: #126de0;
}
#mv .mv__data li .body .small {
  font-size: 14px;
}

#mv .mv__notes {
  font-size: 11px;
  color: #fff;
  text-align: right;
}
