.pagetitle {
 display: none;
}

.title {
 padding: 0em;
 max-width: 1100px;
 border: 3px solid #191970;
 background-color: #f0f8ff;
 text-align: center;
 vertical-align: middle;
}

.imgsize{
 max-width: 100px !important;}

.btn,
a.btn,
button.btn {
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn-yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn-blue {
  color: #000;
  background-color: #cde4ff;
  border-bottom: 5px solid #778899;
}

a.btn-blue:hover {
  margin-top: 3px;
  color: #000;
  background: #cde4ff;
  border-bottom: 2px solid #778899;
}

.mt-5 {
    margin-top: 10px !important;
}

.flex{
    display: flex;
    justify-content: space-between;
    justify-content:center;
    align-items:center;
}
.gazou{
    width: 20%;
}
.moji{
    width: 80%;
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 20px;
}

.midashi{
 padding-top :20px;
 padding-bottom: 10px;
 font-size: 20px;
 text-align: center;
}
