@charset "UTF-8";
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  color: #4d4d4d;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  /* -------------------------------
      icon-tel
  */
}
#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}
#container .pc {
  display: none !important;
}
#container .icon-tel {
  display: inline-block;
  text-align: left;
  width: 24px;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/common/icon_tel-free-g.png) 0 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

#container.fixed {
  padding: 0 0 0 0;
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
     b_open
  ------------------------------------- */
}
#header .inner {
  width: 100%;
  margin: 0;
}
#header .inner h1 {
  display: block;
  width: 100%;
  padding: 0.4em 1em 0.4em 0.5em;
  position: relative;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  top: 0;
}
#header .inner h1 a,
#header .inner h1 a:link {
  display: block;
  box-sizing: border-box;
}
#header .inner h1 a img,
#header .inner h1 a:link img {
  display: block;
  width: 100%;
  height: auto;
}
#header .inner h1 a#title {
  width: 39.0625%;
  padding: 0.1em 0 0 0;
  overflow: hidden;
}

#b_openmenu {
  display: block;
  width: 9.375%;
  position: absolute;
  z-index: 1;
  top: 27.5%;
  right: 3.125%;
}
#b_openmenu img {
  display: block;
  width: 100%;
  height: auto;
}
#b_openmenu img.b_open {display: block;}
#b_openmenu img.b_close {display: none;}

/* -------------------------------------
   page
------------------------------------- */
/* -------------------------------------
   normal
------------------------------------- */
#container #header .inner {
  height: inherit;
  position: fixed;
  z-index: 999;
  top: 0;
}
#container #header .inner.open {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
}
#container #header .inner.open h1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------
   fixed
------------------------------------- */
#container.fixed #header .inner {
  z-index: 999;
  top: 0;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#container.fixed #header .inner h1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------
    nav
*/
#menu{
  display: none;
  width: 100%;
  padding: 0 0 0 0;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 30, 0, 0.7);
}

#menu .nav{
  line-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#menu ul{
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#menu ul li{
  display: block;
  width: 100%;
}
#menu ul li a,
#menu ul li span{
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 17px 1em;
  box-sizing: border-box;
}

#menu .nav > ul{background-color: rgba(229, 239, 194, 0.95);}

#menu .nav > ul > li > span,
#menu .nav > ul > li > a{
  color: #444;
  background: url(../images/common/header/sp/ico_arrow01.png) no-repeat right 20px center;
  background-size: 7px 10px;
  border-top: 1px solid #ccc;
}
#menu .nav > ul > li.pickup > a{
  color: #00693E;
  font-weight: bold;
}
#menu .nav > ul > li.open > span{
  background: url(../images/common/header/sp/ico_arrow02.png) no-repeat right 20px center;
  background-size: 10px 7px;
}

#menu .nav_sub{display: none;}
#menu .nav_sub ul{background-color: #F3F8E7;}
#menu .nav_sub ul li a{
  color: #00693E;
  font-weight: bold;
  background: url(../images/common/header/sp/ico_arrow03.png) no-repeat left 20px center;
  background-size: 5px 7px;
  padding-left: 35px;
}

#menu .nav_sub ul li::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/common/header/sp/bg_bdr01.png) no-repeat center bottom;
  background-size: 100% 1px;
}
#menu .nav_sub ul li:last-child::after{background: none;}
#menu .nav_sub ul li.pickup a{color: #FFB600;}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0.5em 0 1em 0;
}

#container .section.banner .inner {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
}
#container .section.banner .figure {
  display: block;
  width: 300%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
      -webkit-transform: translateX(-50%);/* iOS8以前Safari用 */
}
#container .section.banner .figure a,
#container .section.banner .figure a:link {
  display: block;
}
#container .section.banner .figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------------------
   main
