/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.1em;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

/*#fade {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: block;
}*/

#wrappar {
    width: 100%;
    min-width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#header {
    width: 100%;
    min-width: 1280px;
    height: 60px;
    margin: 0 auto;
    background: #FFF;
    z-index: 99999;
}

body#top #header {
    width: 100%;
    min-width: 1280px;
    height: 60px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 99999;
}
#header h1 {
    width: 240px;
    height: auto;
    left: 2%;
    top: 10px;
    position: absolute;
}

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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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-icon01:before {
    content: "\e600";
}
.icon-icon02:before {
    content: "\e601";
}

#header ul.hnavi {
    width: 100%;
    height: auto;
}
#header ul.hnavi li {
    width: 120px;
    height: 60px;
    list-style: none;
    float: right;
    cursor: pointer;
}
#header ul.hnavi li a, #header ul.hnavi li span {
    width: 120px;
    height: 60px;
    display: block;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
}
#header ul.hnavi li.ico {
    width: 48px;
    padding: 0 10px;
}
#header ul.hnavi li.ico span {
    width: 28px;
    font-size: 28px;
    color: #ACB8BE;
}
#header ul.hnavi li#navi01, #header ul.hnavi li#navi01 span {
    width: 100px;
}
#header ul.hnavi li#navi02, #header ul.hnavi li#navi02 a {
    width: 150px;
}

#header ul.hnavi li#navi01 span, #header ul.hnavi li#navi02 a {
    color: #646464;
}
#header ul.hnavi li#navi03 a, #header ul.hnavi li#navi04 span, #header ul.hnavi li#navi05 span {
    background: url(../../rcommon/img/navi_bg.png) left top repeat-x;
    background-size: auto 200%;
}
#header ul.hnavi li#navi06 a {
    background: url(../../rcommon/img/navi_bg2.png) left top repeat-x;
    background-size: auto 200%;
}

#header ul.hnavi li.ico:hover span {
    color: #646464;
}
#header ul.hnavi li#navi01:hover span, #header ul.hnavi li#navi02:hover a {
    color: #000;
}
#header ul.hnavi li#navi03 a:hover, #header ul.hnavi li#navi04:hover span, #header ul.hnavi li#navi05:hover span {
    background: url(../../rcommon/img/navi_bg.png) left bottom repeat-x;
    background-size: auto 200%;
}
#header ul.hnavi li#navi06 a:hover {
    background: url(../../rcommon/img/navi_bg2.png) left bottom repeat-x;
    background-size: auto 200%;
}

#header ul.hnavi li ul {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 60px;
    padding: 0 0 0 10%;
    background: hsla(0,0%,0%,0.75);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
#header ul.hnavi li.active ul {
    padding: 25px 0 30px 10%;
    opacity: 1;
}
#header ul.hnavi li ul li:first-child {
    width: 40%;
    height: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    border: none;
    float: left;
}
#header ul.hnavi li.active ul li:first-child {
    width: 100%;
    padding: 0 0 20px 0;
}
#header ul.hnavi li ul li:last-child {
    border: none;
}
#header ul.hnavi li ul li:before {
    content: "＞";
    padding: 0 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    float: left;
    color: #077D17;
}
#header ul.hnavi li ul li:first-child:before, #header ul.hnavi li ul li.spacer:before, #header ul.hnavi li ul li.search:before {
    display: none;
}
#header ul.hnavi li ul li {
    width: 20%;
    height: 0;
    margin: 0;
    padding: 0;
    float:left;
    overflow: hidden;
}
#header ul.hnavi li ul li.wd {
    width: 30%;
}
#header ul.hnavi li ul li.wd2 {
    width: 50%;
}
#header ul.hnavi li ul li.search {
    width: 25%;
}
#header ul.hnavi li.active ul li {
    margin: 0 0 20px 0;
    overflow: visible;
    height: 15px;
}
#header ul.hnavi li ul li a {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: #FFF;
    display: block;
    text-align: left;
}
#header ul.hnavi li ul li a:hover {
    color: #CCC;
}

#header ul.hnavi li ul li:last-child ul{
  left: -100%;
  width: 100%
}

/* search */

.gsc-search-box, .gsc-input-box {
    margin: 0 !important;
    background: none !important;
    border: none !important;
}
.gsc-input-box {
  height: auto !important;
}
.gsib_a, .gsib_b, .gsst_a {
    padding: 0 !important;
}
table.gstl_50  {
    border: #FFF solid 1px !important;
}
#header ul.hnavi li span.gscb_a {
    height: 27px !important;
    line-height: 27px !important;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
