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

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body {font-size: 100%;}
#wrap {}
.pcNone{display:block;}
.spNone{display:none;}
.dispFlex{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.j-cont-sb{-webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
#box_policy {display: block;background: #1247b0;padding: 0.2em;}
#box_policy p{margin: 0;color: #fff;text-align: center;font-size: 140%;}
img{max-width: 100%;height: auto;width: auto;}
/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/

#breadcrumbArea{width: 90%;margin: 0 auto; box-sizing: border-box;}
#breadcrumbArea a{color:#333; text-decoration:underline;}
#breadcrumbArea li{display: inline-block; font-size: 75%;}
#breadcrumbArea li:not(:last-child):after{content:"";display:inline-block;border: 0.5em solid transparent;border-left: 8px solid #1247b0;border-right: 0em solid transparent;width: 0;height: 0;margin: 0 0.6em;}



/* 640px以下*/
@media screen and (max-width:640px){
    
}