@charset "UTF-8";
/* CSS Document */


/* -------------------------------------
リセット
------------------------------------- */

html {
  font-size: 62.5%;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
}

body {
  background: #ffee8e;
  color: #545454;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.5;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

img {
  vertical-align: bottom;
}


/* -------------------------------------
micro cf 
------------------------------------- */

/* For modern browsers */

.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}


/* -------------------------------------
汎用クラス
------------------------------------- */

.clear {
  clear: both;
}

.hide {
  display: none;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.txN {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.red {
  color: #ec0000;
}

.blue {
  color: #4E9AE0;
}

.green {
  color: #64B65A;
}

.orange {
  color: #FF8400;
}

.gray {
  color: #878787;
  font-size: 1.2rem;
}


/* -------------------------------------
リンク
------------------------------------- */

a:link, a:visited {
  color: #f80;
}

a img:hover,
.subright .inquiry a:hover,
ul.bnrF a:hover,
dl.rfp a:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); /* IE */
}


/* -------------------------------------
アイコンフォント
------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?80655908');
  src: url('font/fontello.eot?80655908#iefix') format('embedded-opentype'),
           url('font/fontello.woff?80655908') format('woff'),
           url('font/fontello.ttf?80655908') format('truetype'),
           url('font/fontello.svg?80655908#fontello') format('svg');
}


/* -------------------------------------
パンくず
-------------------------------------- */

ul.pan {
  width:100% !important;
  font-size:1.1rem;
  margin:0 0 20px 0 !important;
  color:#666;
}

ul.pan li {
display: inline-block;
list-style: none;
}

ul.pan li:before {
content: '>';
margin: 0 5px;
}

ul.pan li:first-child:before {
display: none;
}

.submain p {
  width:97%;
  margin:0 auto 20px auto;
}



@media screen and (max-width: 740px) { /* スマートフォン */

  body.low {
    background: -webkit-linear-gradient(top, rgba(255,198,41,1) 0%,rgba(255,238,142,1) 10%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,198,41,1) 0%,rgba(255,238,142,1) 10%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255,198,41,1) 0%,rgba(255,238,142,1) 10%); /* W3C */
    /*background:#ffee8e;*/
  }


/* -------------------------------------
ヘッダー
-------------------------------------- */

  body.low .header {
    height:60px;
    background:url(../img/main/header_main_sp.jpg) no-repeat;
    background-size:auto 60px;
    padding:10px 0 0 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  body.low .header h1 a {
    display:block;
    height:20px;
    background:url(../img/main/logo_sp.gif) no-repeat;
    background-size:contain;
    color: transparent;
  }


/* -------------------------------------
Gナビ
-------------------------------------- */

  #menu ul,
  .slicknav_icon,
  .slicknav_icon-bar {
    display: none;
  }

  .slicknav_menu a {
    text-decoration: none;
  }

  .slicknav_btn { /* メニューボタン */
    display: block;
    width:46px;
    padding: 10px 0 0 0;
    border-radius: 0 0 5px 5px;
    background: #FFB45E;
    text-align: center;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 10;
}

  .slicknav_menu .slicknav_menutxt,
  .slicknav_menu .close {
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 0.5;
}

  .slicknav_menu .slicknav_menutxt:before {
    font-family: 'fontello';
    content: '\e804\A';
    white-space: pre;
    font-size: 4.5rem;
    font-weight: normal;
  }

  .slicknav_menu .close:before {
    font-family: 'fontello';
    content: '\e803\A';
    white-space: pre;
    font-size: 4.5rem;
    font-weight: normal;
}

  .slicknav_nav,
  .slicknav_nav ul { /* ナビエリア */
    list-style: none;
    padding: 0;
    margin: 0 5px;
    font-size: 1.4rem;
    background: #FFFDE7;
    border-left: 1px solid #FFD7A8;
    position: fixed;
    right: -10px;
    overflow-y: auto;
    width: 75%;
    height: 100%;
}

  .slicknav_nav li {
    border-bottom: 1px dashed #FFD7A8;
}

  .slicknav_nav li:last-child {
    border-bottom: 1px solid #FFD7A8;
  }

  .slicknav_nav a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #666;
  }

  .slicknav_nav a:before {
    font-family: 'fontello';
    content: '\e801';
    margin: 0 10px 0 0;
    color: #FFB45E;
  }


