

body {
  background-color: #F0F0F0;
  padding-top: 70px;
}

/* Center the main image */
.main-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Style the button */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

/* Add a bit of margin between the button and the main image */
.btn-container {
  margin-top: 20px;
}

.padding-s {
  padding-top:5px;
}

.row-title {
  text-align: center;
  font-size:2.0rem;
  font-weight: bold;
}

.arcive-row {
  border-top: solid 2px #FF9999;
  margin-top: 20px;
  text-align: center;
  font-size: 1.5rem;
}

.profile-key {
  font-size: 1.3rem;
  text-align: right;
}
.profile-val {
  font-size: 1.3rem;
  text-align: left;
}

.report-year {
  font-size: 1.4rem;
  text-align: center;
}

.report-month {
  font-size: 1.3rem;
  text-align: right;
}
.report-title {
  font-size: 1.3rem;
  text-align: left;
}

.plink {
  font-size: 1.5rem;
  text-align: center;
}

.plink a{
  color: #FFFFFF;
  background-color: #17a2b8;
  text-decoration:underline;
}

.qr {
  width: 150px;
  height: auto;
}

.img200 {
  width: 200px;
  height: auto;
}

#enlarged-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

#enlarged-image-modal img {
  max-width: 100%;
  height: auto;
}

#enlarged-image img {
  max-width: 90%;
  max-height: 90%;
}

.tl-icon {
  width: 48px;
  height: 48px;
  margin-left: 190px;
  margin-bottom: -90px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .nav-title {
    font-size: 0.7rem;
  }

  .sp-non {
    display: none;
  }

  .profile-key {
    font-size: 1.0rem;
    text-align: right;
  }

  .profile-val {
    font-size: 1.0rem;
    text-align: left;
  }

  .report-year {
    font-size: 1.3rem;
    text-align: center;
  }

  .report-month {
    font-size: 1.2rem;
    text-align: right;
  }

  .report-title {
    font-size: 1.2rem;
    text-align: left;
  }

  .plink {
    font-size: 1.2rem;
    text-align: center;
  }

  .tl-icon {
    display:none;
}
  }
}

@media screen and (min-width: 768px) {

  .pc-non {
    display: none;
  }
}