------------------------------------- */
#container.page {
  /* -------------------------------------
     layout
  ------------------------------------- */
  /* -------------------------------------
     404
  ------------------------------------- */
}
#container.page #article {
  padding: 0 0 3em 0;
}
#container.page #main {
  width: 100%;
  padding: 0 0 0 0;
  border-bottom: 3px solid #85a925;
  overflow: hidden;
}
#container.page #main h2 {
  display: block;
  width: 300%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
          -webkit-transform: translateX(-50%);/* iOS8以前Safari用 */
}
#container.page #main h2 img {
  display: block;
  width: 100%;
  height: auto;
}
#container.page .section {
  width: 100%;
  padding: 1.5em 0 0.1em 0;
  margin: 0 auto;
}
#container.page .section .figure img {
  display: block;
  width: 100%;
  height: auto;
}
#container.page #error404 {
  padding: 4em 0 3em 0;
}
#container.page #error404 .inner {
  width: 93.75%;
  margin: 0 auto;
}
#container.page #error404 .inner h3 {
  color: #8A7854;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em 0;
}
#container.page #error404 .inner p {
  padding: 1em 0 1em 0;
}

/* -------------------------------------
footer
------------------------------------- */
#footer {
  width: 100%;
  background-color: #85a925;
  padding-bottom: 95px;
}
#footer #pagetop {
  width: 100%;
  padding: 0;
}
#footer #pagetop .inner {
  width: 10.9375%;
  margin: 0 auto;
  position: relative;
}
#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: block;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: -3em;
}
#footer #pagetop .inner a img,
#footer #pagetop .inner a:link img {
  display: block;
  width: 100%;
  height: auto;
}


#footer .aside.aside_1 {
  font-size: 1.2rem;
  width: 100%;
  padding: 1.25em 0 0.75em 0;
  margin: 0 auto;
  background-color: #ffca60;
  overflow: hidden;

}
#footer .aside.aside_1 .inner .float-r {
    display: flex;
        display: -webkit-flex; /*iOS8以前Safari用 */
        display:-webkit-box;/*--- Androidブラウザ用 ---*/

    justify-content: space-between;
        -webkit-justify-content:space-between; /*iOS8以前Safari用 */
        -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  padding: 0;
  margin: 0 auto;
  overflow: hidden;

}
#footer .aside.aside_1 .inner .float-r a,
#footer .aside.aside_1 .inner .float-r a:link {
  letter-spacing: 0.2em;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 49.33333%;
  padding: 0;
  /*border: 2px solid #fff;*/
  box-sizing: border-box;
}
#footer .aside.aside_1 .inner .float-r a img,
#footer .aside.aside_1 .inner .float-r a:link img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .aside.aside_1 .inner .float-l {
  letter-spacing: 0.1em;
  padding: 1em 0 0 0;
  overflow: hidden;


                /*
                h2{
                    display: block;
                    width:(114/640)*100%;
                    padding: 1em 0 0 0;
                    margin-left:  (22/640)*100%;
                    //margin-right: (0/640)*100%;
                    float: left;
                    box-sizing: border-box;

                    a,
                    a:link{

                        display: block;
                        width:100%;
                        text-decoration: none;

                        img{
                            @include mixin-img(1);
                        }
                    }
                }
                */
}
#footer .aside.aside_1 .inner .float-l h3 {
  display: block;
  text-align: center;
  width: 93.75%;
  padding: 0.5em 0 0.2em 0;
  margin: 0 auto;
  background: white;
  box-sizing: border-box;
}
#footer .aside.aside_1 .inner .float-l h3 span {
  display: block;
  line-height: 1;
  /*
  &.t1:before,
  &.t1:after{
      content: " ";
      display: inline-block;
      font-size: 0.9rem;
      line-height: 1;
      width: (40/440)*100%;
      padding: 0 0 0.2em 0;
      margin: 0 1em;
      border-top: 1px solid #666666;
  }
  */
}
#footer .aside.aside_1 .inner .float-l h3 span.t1 {
  font-size: 0.9rem;
  color: #666666;
}
#footer .aside.aside_1 .inner .float-l h3 span.t2 {
  font-size: 0.9rem;
  color: #262626;
  padding: 0.5em 0 0 0;
}
#footer .aside.aside_1 .inner .float-l h3 span.t2 strong {
  font-size: 1.8rem;
  padding: 0 0.2em;
}
#footer .aside.aside_1 .inner .float-l h3 span.t2 strong span {
  display: inline;
}


