body {
  padding-top: 5rem;

  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.hoge-top {
  padding: 3rem 1.5rem;
  text-align: center;
}

.container {
  flex-grow: 1;
}

footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.icon::before {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.table th,
.table td {
  border: none;
}

.pd-result {
  padding-bottom: 1rem;
}

.blockquote-footer::before {
    content: "　 ";
}


#phone-footer{
  display: none;
}
#pc-footer{
  display: block;
}
#phone-collapseThree{
  display: none;
}

.w50p{
  width: 50%;
}

.font-small {
  font-size: 0.8rem;
}

.font-small2 {

}

@media screen and (max-width: 992px) {
  #phone-footer{
    display: block;
  }
  #pc-footer{
    display: none;
  }
  #phone-collapseThree{
    display: block;
  }
  .font-small2 {
    font-size: 0.7rem;
  }
}

#tyousei{
  margin-bottom: 28px;
}
@-moz-document url-prefix() {
  #tyousei{
    margin-bottom: 31px;
  }
}
@media all and (-ms-high-contrast: none){
  #tyousei{
    margin-bottom: 31px;
  }
}
@supports (-ms-ime-align: auto) {
  #tyousei{
    margin-bottom: 31px;
  }
}

#tyousei2{
  margin-bottom: 364px;
}
@-moz-document url-prefix() {
  #tyousei2{
    margin-bottom: 363px;
  }
}
@media all and (-ms-high-contrast: none){
  #tyousei2{
    margin-bottom: 363px;
  }
}
@supports (-ms-ime-align: auto) {
  #tyousei2{
    margin-bottom: 363px;
  }
}

@media screen and (max-width: 992px) {
  #tyousei2{
    margin-bottom: 0px;
  }
  @-moz-document url-prefix() {
    #tyousei2{
      margin-bottom: 0px;
    }
  }
  @media all and (-ms-high-contrast: none){
    #tyousei2{
      margin-bottom: 0px;
    }
  }
  @supports (-ms-ime-align: auto) {
    #tyousei2{
      margin-bottom: 0px;
    }
  }
}

/* 
@media all and (-ms-high-contrast: none){
  #tyousei{
    margin-bottom: 51px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  #tyousei{
    margin-bottom: 37px;
  }
}
@-moz-document url-prefix(){
  #tyousei{
    margin-bottom: 81px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tyousei{
    margin-bottom: 91px;
  }
} */