/*top visual slide */
.head {
  padding: 0 0 10px 0;
  /* border-bottom:1px solid #bbdcf4; */
}

/* .content_01 {margin:250px 0 0 0;} */
section.content_01 {
  width: 800px;
  margin: 52px auto 300px auto;
}
section.content_01 h2 {
  width: 80px;
  margin: 0 auto;
}
section.content_01 div.line {
  width: 100%;
  background-image: url("../images/meruto_center/line.png");
  background-repeat: no-repeat;
  line-height: 1;
}
section.content_01 .l_content {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
section.content_01 .l_content .content_box {
  width: 30%;
}
section.content_01 .l_content .content_box h3 {
  line-height: 3;
}
section.content_01 .l_content .content_box li {
  text-indent: 1em;
  line-height: 3;
}
section.content_01 .l_content .content_box li a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/share/pdf_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2px 0px;
  height: 22px;
  width: 20px;
  margin: 0px 0 0 5px;
  position: relative;
  top: 4px;
}

@media (max-width: 768px) {
  section.content_01 {
    width: 85%;
    margin: 133px auto 0 auto;
  }
  section.content_01 h2 {
    width: 80px;
    margin: 0 auto;
  }
  section.content_01 div.line {
    width: 100%;
    background-image: url("../images/meruto_center/line.png");
    background-repeat: no-repeat;
    line-height: 1;
  }
  section.content_01 .l_content {
    display: block;
    margin: 10px 0 10px 0;
  }
  section.content_01 .l_content .content_box {
    width: auto;
    margin: 0 0 2em 0;
  }
  section.content_01 .l_content .content_box h3 {
    line-height: 2;
  }
  section.content_01 .l_content .content_box li {
    text-indent: 1em;
    line-height: 2;
  }
}
/*iPhonePromax */
/*iPhone7/6 Plus*/
/*iPhone 7/6*/
/*iPhone 5/SE/4*//*# sourceMappingURL=publication.css.map */