#footer .aside.aside_2 {
  width: 100%;
  background-color: #ffffbd;
}
#footer .aside.aside_2 .inner {
  width: 93.75%;
  margin: 0 auto;
}
#footer .aside.aside_2 .inner .float-l {
  padding: 0.2em 0 0.2em 0;
}
#footer .aside.aside_2 .inner .float-l h2 {
  background: url(../images/common/logo_mark.png) left center no-repeat;
  background-size: 10% auto;
}
#footer .aside.aside_2 .inner .float-l h2 a,
#footer .aside.aside_2 .inner .float-l h2 a:link {
  display: block;
  color: #262626;
  letter-spacing: 0.175em;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: bold;
  padding: 0.3em 0 0 10.83333%;
}
#footer .aside.aside_2 .inner .float-l p {
  color: #4d4d4d;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0.5em 0 0 0;
}
#footer .aside.aside_3 {
  width: 100%;
  padding: 0;
}
#footer .aside.aside_3 .inner {
  color: #fff;
  padding: 0 0 0 0;
  background: #85a925;
}
#footer .aside.aside_3 .inner small {
  display: block;
  text-align: center;
  font-family: Helvetica,Arial, sans-serif;
  font-size: 1.0rem;
  line-height: 1.25;
  width: 93.75%;
  padding: 0.8em 0 0.8em 0;
  margin: 0 auto;
}

/* 固定フッター
/* ----------------------------------------------- */
#footer .footer_fiexd{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

#footer .nav_footer{
	position: relative;
	padding: 5px 10px;
}

#footer .nav_footer::before{
	content: "";
	display: block;
	background: #FFF;
	width: 100%;
	padding-bottom: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer .nav_footer ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#footer .nav_footer ul li{
	width: 25%;
	list-style: none;
	text-align: center;
}

#footer .nav_footer ul li a{
	display: block;
	position: relative;
	color: #85A925;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
}

#footer .nav_footer ul li a img{margin: 0 auto 5px;}
/*
#footer .nav_footer ul li a::before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 82.39%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}*/

/* LINEの場合
#footer .footer_fiexd .list_footer li.f01 a img{width: 59.71%;}*/
#footer .nav_footer ul li.f01 a img{width: 60px;}
#footer .nav_footer ul li.f02 a img{width: 70px;}
#footer .nav_footer ul li.f03 a img{width: 50px;}
#footer .nav_footer ul li.f04 a img{width: 40px;}

/*
@mixin webfont-e1( $lineH : 1 ){
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    line-height: $lineH;
}
*/

