@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ お問い合わせ ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  お問い合わせ先
-----------------------------------------------------------------------------------*/

.toiawase dt,
.toiawase dd {
  box-sizing:border-box;
}

.toiawase dt {
  background-color:#669ed0;
  color:#fff;
  font-weight:bold;
  line-height:1.5;
  padding:0.65em 0.85em;
  padding:0.85rem 1rem;
}

.toiawase dd {
  border-left:1px solid #94bcde;
  border-right:1px solid #94bcde;
  border-bottom:1px solid #94bcde;
  padding:1em;
  padding:1rem;
}

.toiawase dd p.ad { line-height:1.5; }
.toiawase dd .pc-none { display:none; }

@media screen and (max-width:640px) {
  .toiawase dd p { padding-top:0.5rem; }
  .toiawase dd .pc-none { display:inherit; }
  .toiawase dd p.tel { padding-bottom:0.5rem; }
}