td.gsc-input {
    width: 75% !important;
}
td.gsc-search-button {
    width: 25% !important;
    text-align: right !important;
    position: relative;
    background: #FFF !important;
}
input {
    line-height: 1.1em !important;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
}
input.gsc-input {
    width: 100%;
    height: 27px !important;
    float: left;
    border: none !important;
    color: #FFF;
    padding: 5px !important;
    background: none !important;
}
input.gsc-search-button {
    width: 100% !important;
    height: 27px !important;
    float: left;
    padding: 5px !important;
    margin: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
}
td.gsc-search-button:after {
    content: "検 索";
    width: 100%;
    height: auto;
    background: #FFF;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 27px !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #646464;
    text-align: center;
}

#main {
    width: 100%;
    height: auto;
    min-height: 500px;
}

#footer {
    width: 100%;
    height: auto;
    padding: 55px 0;
    background: #F3F5F6;
    border-top: #ECEFF1 solid 5px;
    text-align: left;
}

#footer h1 {
    width: 980px;
    height: auto;
    margin: 0 auto 55px auto;
}
#footer h1 img {
    width: 190px;
    height: auto;
}
#footer div {
    width: 980px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
#footer dl {
    float: left;
}
#footer dl dt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: #646464 solid 1px;
    display: block;
    color: #000;
}
#footer dl.fnavi01 {
    width: 35%;
    margin: 0 4% 50px 0;
}
#footer dl.fnavi01:last-child {
    margin: 0;
}
#footer dl.fnavi02 {
    width: 22%;
    margin: 0;
}

#footer dl dd {
    color: #646464;
    padding: 0 0 5px 0;
}
#footer dl dd a {
    color: #646464;
    font-size: 9px;
    display: block;
    letter-spacing: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
#footer dl dd a:hover {
    color: #000;
}
#footer dl dd a:before {
    content: "＞";
    font-size: 9px;
    padding: 0 5px 0 0;
}
#footer dl.fnavi01 dd {
    width: 50%;
    float: left;
}
#footer dl.fnavi01 dd:nth-child(2), #footer dl.fnavi01 dd:nth-child(4), #footer dl.fnavi01 dd:nth-child(6), #footer dl.fnavi01 dd:nth-child(8) {
    width: 63%;
}
#footer dl.fnavi01 dd:nth-child(3), #footer dl.fnavi01 dd:nth-child(5), #footer dl.fnavi01 dd:nth-child(7), #footer dl.fnavi01 dd:nth-child(9) {
    width: 37%;
}

p.copy {
    width: 100% !important;
    max-width: initial !important;
    height: auto;
    margin: 0 !important;
    padding: 10px 5% !important;
    background: #464646;
    text-align: right;
    color: #FFF;
    font-size: 11px !important;
    font-weight: 100 !important;
}
a.rtn_top {
    width: 180px;
    height: 40px;
    text-indent: -9999em;
    background: url(../../rcommon/img/top_btn.png) left top no-repeat;
    background-size: 100% auto;
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 99999;
}

/* Radial Out */

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Media Queries - Small Pc */
@media (max-width: 1024px) {
    #wrappar {
        min-width: 800px;
    }
    body#top #header, #header {
        min-width: 800px;
        height: 120px;
    }
    body#top #header {
        position: static;
    }
    /*#header h1 {
        width: 180px;
        top: 11px;
    }*/
    #header ul.hnavi {
        height: 120px;
    }
    #header ul.hnavi li#navi01, #header ul.hnavi li#navi02, #header ul.hnavi li.ico {
        margin: -60px 0 60px 0;
    }
    #header ul.hnavi li#navi03, #header ul.hnavi li#navi04, #header ul.hnavi li#navi05, #header ul.hnavi li#navi06 {
        margin: 60px 0 -60px 0;
        width: 25%;
    }
    #header ul.hnavi li a, #header ul.hnavi li span {
        width: 100%;
    }

    #header ul.hnavi li ul {
        top: 120px;
        padding: 0 0 0 5%;
    }
    #header ul.hnavi li.active ul {
        padding: 25px 0 30px 5%;
    }
    #header ul.hnavi li ul li.spacer {
        display: none;
    }
    #header ul.hnavi li ul li, #header ul.hnavi li ul li.wd, #header ul.hnavi li ul li.wd2 {
        width: 50%;
    }
    #header ul.hnavi li.ico ul li {
        width: 33.3%;
    }
    #header ul.hnavi li.ico ul li.search {
        width: 95%;
    }
    #footer h1 {
        width: 90%;
        margin: 0 5% 55px 5%;
    }
    #footer div {
        width: 95%;
        margin: 0 5% 0 0;
    }
    #footer dl.fnavi01, #footer dl.fnavi01:last-child, #footer dl.fnavi02 {
        width: 45%;
        margin: 0 0 20px 5%;
    }
    #footer dl.fnavi01 dd {
        width: 100% !important;
        float: none;
    }
    p.copy {
        font-size: 9px;
    }

}

