/* ---------------------------------------------------------
追従ボタン
----------------------------------------------------------*/

#fix-inquiry-btn{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}

#fix-inquiry-btn a:hover{
  opacity: 1;
}

@media screen and (max-width: 640px) {

  #fix-inquiry-btn{
    top: initial;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
  }
}

#main h2{
  background-color: #CC0000;
  padding: 10px;
  border-bottom: none;
  border-left: none;
  font-size: 26px;
  line-height: 29.2px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#main .sec-inquiry-btn{
  text-align: center;
}

@media screen and (max-width: 640px) {

  #main h2{
    padding: 6px 10px;
    text-align: left;
    font-size: 18px;
    line-height: 25.2px;
  }
}

