body {
  margin: 0;
}

ul {
  padding: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.section-while {
  margin-top: 128px;
}

.report-top-image {
  height: 400px;
  width: 100%;
  background-image: url("../images/format/top-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.report-cover {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.report-top-title {
  color: #fff;
  font-size: 60px;
  position: relative;
  z-index: 1;
}

.report-section-title {
  position: relative;
  font-size: 40px;
  color: #525252;
}

.report-section-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -30px;
  height: 50px;
  width: 10px;
  background-color: #290648;
}

.report-questionnaire-list,
.report-certificate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.report-questionnaire-list-item,
.report-operation-list-item,
.report-total-list-item,
.report-total-harf-list-item,
.report-infection-list-item,
.report-certificate-list-item {
  text-align: center;
  list-style: none;
}

.report-questionnaire-list-item h3,
.report-operation-list-item h3,
.report-total-list-item h3,
.report-total-harf-list-item h3,
.report-infection-list-item h3,
.report-certificate-list-item h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 2px;
}

.report-questionnaire-list-item,
.report-operation-list-item {
  width: 30%;
}

.report-total-harf-list-item {
  width: 23%;
}

.report-certificate-list-item,
.report-certificate-list-item-contact {
  width: 47%;
}

.report-total-list-item,
.report-infection-list-item {
  width: 50%;
}

.report-questionnaire-content,
.report-operation-content,
.report-total-content,
.report-total-harf-content,
.report-infection-content,
.report-certificate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f4f4f4;
  height: 110px;
  margin-bottom: 32px;
  color: #333;
  text-decoration: none;
}

.report-questionnaire-content::before,
.report-operation-content::before,
.report-total-content::before,
.report-total-harf-content::before,
.report-infection-content::before,
.report-certificate-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.report-questionnaire-content h2,
.report-operation-content h2,
.report-total-content h2,
.report-total-harf-content h2,
.report-infection-content h2,
.report-certificate-content h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 8px;
}

.report-questionnaire-content span,
.report-operation-content span,
.report-total-content span,
.report-total-harf-content span,
.report-infection-content span,
.report-certificate-content span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  font-size: 24px;
  color: gray;
}

.report-questionnaire-content::before {
  background-color: #f8b62d;
}

.report-operation-content::before {
  background-color: #b62022;
}

.report-total-content::before,
.report-total-harf-content::before {
  background-color: #0e6a37;
}

.report-infection-content::before {
  background-color: #095068;
}

.report-certificate-content {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

.report-certificate-content::before {
  background-color: #604c3f;
}

.report-total-content {
  width: 48%;
}

.report-total-content p {
  display: inline-block;
  font-size: 13px;
  margin: 0;
}

.report-total-flex {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report-questionnaire-content-none {
  height: 110px;
}

.report-certificate-title {
  width: 80%;
  margin: 0 auto;
}

.report-certificate-list-item-contact {
  list-style: none;
  text-decoration: none;
  color: #333;
}

.report-certificate-list-item-contact h2 {
  background-color: #290648;
  font-size: 28px;
  padding: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.report-certificate-list-item-contact ul {
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 32px;
  margin: 0;
}

.report-certificate-list-item-contact ul li {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 36px;
}

.report-certificate-list-item-contact ul li p {
  margin: 0;
  margin-left: 32px;
  font-size: 20px;
}

.report-certificate-list-item-contact ul li img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 520px) {
  .report-top-image {
    height: 350px;
  }
  .report-cover {
    height: 350px;
  }
  .container {
    width: 90%;
  }
  .section-while {
    margin-top: 64px;
  }
  .report-top-title {
    font-size: 32px;
  }
  .report-section-title {
    font-size: 24px;
  }
  .report-section-title::before {
    left: -10px;
    width: 5px;
    height: 25px;
  }
  .report-questionnaire-list,
  .report-certificate-list {
    display: block;
  }
  .report-questionnaire-list-item h3,
  .report-operation-list-item h3,
  .report-total-list-item h3,
  .report-total-harf-list-item h3,
  .report-infection-list-item h3,
  .report-certificate-list-item h3 {
    font-size: 18px;
  }
  .report-questionnaire-list-item,
  .report-operation-list-item,
  .report-total-harf-list-item,
  .report-certificate-list-item,
  .report-certificate-list-item-contact,
  .report-total-list-item,
  .report-infection-list-item {
    width: 100%;
  }
  .report-questionnaire-content,
  .report-operation-content,
  .report-total-content,
  .report-total-harf-content,
  .report-infection-content,
  .report-certificate-content {
    height: 90px;
  }
  .report-questionnaire-content h2,
  .report-operation-content h2,
  .report-total-content h2,
  .report-total-harf-content h2,
  .report-infection-content h2,
  .report-certificate-content h2 {
    font-size: 18px;
  }
  .report-questionnaire-content span,
  .report-operation-content span,
  .report-total-content span,
  .report-total-harf-content span,
  .report-infection-content span,
  .report-certificate-content span {
    font-size: 16px;
  }
  .report-total-flex {
    width: 100%;
    display: block;
  }
  .report-total-content {
    width: 100%;
  }
  .report-total-content p {
    display: inline-block;
    font-size: 13px;
    margin: 0;
  }
  .report-certificate-title {
    font-size: 20px;
    width: 100%;
  }
  .report-certificate-list-item-contact h2 {
    font-size: 18px;
  }
  .report-certificate-list-item-contact ul li {
    width: 90%;
    padding-bottom: 16px;
  }
  .report-certificate-list-item-contact ul li p {
    font-size: 13px;
  }
  .report-certificate-list-item-contact ul li img {
    width: 20px;
    height: 20px;
  }
  .report-certificate-list-item-contact ul li:nth-child(2) p:nth-child(1) {
    font-size: 18px;
  }
}
/*# sourceMappingURL=report.css.map */