@charset "UTF-8";
/* -- Color -- */
/* -- Fonts -- */
/* -- @font-face -- */
/* -- Font size -- */
/* -- Prefix -- */
/* -- Media Screen -- */
/* -- Retina -- */
/* -- Gradient -- */
/* -- Flex -- */
/* -- Placeholder -- */
/* タブレット用CSS
------------------------------------------------------------*/
/* メインイメージ
*****************************************************/
#main .inner {
  height: 28.75em;
  padding: 0; }
  #main .inner figure img {
    max-width: none; }

/* フッター
*****************************************************/
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  #footer .inner address {
    text-align: left;
    margin-right: auto; }
  #footer .inner div {
    flex: 1; }
    #footer .inner div ul {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 2.5em; }
    #footer .inner div p {
      text-align: right; }

/* トップ
------------------------------------------------------------*/
.top_service .inner ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .top_service .inner ul li {
    width: 48%;
    max-width: 480px;
    margin: 0; }

/* サブページ
------------------------------------------------------------*/
#sub #main .inner {
  height: 20em; }
