@charset "utf-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background:url(../images/pic_title.jpg) center center no-repeat;
  background-size:cover;
}

.fax-number{
  width:100%;
  padding:10px;
  text-align:center;
  border-radius: 20px;
  background:#175892;
  color:#FEFF00;
  font-size:1.6em;
  font-weight:bold;
}
.fax-number:before{
  content:"";
  width:32px;
  height:32px;
  margin-right:5px;
  float:left;
  background:url(../images/icon_fax.png) no-repeat 0 0;
}

@media (max-width: 553px) {
  .fax-number{
    font-size:1em;
  }
  .fax-number:before{
    display:none;
  }
}

#telBox {
    padding: 15px;
    margin: 30px 0 0;
    background: #FFF;
    border: 4px solid #a4d2e1;
    text-align: left;
    line-height: 2;
}

#telBox div {
    font-size: 116%;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 15px;
    background: #f6f5ec;
    text-align: center;
}

/*#telBox a[target="_blank"] {
    padding: 0 15px 0 0;
    background: url(../images/ico_win01.gif) no-repeat right center;
}*/


#telBox div span {
    color: #09C;
    font-size: 1.5em;
}
@media (max-width: 365px) {
  #telBox div span {
      font-size: 1.2em;
  }
}

#telBox2 {
    padding: 15px;
    margin: 30px 0 0;
    background: #FFF;
    border: 2px solid #000000;
    text-align: left;
    line-height: 2;
}
