@charset "utf-8";

/* main */

main h1 {
  width: 630px;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0;
  padding: 0 0 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(56,61,54,0.3);
}

main p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 22px;
}

p.summary {
  font-size: 15px;
}

a.camera {
  text-decoration: underline;
  color: rgb(10,100,35);
}

main h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main li {
  font-size: 14px;
  margin: 0 0 10px 18px;
  position: relative;
}

.circle2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(49,169,30,0.7);
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: -16px;
  top: 4px;
}

main li:last-of-type {
  margin-bottom: 25px;
}

main h2 {
  display: inline-block;
  width: 630px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  padding: 12px 0 12px 40px;
  background: -moz-linear-gradient(top, white 50%, #EEEEEE);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5,white), to(#EEEEEE));
  border-top: 3px solid rgb(49,169,30);
  border-right: 1px solid rgba(56,61,54,0.3);
  border-bottom: 1px solid rgba(56,61,54,0.3);
  border-left: 1px solid rgba(56,61,54,0.3);
  border-radius: 0 0 8px 8px;
}

p.spacing {
  margin-bottom: 10px;
}

p.camera-summary {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  font-size: 15px;
}

img.camera-photo {
  float: right;
  width: 30%;
  height: auto;
  border: 2.5px solid rgba(200,200,200,0.1);
  box-shadow: 2px 2px 5px rgba(56,61,54,0.5);
}

p.NBI {
  margin-bottom: 8px;
}

.ellipse3 {
  display: inline-block;
  width: 6px;
  height: 24px;
  border-radius: 4px;
  background: rgb(49,169,30);
  position: absolute;
  top: 9px;
  left: 25px;
}

/* table */

table {
  width: 100%;
  height: 120px;
  border: 1px solid rgb(10,100,35);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}

th {
  width: 10%;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: rgb(49,169,30);
  padding: 3px 0 0 0;
  border-right: 1px solid rgb(10,100,35);
}

th:first-child {
  width: 30%;
}

th:last-child {
  border-right: none;
}

td {
  font-size: 16px;
  color: rgb(10,100,35);
  text-align: center;
  position: relative;
  border-top: 1px solid rgb(10,100,35);
  border-right: 1px solid rgb(10,100,35);
}

td:last-child {
  border-right: none;
}

td span:before{
  content: "";
  padding: 5px;
}

.attention {
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-size: 13px;
}

.circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgb(10,100,35);
  border-radius: 50%;
}

/* table flu */

span.table-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}

table.flu {
  width: 100%;
  height: 100px;
  border: 1px solid rgb(10,100,35);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.flu th {
  width: 22.5%;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: rgb(49,169,30);
  padding: 5px 0 2px 0;
  border-right: 1px solid rgb(10,100,35);
}

.flu th:first-child {
  width: 10%;
}

.flu th:last-child {
  border-right: none;
}

.flu td {
  font-size: 17px;
  font-weight: 600;
  color: rgb(10,100,35);
  text-align: center;
  position: relative;
  border-top: 1px solid rgb(10,100,35);
  border-right: 1px solid rgb(10,100,35);
}

/* sp */

@media(max-width: 900px) {

  main h1 {
    width: 100%;
    font-size: 20px;
  }

  main h2 {
    width: 100%;
    font-size: 17px;
  }

  main h3 {
    font-size: 15px;
  }

  /* table */

  table td p {
    margin: 0;
    line-height: 18px;
  }

  td span.attention {
    font-size: 12.5px;
    position: absolute;
    right: 4%;
    bottom: 1%;
  }

  /* table flu */

  table.flu {
    height: auto;
  }

  .flu th , .flu td {
    font-size: calc(11px + 0.35vw);
    padding: 5px 0;
}

  .flu th , td.under {
    padding: 3px 0;
  }
}
