@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

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

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

/* リード写真とテキスト
   ========================================================================== */
#block-lead {
  margin: 50px 0 30px;
}

@media screen and (max-width: 1024px) {
  #block-lead {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  #block-lead {
    margin: 20px 0;
  }
}

#block-lead .item-ph {
  margin: 0 auto 25px;
}

@media screen and (max-width: 1024px) {
  #block-lead .item-ph {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  #block-lead .item-ph {
    width: 100%;
    margin-bottom: 20px;
  }
}

#block-lead p {
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  #block-lead p {
    margin-bottom: 20px;
  }
}

#block-lead p:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #block-lead p:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  #block-lead p:last-child {
    margin-bottom: 30px;
  }
}

/* 月次巡回監査
   ========================================================================== */
#block-process article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #block-process article {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #block-process article {
    display: block;
  }
  #block-process article:last-child {
    margin-bottom: 10px;
  }
}

#block-process div:first-of-type {
  font-size: 0px;
  font-size: 0rem;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  #block-process div:first-of-type {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  #block-process div:first-of-type {
    width: 200px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  #block-process div:first-of-type {
    width: 70%;
    margin: 0 auto 10px;
  }
}

#block-process div:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 480px) {
  #block-process div:last-of-type {
    margin: 0;
  }
}

#block-process h3 {
  color: #2498ed;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bolder;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid #2498ed;
}

@media screen and (max-width: 768px) {
  #block-process h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 7px;
    border-width: 2px;
  }
}

@media screen and (max-width: 480px) {
  #block-process h3 {
    font-weight: normal;
    border-width: 1px;
  }
}

@media screen and (max-width: 768px) {
  #block-process p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* そして来月にまた、訪問させていただきます。
   ========================================================================== */
#block-result {
  text-align: center;
}

#block-result dt {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  #block-result dt {
    width: 40px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  #block-result dt {
    width: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #block-result dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  #block-result dd {
    font-weight: normal;
  }
}
