@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.ml-about-item {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.movie {
	position: relative;
}
.abs_box01 {
  right: 7%;
  width: 39%;
  bottom: 1.8%;
  position: absolute;
  z-index: -1;
}
video {
  width: 100%;
}
.abs_box {
	max-width: 610px;
  width: 81.33%;
  margin: 0 auto;
}
.abs_box .balloon{
    position: absolute;
    max-width:245px;
    width: 32.66%;
}
#refill .movie{
    background: url(../../MM301133/img/bg_refill.png) repeat-y;
    background-size: contain;
}
#refill .abs_box02 .balloon {
    top: -1%;
    right: 4%;
}
#applying .movie{
    background: url(../../MM301133/img/bg_applying.png) repeat-y;
    background-size: contain;
}
#applying .abs_box04 .balloon {
    top: -1%;
    left: 4%;
}
#applying .abs_box05 .balloon {
    top: 9%;
    left: 1%;
}

.ml-note {
    background-color: #fcf2f2;
    margin-left: 30px;
    padding: 20px;
    max-width: 580px;
    width: 77.33%;
    font-weight: bold;
    font-family: "Open Sans", "Hiragino Kaku Gothic W6 JIS2004";
}
.ml-note span {
    color: #b81649;
    margin-bottom: 5px;
    display: inline-block;
}
.ml-about-item .ml-lead {
  border-bottom: 0;
}

@media screen and (max-width:750px) {
	.ml-about-item .ml-lead {
	  margin: auto -16px;
	  padding-left: none;
	  padding-right: none;
	}
	.abs_box video {
	  width: 100%;
	  vertical-align: bottom;
	}
}