@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ikhbmp');
  src:  url('fonts/icomoon.eot?ikhbmp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ikhbmp') format('truetype'),
    url('fonts/icomoon.woff?ikhbmp') format('woff'),
    url('fonts/icomoon.svg?ikhbmp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a_home:before {
  content: "\e900";
}
.icon-b_fukidashi:before {
  content: "\e901";
}
.icon-c_syorui:before {
  content: "\e902";
}
.icon-d_yubi:before {
  content: "\e903";
}
.icon-e_mail:before {
  content: "\e904";
}
.icon-f_bainder:before {
  content: "\e905";
}
.icon-g_camera:before {
  content: "\e906";
}
.icon-h_tag:before {
  content: "\e907";
}
.icon-i_text:before {
  content: "\e908";
}
.icon-j_map:before {
  content: "\e909";
}

.iconsizenormal{
    font-size: 60px;
    vertical-align:baseline;
}
.iconsizesmall{
    font-size: 40px;
    vertical-align:middle;
}
.iconsizemiddle{
  font-size: 50px;
  vertical-align:baseline;
}
.homeidou{
    padding-top: 3px;
    height: 77px !important;
}
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
}

.maru :hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.maru,::after,::before {
 box-sizing:content-box;
}
.size_normal{
  width: 80px;
  height: 80px;
}
.size_hi{
  width: 100px;
}
.size_small{
  width: 50px;
  height: 50px;
}
.size_middle{
  width: 75px;
  height: 75px;
}
.letter3 {
  font-size: 3em;
  line-height: 1.5em;
}
.letter_small {
  font-size: 2em;
  line-height: 1em;
}
.letter_large {
  font-size: 5em;
  line-height: 1em;
}

.mailboxset{
    font-size: 40px;
}
.hiboxreset{
    margin-bottom: -20px;
}
/*.boxicon{
  line-height: 20px;
}*/
.boxtex{
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
  margin-bottom: 4px;
}
.fa-mar{
  margin: 0;
}