@charset "utf-8";
@media screen and (max-width: 767px){
  #contact{
    background: #F6F6F6;
  }
  .reqArea{
    background: #FFF;
    padding: 40px 0;
    color: #574E4B;
  }
  .reqArea h2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .reqContents{
    width: 100%;
    margin: 0 auto;
  }
  .reqHead{
    margin-bottom: 20px;
  }
  .reqHead h3{
    font-size: 22px;
    font-weight: 600;
  }
  .reqBox{
    float: none;
    background: #FFF;
    width: 92%;
    filter: drop-shadow(3px 2px 3px rgba(0,0,0,0.3));
    padding: 15px 20px;
    margin:0 4% 15px;
  }
  .linkBrns a{
    background: url(../img/linkarw.png) center right no-repeat;
    padding: 13px 0 13px 20px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #574E4B;
    border: 1px solid #9D9D9E;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .linkBrns a:hover{
    color: #D7000F;
  }
  .reqTel{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px){
  #contact{
    background: #F6F6F6;
  }
  .reqArea{
    background: #FFF;
    padding: 40px 0;
    color: #574E4B;
  }
  .reqArea h2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .reqContents{
    width: 720px;
    margin: 0 auto;
  }
  .reqHead{
    margin-bottom: 20px;
  }
  .reqHead h3{
    font-size: 22px;
    font-weight: 600;
  }
  .reqBox{
    float: left;
    background: #FFF;
    width: 350px;
    filter: drop-shadow(3px 2px 3px rgba(0,0,0,0.3));
    padding: 25px 50px;
    margin-right: 20px;
  }
  .reqBox:nth-child(2n){
    margin-right: 0;
    margin-bottom: 20px;
  }
  .linkBrns a{
    background: url(../img/linkarw.png) center right no-repeat;
    padding: 13px 0 13px 20px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #574E4B;
    border: 1px solid #9D9D9E;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .linkBrns a:hover{
    color: #D7000F;
  }
  .reqTel{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}