
img {
	max-width: 100%;
	height: auto;
}

.mv-page .inner {
  background-image: url(../img/zoom/mv.jpg);
}

.bg-gray {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 932px) {
  .bg-gray h3 {
    width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-gray {
    padding: 20px 15px;
  }
}

h1 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
}

.inner {
	max-width: 1200px;
	margin: 0px auto;
}

.sec-zoom dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-zoom dl:nth-last-of-type(1) {
  padding-bottom: 0;
}

.sec-zoom dl:nth-last-of-type(1):before {
  content: none;
}

.sec-zoom dl:before {
  content: '';
  width: 63px;
  height: 32px;
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  background: url(../img/flow/arrow.svg) no-repeat center/cover;
}

.sec-zoom dl dt {
  width: 41%;
  box-sizing: border-box;
}

.sec-zoom dl dd {
  width: 53%;
  box-sizing: border-box;
  margin: 0px;
}

.sec-zoom dl dd p {
  letter-spacing: 2px;
}

.sec-zoom:nth-of-type(2) dl:nth-last-of-type(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-zoom:nth-of-type(2) dl:nth-last-of-type(1) dd {
  padding-top: 60px;
}


@media only screen and (max-width: 767px) {
  h1 {
  	font-size: 26px;
  }
  
  .sec-zoom dl dt {
    width: 100%;
  }
  
  .sec-zoom dl dd {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  
  .sec-zoom:nth-of-type(2) dl:nth-last-of-type(1) dd {
    padding-top: 0;
  }
}
/*# sourceMappingURL=page-zoom.css.map */