/* -------------------------------------
メイン
-------------------------------------- */

  .submain {
    background: #fff;
    padding: 10px;
    line-height: 1.7;
  }


/* -------------------------------------
タイトル
-------------------------------------- */

  .submain h1 {
    font-size:1.6rem;
    color:#666666;
    margin:20px 0 10px 0;
    padding:0 0 0 10px;
    border-bottom:1px dashed #ffc000;
    border-left:8px solid #FFDD77;
  }

  .submain h2.tit_h2 {
    background:url(../img/main/tit_h2@2x.png) no-repeat 0 2px;
    background-size:25px 25px;
    padding:2px 0 0 30px;
    margin:20px 0 10px 0;
    color:#DB5B06;
    text-shadow:1px 1px 1px #ccc;
    font-size:1.6rem;
  }


/* -------------------------------------
サービス（トップ・サービス・フォーム）
-------------------------------------- */

  .submain p img {
    float: none;
    display: block;
    margin: 5px auto;
    max-width: 100%;
  }

  h2 a {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #4d4d4d !important;
  }

  h2.hp a:before,
  h2.cms a:before,
  h2.ec a:before,
  h2.mobile a:before,
  h2.code a:before,
  h2.lp a:before,
  h2.update a:before,
  h2.bnr a:before {
    font-family: 'fontello';
    content: "\e801";
    margin: 0 5px 0 0;
  }

  h2.hp a {
    border: 1px solid #ffc9c9;
    background: -webkit-linear-gradient(top, rgba(255,240,240,1) 0%,rgba(255,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,240,240,1) 0%,rgba(255,210,210,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255,240,240,1) 0%,rgba(255,210,210,1) 100%); /* W3C */
  }

  h2.hp a:before {
    color: #ff0000;
  }

 h2.cms a {
    border: 1px solid #ffc689;
    background: -webkit-linear-gradient(top, rgba(255,243,210,1) 0%,rgba(255,213,168,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,243,210,1) 0%,rgba(255,213,168,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255,243,210,1) 0%,rgba(255,213,168,1) 100%); /* W3C */
  }

  h2.cms a:before {
    color: #ff8a00;
  }

  h2.ec a {
    border: 1px solid #fde800;
    background: -webkit-linear-gradient(top, rgba(255,254,216,1) 0%,rgba(255,252,168,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,254,216,1) 0%,rgba(255,252,168,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255,254,216,1) 0%,rgba(255,252,168,1) 100%); /* W3C */
  }

  h2.ec a:before {
    color: #ffd800;
  }

  h2.mobile a {
    border: 1px solid #b8ed74;
    background: -webkit-linear-gradient(top, rgba(243,255,223,1) 0%,rgba(221,255,168,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,255,223,1) 0%,rgba(221,255,168,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(243,255,223,1) 0%,rgba(221,255,168,1) 100%); /* W3C */
  }

  h2.mobile a:before {
    color: #00df05;
  }

  h2.code a {
    border: 1px solid #b9ebfc;
    background: -webkit-linear-gradient(top, rgba(241,253,255,1) 0%,rgba(187,244,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241,253,255,1) 0%,rgba(187,244,254,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(241,253,255,1) 0%,rgba(187,244,254,1) 100%); /* W3C */
  }

  h2.code a:before {
    color: #00cdf9;
  }

  h2.lp a {
    border: 1px solid #b6cefe;
    background: -webkit-linear-gradient(top, rgba(234,240,255,1) 0%,rgba(182,204,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,240,255,1) 0%,rgba(182,204,255,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(234,240,255,1) 0%,rgba(182,204,255,1) 100%); /* W3C */
  }

  h2.lp a:before {
    color: #0f58ff;
  }

  h2.update a {
    border: 1px solid #e7b0fe;
    background: -webkit-linear-gradient(top, rgba(249,236,255,1) 0%,rgba(237,197,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249,236,255,1) 0%,rgba(237,197,255,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(249,236,255,1) 0%,rgba(237,197,255,1) 100%); /* W3C */
  }

  h2.update a:before {
    color: #8a00ff;
  }

  h2.bnr a {
    border: 1px solid #ff9af2;
    background: -webkit-linear-gradient(top, rgba(255,236,253,1) 0%,rgba(255,188,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,236,253,1) 0%,rgba(255,188,246,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(255,236,253,1) 0%,rgba(255,188,246,1) 100%); /* W3C */
  }

  h2.bnr a:before {
    color: #ff00de;
  }

  a.shosai {
    display: block;
    width: 120px;
    margin: 5px 0 0 auto;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    text-decoration: none;
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
  }

  a.shosai:after {
    font-family: 'fontello';
    content: '\e805';
    margin: 0 0 0 4px;
  }


/* -------------------------------------
フォームバナー
-------------------------------------- */

  a.btn_rfp {
    display: block;
    width: 256px;
    height: 93px;
    margin: 20px auto auto auto;
    background: url(../img/common/btn_rfp@2x.png) no-repeat;
    background-size: contain;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  a.btn_inquiry {
    display: block;
    width: 223px;
    height: 93px;
    margin: auto;
    background: url(../img/common/btn_inquiry@2x.png) no-repeat;
    background-size: contain;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }


/* -------------------------------------
ページアップ
-------------------------------------- */

  .up a {
    display: block;
    width: 75px;
    margin: 20px 0 0 auto;
    padding: 5px 0 0 0;
    background: #ffc628;
    text-align: center;
    color: #b55202;
    font-size: 1rem !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
  }

  .up a:before {
    font-family: 'fontello';
    content: '\e80e';
    margin: 0 4px 0 0;
  }


/* -------------------------------------
フッター
-------------------------------------- */

  .footer {
    width: 100%;
    background: #ffc628;
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 0;
  }

  p.f_left small {
    display: block;
    color: #b55202;
  }


/* -------------------------------------
非表示
-------------------------------------- */

  .submenu,
  p a.btn_rfp2,
  p a.btn_inquiry2,
  .subright .faq,
  a.footer_logo,
  ul.f_right {
    display: none;
  }

}



@media all and (min-width: 741px) { /* PC */

body {
    min-width: 1000px;
}

body.low {
    background:url(../img/main/bk_main.png) repeat-x #ffee8e;
  }


/* -------------------------------------
ヘッダー トップ以外
-------------------------------------- */

  body.low header.header {
    width:935px;
    height:100px;
    background:url(../img/main/header_main.jpg) no-repeat;
    padding:12px 0 0 15px;
    margin:0 0 18px 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  body.low header.header h1 a {
    display:block;
    width:361px;
    height:40px;
    background:url(../img/main/logo.gif) no-repeat;
    color: transparent;
  }

  .container {
    width: 950px;
    margin: 10px auto 0 auto;
  }


/* -------------------------------------
Gナビ
-------------------------------------- */

  .nav {
    width: 950px;
    height: 54px;
    margin: 9px 0 0 0;
    border-bottom: 12px solid #ffc628;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .nav ul.fadeoff li,
  .nav ul.fadeon li {
    float: left;
    position: relative;
  }

  .nav ul.fadeoff li a,
  .nav ul.fadeon li a,
  .nav ul.fadeon li span {
    display: block;
    width: 190px;
    height: 54px;
    overflow: hidden;
    background: url(../img/common/nav.png) no-repeat;
    cursor: pointer;
  }

  .nav ul.fadeoff li a,
  .nav ul.fadeon li a {
    position: relative;
  }

  .nav ul.fadeon li span {
    position: absolute;
    left: 0;
    top: 0;
  }

  .nav ul.fadeoff li.nav01 a,
  .nav ul.fadeon li.nav01 a,
  .nav ul.fadeon li.nav01 span {
    background-position: 0 0;
  }

  .nav ul.fadeoff li.nav01 a:hover,
  .nav ul.fadeon li.nav01 span,
  .nav ul li a.nav01act {
    background-position: 0 -54px;
  }

  .nav ul.fadeoff li.nav02 a,
  .nav ul.fadeon li.nav02 a,
  .nav ul.fadeon li.nav02 span {
    background-position: -190px 0;
  }

  .nav ul.fadeoff li.nav02 a:hover,
  .nav ul.fadeon li.nav02 span,
  .nav ul li a.nav02act {
    background-position: -190px -54px;
  }

  .nav ul.fadeoff li.nav03 a,
  .nav ul.fadeon li.nav03 a,
  .nav ul.fadeon li.nav03 span {
    background-position: -380px 0;
  }

  .nav ul.fadeoff li.nav03 a:hover,
  .nav ul.fadeon li.nav03 span,
  .nav ul li a.nav03act {
    background-position: -380px -54px;
  }

  .nav ul.fadeoff li.nav04 a,
  .nav ul.fadeon li.nav04 a,
  .nav ul.fadeon li.nav04 span {
    background-position: -570px 0;
  }

  .nav ul.fadeoff li.nav04 a:hover,
  .nav ul.fadeon li.nav04 span,
  .nav ul li a.nav04act {
    background-position: -570px -54px;
  }

  .nav ul.fadeoff li.nav05 a,
  .nav ul.fadeon li.nav05 a,
  .nav ul.fadeon li.nav05 span {
    background-position: -760px 0;
  }

  .nav ul.fadeoff li.nav05 a:hover,
  .nav ul.fadeon li.nav05 span,
  .nav ul li a.nav05act {
    background-position: -760px -54px;
  }

  #modal div.menu,
  .nav ul li.navN {
    display: none;
  }


/* -------------------------------------
メイン
-------------------------------------- */

  .main {
    margin: 20px 0 0 0;
  }

  .submain {
    width: 700px;
    float: right;
    background: #fff;
    border: 1px solid #ffd900;
    border-radius: 7px;
    margin: 0 0 30px 0;
    padding: 20px 10px 50px 20px;
    line-height: 2.0;
  }

  .subleft {
    width:504px;
    float:left;
  }


/* -------------------------------------
タイトル
-------------------------------------- */

  .submain h1 {
    width:auto;
    height:60px;
    margin:0 0 30px 0;
    border-bottom:1px dashed #f90;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .submain h2.tit_h2 {
    background:url(../img/main/tit_h2.png) no-repeat 0 5px;
    width:auto;
    height:25px;
    font-size:1.6rem;
    font-weight:bold;
    padding:3px 0 0 30px;
    margin:20px 0 10px 0;
    color:#DB5B06;
    text-shadow: 1px 1px 1px #ccc;  
  }


/* -------------------------------------
サービス（トップ・サービス・フォーム）
-------------------------------------- */

  h2 a {
    display: block;
    width: 500px;
    height: 35px;
    margin: 0 0 15px 0 ;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  h2.hp a {
    background: url(../img/top/top_hp.png) no-repeat;
  }

  h2.cms a {
    background: url(../img/top/top_cms.png) no-repeat;
  }

  h2.ec a {
    background: url(../img/top/top_ec.png) no-repeat;
  }

  h2.mobile a {
    background: url(../img/top/top_mobile.png) no-repeat;
  }

  h2.code a {
    width: 245px;
    background: url(../img/top/top_code.png) no-repeat;
  }

  h2.lp a {
    width: 245px;
    background: url(../img/top/top_lp.png) no-repeat;
  }

  h2.update a {
    width: 245px;
    background: url(../img/top/top_update.png) no-repeat;
  }

  h2.bnr a {
    width: 245px;
    background: url(../img/top/top_bnr.png) no-repeat;
  }

  a.shosai {
    display: block;
    width: 94px;
    height: 19px;
    background: url(../img/top/btn_shosai.png) no-repeat center -18px;
    margin: 5px 0 20px auto;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  a:hover.shosai {
    display: block;
    width: 94px;
    height: 19px;
    background: url(../img/top/btn_shosai.png) no-repeat center top;
    margin: 5px 0 20px auto;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }


/* -------------------------------------
フォームバナー
-------------------------------------- */

  ul.bnrF {
  text-align: center;
  margin: 30px 0 0 0;
  }

  ul.bnrF li {
  display: inline-block;
  list-style: none;
  }

  ul.bnrF li a.btn_rfp2 {
    display:inline-block;
    width:256px;
    height:93px;
    background:url(../img/common/btn_rfp.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  ul.bnrF li a.btn_inquiry2 {
    display:inline-block;
    width:223px;
    height:93px;
    background:url(../img/common/btn_inquiry.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }


/* -------------------------------------
右サブメニュ
-------------------------------------- */

  .subright {
    width: 180px;
    float: right;
  }

   ul.inquiry li a.btn_rfp {
    display: block;
    width: 180px;
    height: 96px;
    
    background: url(../img/common/bnr_rfp.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

   ul.inquiry li a.btn_inquiry {
    display: block;
    width: 180px;
    height: 69px;
    margin: 15px 0;
    background: url(../img/common/bnr_inquiry.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .faq h2 {
    width: 180px;
    height: 45px;
    background: url(../img/common/tit_faq.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .faq div {
    background: #fffddc;
    padding: 15px 10px 10px 10px;
    border-radius: 0 0 7px 7px;
    border: 1px solid #ffde00;
    margin: 0 0 20px 0;
    font-size: 1.3rem;
  }

  .faq ul li {
    margin: 0 0 10px 15px;
    line-height: 1.4;
    list-style: url(../faq/qs.png);
  }

  .faq p a {
    font-size: 1.2rem;
  }


/* -------------------------------------
左サブメニュー
-------------------------------------- */

  aside.submenu {
    float: left;
    width: 200px;
  }

  .service_info {
    width: 169px;
    height: 344px;
    padding: 20px 15px;
    background: url(../img/common/bk_menu.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .service_info h2 {
    width: 165px;
    height: 18px;
    padding: 0 0 10px 0;
    margin: 0;
    background: url(../img/common/tit_menu.png) no-repeat 5px 0;
    border-bottom: 1px solid #ff6700;
  }

  .service_info ul li {
    border-bottom: 1px dotted #999;
  }

  .service_info ul li a {
    display: block;
    width: 165px;
    height: 40px;
  }

  .service_info ul li.menu01 {
    background: url(../img/common/submenu.png) no-repeat 10px 15px;
  }

  .service_info ul li.menu01 a:hover,
  .service_info ul li.menu01act {
    background: url(../img/common/submenu.png) no-repeat -164px 15px;
  }

  .service_info ul li.menu02 {
    background: url(../img/common/submenu.png) no-repeat 10px -27px;
  }

  .service_info ul li.menu02 a:hover,
  .service_info ul li.menu02act {
    background: url(../img/common/submenu.png) no-repeat -164px -27px;
  }

  .service_info ul li.menu03 {
    background: url(../img/common/submenu.png) no-repeat 10px -68px;
  }

  .service_info ul li.menu03 a:hover,
  .service_info ul li.menu03act{
    background: url(../img/common/submenu.png) no-repeat -164px -68px;
  }

  .service_info ul li.menu04 {
    background: url(../img/common/submenu.png) no-repeat 10px -108px;
  }

  .service_info ul li.menu04 a:hover,
  .service_info ul li.menu04act{
    background: url(../img/common/submenu.png) no-repeat -164px -108px;
  }

  .service_info ul li.menu05 {
    background: url(../img/common/submenu.png) no-repeat 10px -147px;
  }

  .service_info ul li.menu05 a:hover,
  .service_info ul li.menu05act{
    background: url(../img/common/submenu.png) no-repeat -164px -147px;
  }

  .service_info ul li.menu06 {
    background: url(../img/common/submenu.png) no-repeat 10px -188px;
  }

  .service_info ul li.menu06 a:hover,
  .service_info ul li.menu06act{
    background: url(../img/common/submenu.png) no-repeat -164px -188px;
  }

  .service_info ul li.menu07 {
    background: url(../img/common/submenu.png) no-repeat 10px -227px;
  }

  .service_info ul li.menu07 a:hover,
  .service_info ul li.menu07act{
    background: url(../img/common/submenu.png) no-repeat -164px -227px;
  }

  .service_info ul li.menu08 {
    background: url(../img/common/submenu.png) no-repeat 10px -268px;
    border-bottom: none !important;
  }

  .service_info ul li.menu08 a:hover,
  .service_info ul li.menu08act{
    background: url(../img/common/submenu.png) no-repeat -164px -268px;
    border-bottom: none !important;
  }


/* -------------------------------------
左サブ 地域
-------------------------------------- */

  .area {
    width: auto;
    margin: 20px 0 0 0;
    padding: 0 15px 15px 15px;
    background: #fde55b;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #672f02;
    font-size: 1.1rem;
  }

  .area h2 {
    margin: 15px 0 0 0;
  }

  .area p {
    margin: 0 0 10px 0;
  }

  .area p a {
    color: #672f02;
  }

  a.btn_blog {
    display: block;
    width: 170px;
    height: 57px;
    background: url(../img/common/bnr_blog.jpg) no-repeat;
    margin: 20px auto 10px auto;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }


/* -------------------------------------
ページアップ
-------------------------------------- */

  .up {
    width: 950px;
    margin: auto;
  }

  .up a {
    display: block;
    width: 90px;
    height: 25px;
    margin: 0 0 0 auto;
    background: url(../img/common/pageup.png) no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }


/* -------------------------------------
フッター
-------------------------------------- */

  .footer {
    width: 100%;
    background: #ffc628;
    padding: 20px 0;
  }

  .footer2 {
    width: 950px;
    margin: auto;
  }

  p.f_left {
    width: 248px;
    float: left;
    text-align: center;
    margin: 0 0 0 20px;
  }

  a.footer_logo {
    display: block;
    width: 248px;
    height: 26px;
    background: url(../img/common/footer_logo.png) no-repeat;
    margin: 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  p.f_left small {
    color: #b55202;
    font-size: 1rem;
  }

  ul.f_right {
    width: 650px;
    float: right;
    margin: 5px 0 0 0;
    font-size: 1.1rem;
  }

  ul.f_right li {
    display: inline-block;
  }

  ul.f_right li:before {
    content: " | ";
  }

  ul.f_right li:first-child:before {
    content: none;
  }

  ul.f_right li a {
    color: #b55202;
  }


/* -------------------------------------
非表示
-------------------------------------- */

  .slicknav_menu,
  .slicknav_btn {
    display: none;
  }

}



/* -------------------------------------
印刷用
-------------------------------------- 

@media print and (min-width: 801px) {

  .header,
  .service_info,
  .inquiry li a,
  h1,
  h2.hp a,
  h2.cms a,
  h2.ec a,
  h2.mobile a,
  h2.code a,
  h2.lp a,
  h2.update a,
  h2.bnr a,
  .faq h2,
  .footer_logo {
    color: #333;
    text-indent: 0 !important;
    white-space: inherit !important;
    overflow: auto !important;
  }

  .btn_blog,
  nav ul li a {
    text-align: center !important;
    text-indent: 0 !important;
    white-space: inherit !important;
    overflow: auto !important;
  }

}*/
