@charset "utf-8";
.yasuyukiishii {
}
.font-weight-bold {
    margin-top: 15px;
}
.container-fluid .jumbotron {
    background-image: -webkit-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(39,39,39,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(39,39,39,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(237,237,237,1.00) 0%,rgba(39,39,39,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(237,237,237,1.00) 0%,rgba(39,39,39,1.00) 100%);
    color: #ECEBEB;
}
.img-fluid {

}
.container-fluid .row p {
    margin-right: auto;
    margin-left: auto;

}
.container-fluid {
    background-image: -webkit-linear-gradient(270deg,rgba(201,201,201,1.00) 0%,rgba(55,55,55,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(201,201,201,1.00) 0%,rgba(55,55,55,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(201,201,201,1.00) 0%,rgba(55,55,55,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(201,201,201,1.00) 0%,rgba(55,55,55,1.00) 100%);
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3fefee;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #A49797;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}.textsize {
    font-size: small;
    text-align: left;
    font-weight: normal;
}
.row .col-md-12 .img-fluid {
    margin-bottom: 15px;
}

.btn {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
    font-size: small;
}
em {
    font-size: 11px;
}
th {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-right: 1px solid #E3DEDE;
    border-bottom: 1px solid #E3DEDE;
    text-align: center;

}


.bg-navy {
    background-color: #030645;
}
td {
    border-right: 1px solid #E3DEDE;
    border-bottom: 1px solid #E3DEDE;
    text-align: center;
}

table {
    width: 500px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 0px #D3D3D3;
    box-shadow: 0px 0px #D3D3D3;
    border-spacing: 0 0px;
    background-color: #CCCCCC;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: small;
    height: 250px;
}

.textsize-m {
    font-size: large;
}
.card-img-top {
    margin-top: 10px;
}
.container {
    margin-bottom: 15px;
}
.row .col-lg-12.text-center a {


}
