@charset "UTF-8";
/* Shutter In Horizontal */
/* ==========================================================================

	company

========================================================================== */
/*--------------------------------
タイトル共通
--------------------------------*/
.dl_cnt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  border-bottom: solid 1px #8B6D3A;
}

.dl_cnt > div dt, .dl_cnt > div dd {
  text-align: left;
}

.dl_cnt > div dt {
  width: 9em;
}

.dl_cnt > div dd {
  width: calc(100% - 9em);
}

@media print, screen and (min-width: 812px) {
  .dl_cnt > div {
    padding: 1em 3em;
  }
  .dl_cnt > div dt {
    width: 12em;
  }
  .dl_cnt > div dd {
    width: calc(100% - 12em);
  }
}

/*--------------------------------
ご挨拶
--------------------------------*/

#greeting > div *, #greeting > section * {
    line-height: 2.2;
}

#greeting > div h3 {
    display: block;
    margin-bottom: 1em;
    font-weight: normal;
    text-align: center;
}

#greeting > div p strong {
    display: block;
    margin-bottom: 0.5em;
    font-weight: normal;
}

@media print, screen and (min-width: 812px) {
    #greeting.container {
        max-width: 700px;
    }
    
    #greeting > div *, #greeting > section * {
        text-align: center;
    }
    
  #greeting > picture {
    max-width: 600px;
    margin: 0 auto;
  }
    
}

/*--------------------------------
会社概要
--------------------------------*/
#overview {
  border-top: solid 1px #8B6D3A;
}

#overview > div > dl {
  margin-bottom: 30px;
}

#overview > div > div iframe {
  width: 100%;
  height: 300px;
}

@media print, screen and (min-width: 812px) {
  #overview > div > div iframe {
    height: 520px;
  }
}

/*--------------------------------

--------------------------------*/
#history {
  border-top: solid 1px #8B6D3A;
}