/* Media Queries - Tablet */
@media (max-width: 800px) {
    #wrappar {
        min-width: 549px;
    }
    body#top #header, #header {
        min-width: 549px;
        height: 120px;
    }
    body#top #header {
        position: static;
    }
    #header h1 {
        width: 200px;
        top: 15px;
    }
    #header ul.hnavi {
        height: 120px;
    }
    #header ul.hnavi li#navi01, #header ul.hnavi li#navi02, #header ul.hnavi li.ico {
        margin: -60px 0 60px 0;
    }
    #header ul.hnavi li#navi03, #header ul.hnavi li#navi04, #header ul.hnavi li#navi05, #header ul.hnavi li#navi06 {
        margin: 60px 0 -60px 0;
        width: 25%;
    }
    #header ul.hnavi li a, #header ul.hnavi li span {
        width: 100%;
    }

    #header ul.hnavi li ul {
        top: 120px;
        padding: 0 0 0 5%;
    }
    #header ul.hnavi li.active ul {
        padding: 25px 0 30px 5%;
    }
    #header ul.hnavi li ul li.spacer {
        display: none;
    }
    #header ul.hnavi li ul li, #header ul.hnavi li ul li.wd, #header ul.hnavi li ul li.wd2 {
        width: 50%;
    }
    #header ul.hnavi li.ico ul li {
        width: 33.3%;
    }
    #header ul.hnavi li.ico ul li.search {
        width: 95%;
    }
    #footer h1 {
        width: 90%;
        margin: 0 5% 55px 5%;
    }
    #footer div {
        width: 95%;
        margin: 0 5% 0 0;
    }
    #footer dl.fnavi01, #footer dl.fnavi01:last-child, #footer dl.fnavi02 {
        width: 45%;
        margin: 0 0 20px 5%;
    }
    #footer dl.fnavi01 dd {
        width: 100% !important;
        float: none;
    }
    p.copy {
        font-size: 9px;
    }
}

/* Media Queries - Tablet */
@media (max-width: 600px) {
    #header ul.hnavi li ul li a {
        font-size: 12px;
    }
}

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 549px) {
    #wrappar {
        min-width: 320px;
        overflow: hidden;
    }
    body#top #header, #header {
        min-width: 320px;
        height: 165px;
    }

    #header h1 {
        width: 100%;
        position: static;
        padding: 14px 0 0 5%;
        float: left;
        text-align: left;
    }
    #header h1 img {
        width: 180px;
        max-width:180px;
        height: auto;
    }
    #header ul.hnavi li.ico {
        width: 12%;
        padding: 0;
    }
    #header ul.hnavi li:last-child {
        margin: -60px 0 60px 5%;
    }
    #header ul.hnavi li#navi01 {
        width: 26%;
    }
    #header ul.hnavi li#navi02 {
        width: 45%;
    }
    #header ul.hnavi li#navi01 span, #header ul.hnavi li#navi02 a {
        width: 100%;
    }
    #header ul.hnavi li ul {
        top: 165px;
    }
    #header ul.hnavi li ul li, #header ul.hnavi li ul li.wd, #header ul.hnavi li ul li.wd2, #header ul.hnavi li.ico ul li {
        width: 100%;
    }

    #footer {
        padding: 30px 0;
    }
    #footer h1 {
        width: 80%;
        margin: 0 5% 30px 5%;
    }
    #footer div {
        width: 90%;
        margin: 0 5%;
    }
    #footer dl.fnavi01, #footer dl.fnavi01:last-child, #footer dl.fnavi02 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    #footer dl dt {
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
    }
    #footer dl.fnavi01 dd {
        width: 100%;
        float: none;
    }
    #footer dl.fnavi02 dd {
        width: 100% !important;
    }
    #footer dl.fnavi03 dd {
        width: 100%;
        float: none;
    }
    a.rtn_top {
        width: 150px;
        height: 33px;
        right: 5%;
    }
}

/* Media Queries - Small Smartphone */
@media (max-width: 350px) {
    #header ul.hnavi li.active ul li {
        margin: 0 0 10px 0;
    }
    #header ul.hnavi li.active ul li:first-child {
        padding: 0 0 20px 0;
    }
}