@media screen and (min-device-width: 767px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  html {
    min-width: 960px;
  }

  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container a.transhover img,
  #container a.transhover:link img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);/* iOS8以前Safari用 */
    transition: 0.5s;
  }
  #container a.transhover:hover img {
    -moz-transform: scale(1.1, 1.1) translateY(-50%);
    -webkit-transform: scale(1.1, 1.1) translateY(-50%);
    -o-transform: scale(1.1, 1.1) translateY(-50%);
    -ms-transform: scale(1.1, 1.1) translateY(-50%);
    transform: scale(1.1, 1.1) translateY(-50%);
    opacity: 0.6;
  }

  /* -------------------------------------
     header
  ------------------------------------- */
  #header {
    width: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85);
  }
  #header .inner {
    width: 960px;
    height: 112px;
    margin: 0 auto;
    position: relative;
  }
  #header .inner h2 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 8px 0 0 3px;
  }
  #header .inner h1 {
    padding: 0;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 31px;
    left: 2px;
  }
  #header .inner h1 a#title {
    width: 160px;
    padding: 0;
    margin-left: 20px;
  }

  #container.page #header {
    position: static;
  }

  #container #header .inner {
    height: 90px;
    position: relative;
  }

  /* -------------------------------------
     menu-sub
  ------------------------------------- */
  #menu-sub{
    display: block;
    width: 705px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }

  #menu-sub ul{
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  #menu-sub ul li:nth-child(2){margin-left: 30px;}
  #menu-sub ul li:nth-child(3){margin-left: 15px;}

  #menu-sub ul li a{
    position: relative;
    display: block;
    width: 120px;
    color: #9EC34B;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border: 2px solid #9EC34B;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: 20px;
  }
  #menu-sub ul li:nth-child(2) a{padding: 15px 0 13px;}
  #menu-sub ul li:nth-child(3) a{padding: 15px 0 13px 10px;}
  
  #menu-sub ul li:nth-child(2) a::before,
  #menu-sub ul li:nth-child(3) a::before{
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 50%;
    margin-top: -9px;
  }
  #menu-sub ul li:nth-child(2) a::before{left: 12px;}
  #menu-sub ul li:nth-child(3) a::before{left: 7px;}
  
  #menu-sub ul li a:hover{
    color: #FFF;
    background: #8BAD3A;
  }

  /* -------------------------------------
     icon-tel
  ------------------------------------- */
  #menu-sub ul li.nav_tel{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 420px;
    height: 46px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #bebebe;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    margin: -2px 0 0 0;
  }

  #menu-sub ul li.nav_tel .t1{
    padding: 12px 0 0 0;
    margin: 0 20px 0 0;
  }
  .nav_tel .t1 .icon-tel{margin: 0 4px 0 0;}
  .nav_tel .t1 strong{
    color: #136a41;
    letter-spacing: 0.075em;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .nav_tel .t2{
    line-height: 1.25;
    padding: 6px 0 0 0;
  }

  /* -------------------------------------
     nav_global
  ------------------------------------- */
  #nav_global{
    display: block;
    background: #E5EFC5;
  }
  
  #nav_global > ul{
    background: url(../images/common/header/pc/bg_bdr01.jpg) no-repeat right center;
    background-size: 2px 54px;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 960px;
    margin: 0 auto;
  }
  
  #nav_global > ul > li{
    position: relative;
    width: 160px;
    overflow: visible;
  }
  #nav_global > ul > li::before{
    content: "";
    display: block;
    background: url(../images/common/header/pc/bg_bdr01.jpg) no-repeat left center;
    width: 2px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #nav_global > ul > li > span{
    background: url(../images/common/header/pc/ico_arrow02.png) no-repeat right 10px center;
    background-size: 7px 4px;
    cursor: pointer;
  }
  
  #nav_global > ul > li > a{text-decoration: none;}
  
  #nav_global > ul > li > span,
  #nav_global > ul > li > a{
    display: block;
    color: #555;
    font-weight: bold;
    text-align: center;
    padding: 17px 0 16px;
  }
  #nav_global > ul > li > a::after{display: none;}
  
  #nav_global > ul > li > a:hover{color: #00693E;}
  #nav_global > ul > li > a:hover::after{
      content: "";
      display: block;
      position: absolute;
      top: 38px;
      left: 30px;
      background: #00693E;
      width: 100px;
      height: 1px;
  }

  /* -------------------------------------
     nav_sub
  ------------------------------------- */
  .nav_sub{
    display: none;
    background: #F3F8E7;
    width: 160px;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 1;
  }
  
  .nav_sub ul{width: 160px;}
  
  .nav_sub li a{
    display: block;
    background: url(../images/common/header/pc/bg_bdr02.png) no-repeat center bottom;
    background-size: 160px 1px;
    color: #00693E;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
  }
  .nav_sub li:last-child a{background: none;}
  .nav_sub li.pickup a{color: #FFB600;}
  
  .nav_sub li a:hover{
    background-color: #009F60;
    color: #FFF;
  }

  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  #container .section.banner {
    width: 100%;
    height: 200px;
  }
  #container .section.banner .inner {
    position: relative;
  }
  #container .section.banner .figure {
    width: 1920px;
  }

  /* -------------------------------------
     contents
  ------------------------------------- */
  #container.page {
    /* -------------------------------------
       nav-pankuzu
    ------------------------------------- */
    /* -------------------------------------
       layout
    ------------------------------------- */
    /* -------------------------------------
       404
    ------------------------------------- */
  }
  #container.page .nav-txt {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    background: #85a925;
  }
  #container.page .nav-txt ul {
    display: block;
    width: 940px;
    padding: 0.2em 0 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #container.page .nav-txt ul li {
    display: block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0 1em 0 0;
    float: left;
  }
  #container.page .nav-txt ul li a,
  #container.page .nav-txt ul li a:link {
    color: #fff;
  }
  #container.page .nav-txt ul li:before {
    content: "＞ ";
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  #container.page .nav-txt ul li:first-child:before {
    content: " ";
  }
  #container.page .nav-txt ul li:first-child {
    content: " ";
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1.5em;
    line-height: 1;
    background: url(../images/common/icon-home.png) left center no-repeat;
    background-size: 14px auto;
  }
  #container.page .nav-txt ul:after {
    content: "";
    clear: both;
  }
  #container.page #article {
    padding: 0 0 50px 0;
  }
  #container.page #main {
    width: 100%;
    height: 225px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  #container.page #main h2 {
    width: 1920px;
  }
  #container.page .section {
    width: 100%;
    padding: 45px 0 1px 0;
    overflow: hidden;
  }
  #container.page #error404 .inner {
    width: 960px;
  }
  #container.page #error404 .inner h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* -------------------------------------
  footer
  ------------------------------------- */
  #footer{padding-bottom: 0;}
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 960px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.175;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 60px;
    height: 60px;
    padding: 22px 0 0 0;
    margin: 0 0 0 0;
    background: #ffb600;
    border-radius: 30px;
    box-sizing: border-box;
    right: -98px;
    bottom: 0;
    box-shadow: 0px 0px 6px #85a925;
  }
  #footer #pagetop .inner a:before, #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:before,
  #footer #pagetop .inner a:link:after {
    content: " ";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    top: 8px;
  }
  #footer #pagetop .inner a:before,
  #footer #pagetop .inner a:link:before {
    width: 2px;
    height: 10px;
    background: #fff;
    left: 30px;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 26px;
    transform: rotate(-45deg);
  }
  #footer #pagetop .inner a span,
  #footer #pagetop .inner a:link span {
    font-weight: bold;
  }
  #footer .aside.aside_1 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #footer .aside.aside_1 .inner {
    display: flex;
        display: -webkit-flex; /*iOS8以前Safari用 */
        display:-webkit-box;/*--- Androidブラウザ用 ---*/

    justify-content: space-between;
        -webkit-justify-content:space-between; /*iOS8以前Safari用 */
        -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    width: 920px;
    margin: 0 auto;
  }
  #footer .aside.aside_1 .inner .float-r {
    width: 440px;
    margin: 0;
  }
  #footer .aside.aside_1 .inner .float-r a,
  #footer .aside.aside_1 .inner .float-r a:link {
    width: 210px;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .float-l {
    width: 440px;
    padding: 0;
                /*
                h2{
                    width: 135px;
                    padding: 6px 0 0 0;
                    margin: 0;

                    a,
                    a:link{

                        img{

                        }
                    }
                }
                */
  }
  #footer .aside.aside_1 .inner .float-l h3 {
    width: 440px;
    height: 76px;
    padding: 0.9em 0 0 0;
    border: none;
    overflow: hidden;
  }
  #footer .aside.aside_1 .inner .float-l h3 span {
    /*
    &.t1:before,
    &.t1:after{
        content: " ";
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        width: 40px;
        padding: 0 0 0.2em 0;
        margin: 0 1em;
        border-top: 1px solid #4d4d4d;
    }
    */
  }
  #footer .aside.aside_1 .inner .float-l h3 span.t1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #footer .aside.aside_1 .inner .float-l h3 span.t2 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px 0 0 0;
  }
  #footer .aside.aside_1 .inner .float-l h3 span.t2 strong {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #footer .aside.aside_1 .inner .float-l h3 span.t2 strong span {
    display: inline !important;
  }
  
  
  
  #footer .aside.aside_2 .inner {
    display: flex;
        display: -webkit-flex; /*iOS8以前Safari用 */
        display:-webkit-box;/*--- Androidブラウザ用 ---*/

    justify-content: space-between;
        -webkit-justify-content:space-between; /*iOS8以前Safari用 */
        -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    width: 960px;
    padding: 16px 0 20px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer .aside.aside_2 .inner .float-l {
    letter-spacing: 0.0em;
    width: 300px;
    padding: 0em 0 0 0;
    margin: 0 0 0 0;
  }
  #footer .aside.aside_2 .inner .float-l h2 {
    display: block;
    height: 66px;
    background-size: 78px auto;
    overflow: hidden;
  }
  #footer .aside.aside_2 .inner .float-l h2 a,
  #footer .aside.aside_2 .inner .float-l h2 a:link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35;
    letter-spacing: 0.35em;
    padding: 1em 0 0 86px;
    box-sizing: border-box;
  }
  #footer .aside.aside_2 .inner .float-l p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.8em 20px;
  }
  #footer .aside.aside_2 .inner .float-r {
    width: 660px;
    padding: 15px 0 0 0;
    border-left: 2px solid #ffb600;
    box-sizing: border-box;
  }
  #footer .aside.aside_2 .inner .float-r .nav {
    display: flex;
        display: -webkit-flex; /*iOS8以前Safari用 */
        display:-webkit-box;/*--- Androidブラウザ用 ---*/

    justify-content: space-between;
        -webkit-justify-content:space-between; /*iOS8以前Safari用 */
        -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    line-height: 1.2;
    width: 100%;
    margin: 0 0 0 30px;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul {
    display: block;
    list-style: none;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul li {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul li a,
  #footer .aside.aside_2 .inner .float-r .nav ul li a:link {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.125em;
    text-decoration: none;
    padding: 0.4em 0 0.4em 0;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul li a:hover {
    color: #323232;
    text-decoration: underline;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul.nav-1 {
    /*width: 225px;*/
	width: 135px;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul.nav-2 {
    width: 125px;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul.nav-3 {
    width: 160px;
  }
  #footer .aside.aside_2 .inner .float-r .nav ul.nav-4 {
    width: 120px;
  }
  #footer .aside.aside_2 .inner .bnr {
    width: 220px;
    padding: 0;
    margin: 10px 0 0 16px;
    box-sizing: border-box;
  }
  #footer .aside.aside_2 .inner .bnr a,
  #footer .aside.aside_2 .inner .bnr a:link {
    display: block;
    width: 200px;
    margin: 0;
  }
  #footer .aside.aside_2 .inner .bnr a img,
  #footer .aside.aside_2 .inner .bnr a:link img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2em 0.5em;
    border: 1px solid #999999;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  #footer .aside.aside_3 .inner {
    border-top: 1px solid #f2f2f2;
  }
  #footer .aside.aside_3 .inner small {
    font-size: 10px;
    font-size: 1.0rem;
    width: 960px;
    padding: 20px 0 20px 0;
  }
}

/* IEのみ */
@media all and (-ms-high-contrast: none){
  #menu-sub ul li:nth-child(2) a{padding: 17px 0 11px;}
  #menu-sub ul li:nth-child(3) a{padding: 17px 0 11px 10px;}
}