@charset "Shift_JIS";

/*======================================================================

   initialized style

======================================================================*/
/* CSS Reset */
@import url("reset.css");
/* CSS Modules */
@import url("modules.css");

/*======================================================================

   device style import

======================================================================*/
/* tablet smartphone 768px */
@import url("base_sp.css") only screen and (max-width:768px);
/* pc 769px */
@import url("base_pc.css") print, screen and (min-width:769px);


/*======================================================================

   base style

======================================================================*/



/*=================
 header
=================*/
#header .leftArrow::before {
   border-top: 1px solid #002b79;
   border-right: 1px solid #002b79;
}



/*=================
 footer
=================*/

#footer a {
    color: #555;
}

#btnPagetop {
    position: relative;
    text-align: center;
}

#btnPagetop a {
    display: inline-block;
}

#footerInner {
    margin: 0 auto;
    overflow: hidden;
}

#footerInnerData {
    overflow: hidden;
}

#footerInnerData > div:first-of-type {
    float: left;
}

#footerInnerData > div:last-of-type > a > img {
    height: auto;
    display: block;
    padding-bottom: 3px;
}

#footerInnerData > div:last-of-type {
    max-width: 180px;
}

#footerInnerData > div:last-of-type {
    float: left;
}

#footerInnerLinks > ul > li {
    display: inline-block;
    margin-bottom: 1px;
}

#footerBnr li a:hover {
    text-decoration: none;
}

.mb0{margin-bottom: 0px !important;}

.value_exArea {
  margin-top: 20px;
}

/* symantec */
#footerInnerData > div:first-of-type iframe {
    width: 94px;
    height: 64px;
}

@media screen and (max-width:768px) {
    #footerInnerData > div:first-of-type iframe {
        width: 80px;
        height: 54px;
    }
}

