@charset "UTF-8";
#mamorutain-sec01 img, #mamorutain-sec02 img {
  width: 100%;
  height: auto;
}
#mamorutain-sec01 p {
  margin: 1em;
  line-height: 1.8;
}
#mamorutain-sec01 header {
  margin: 3vw 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
#mamorutain-sec01 header p {
  margin-top: 0em;
  line-height: 1.46;
}
#mamorutain-sec01 header .lead {
  font-size: 130%;
  margin:20px;
}
#mamorutain-sec01 header b {
  color: #EB5C01;
}
#mamorutain-sec01 .logo {
  text-align: center;
}
#mamorutain-sec01 .logo img {
  width: 60%;
 margin-top:2em;
}
#mamorutain-sec01 .lead {
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
}
#mamorutain-sec02 {
  margin-bottom: 5vw;
  padding: 8vw 0;
  background: url("../../img/mamorutain/ob_img_back001.jpg")center center;
  position: relative;
}
#mamorutain-sec02 .inner {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mamorutain-sec02 p {
  position: relative;
  z-index: 5;
}
@media screen and (min-width:789px) {
  #mamorutain-sec01 {
    padding: 0 10%;
  }
  #mamorutain-sec02 p {
    width: 800px;
    margin: 0 auto;
  }
}