@charset "utf-8";


body{
    font-size: 1.3rem;
}
.headerInner{
    padding: 12px 10px 10px;
    border-bottom: 3px solid #222;
    width: 100%;
}
.headerLogo{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}
.headerLogo a{
    display: inline-block;
    background: url(/files/cdb/ZZ/common/zzcommon_imgHeader02.png) 0 0 no-repeat;
    width: 120px;
    height:26px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 120px 26px;
}

.headerEntry,
.headerOtherLink{
    display: none;
}

.headerSearchArea{
    display: none;
    top: 50px;
    left: 0;
    background: #f0f1f3;
    padding: 16px;
    margin: 0;
    width: 100%;
}
.headerSearchArea input[type="text"]{
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ccc;
    padding:5px 10px;
    width: 75%;
    height: 32px;
    font-size: 1.3rem;
    border-radius: 0;
    -webkit-appearance: none; 
}
.headerSearchArea .searchTextBtn{
    display: inline-block!important;
    position: static;
    background: #222;
    margin-left: 3%;
    width: 20%;
    color: #fff;
    border-radius: 5px;
}

#headerNavArea{
    display: none;
    border: none;
    position: absolute;
    top: 50px;
    left: 0;
    margin:0;
    padding: 0;
    width: 100%;
    z-index: 500;
}
.headerSearchBtn{
    display: block;
}
.headerSearchBtn img{
    width: 25px;
}

#headerNavArea > .headerNav{
    display: block;
    width: 100%;
}
#headerNavArea > .headerNav > li{
    display: inline-block;
    width: 100%;
    background: #f0f1f2;

}
#headerNavArea > .headerNav > li.companyList {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
#headerNavArea > .headerNav > li dt a, 
#headerNavArea > .headerNav > li > a{
    position: relative;
    display: inline-block;
    background: #f0f1f2;
    border-top: 1px solid #ccc;
    padding: 12px 32px 10px 16px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    text-align: left;
    border-bottom: none;
}
#headerNavArea > .headerNav > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-left: 5px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
#headerNavArea > .headerNav > li:first-child  dt a{
    border-top: none;
}
#headerNavArea > .headerNav > li dt a:before,
#headerNavArea > .headerNav > li dt a:after {
    display: block;
    content: '';
    background-color: #222;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 20px;
    right: 13px;
    z-index: 2;
}

#headerNavArea > .headerNav > li dt a:before {
    width: 2px;
    height: 16px;
    top: 13px;
    right: 20px;
}
#headerNavArea > .headerNav > li dt.open a:before {
    content: normal;
}
#headerNavArea > .headerNav > li > a:hover ,
#headerNavArea > .headerNav > li dl dt > a:hover {
    border-bottom: none;
}
#headerNavArea > .headerNav > li > dl > .dropBlock{
    position: static;
    border-top: none;
    margin:0;
    padding:16px 16px 25px;
}
#headerNavArea > .headerNav > .store >a{
    background: #f0f1f2 url(/files/common/images/common_txt_nav02_sp.png) 16px center no-repeat;
    background-size:  128px 16px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}
#headerNavArea > .headerNav > .style >a{
    background: #f0f1f2 url(/files/common/images/common_txt_nav03_sp.png) 16px center no-repeat;
    background-size:  174px 15px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}
.headerNavItemArea{
    width: 100%;
}
.headerNavItemlist01 li{
    float: none;
    width: 100%;
    margin:16px 0 0!important;
}
.headerNavItemlist01 li:first-child{
    margin-top: 0!important;
}
.headerNavItemlist01 > a{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.headerNavItemlist02 a{
    font-size: 1.5rem;
}
.headerNavItemlist02 li:before{
    margin-top: -0.3rem;
}
.headerNavItemlist03 li{
    float:none;
    width:100%;
    margin-left:0;
}
.headerNavItemlist03 li:nth-child(5n + 1){
  margin-left:0;
}
.headerNavItemlist03 li:nth-child(n + 2){
  margin-top:10px;
}
.headerNavItemlist03 li a{
    font-size: 1.4rem;
}
.headerNavItemlist03 li a span{
    display:inline-block;
    margin-left:15px
}
.headerNavItemlist03 li:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ccc;
}
.headerNavItemArea a .headerNavThumb{
    display: table-cell;
    width: 88px;
    padding-right: 16px;
}

.headerNavItemArea a .headerNavText{
    display: table-cell;
    font-size: 1.6rem;
    vertical-align: middle;
}

.headerNavItem01 dl{
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
}
.headerNavItem01 dl:first-child{
    margin-top: 0;
}
.headerNavEntry{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.headerNavEntry dd{
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
.headerNavEntryBtn{
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
.headerNavEntryBtn a{
    padding: 12px 10px 11px;
    font-weight: bold;
}
.headerNavEntryBtn li{
    width: 47%;
    margin-left: 3%;
}
.headerNavEntryText{
    width: 100%;
}
.headerNavCompany{
    float: none;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
}
.headerNavCompany:first-child{
    margin-top: 0;
}
.headerNavCompany dl{
    float: none;
    width: 100%;
    margin:0;
}
.headerNavCompanyThumb{
    display: none;
}

.btnGnav{
    margin-top: 25px;
    width: 90%;
}
.btnGnav a{
    padding: 12px 10px 11px;
}


.spMenu{
    float: right;
    margin-top: 3px;
}
.menuTrigger,
.menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menuTrigger {
    position: relative;
    width: 23px;
    height: 18px;
}
.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
}
.menuTrigger span:nth-of-type(1) {
    top: 0;
}
.menuTrigger span:nth-of-type(2) {
    top: 8px;
}
.menuTrigger span:nth-of-type(3) {
    bottom: 0;
}
.menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menuTrigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.menuOverLay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 499;
}
.headerNavEntry02{
    background: #f0f1f2;
    border-top: 1px solid #ccc;
    padding: 12px;
}
.headerNavEntry02 .headerNavEntryBtnTitle {
    margin-top: 3px;
    color: #004898;
    font-size: 1.6rem;
    font-weight: 600;
}
.headerNavEntry02 .headerNavEntryBtn {
    margin-top: 8px;
}
.headerNavEntry02 .headerNavEntryBtn li{
    width: 90%;
    margin-top: 10px;
    margin-left: 0;
}
.headerNavEntry02 .headerNavEntryBtn li a{
    background: #222;
}
.headerNavEntry02{
    display: block;
}
/*ページトップへ*/
#pageTop{
    bottom: 20px;
    right: 20px;
}
#pageTop > a{
    border-radius: 2px;
}

/*フッター*/
.footer a:hover {
    text-decoration: none;
}
.footerInner{
    width: 100%;
}

/* footer account */
.footerSnsBlock {
    padding: 0;
}
.footerSnsTit {
    margin-bottom: 0;
    padding: 10px 16px 8px;
    font-size: 1.9rem;
}
.footerSnsBlockInner {
    width: 100%;
    margin: 0;
    padding: 0 16px 10px;
    background: #626262;
}
.snsColum4block01 .col {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
}
.snsColum4block01 .col:nth-of-type(n+3){
    margin-top: 10px;
}
.snsColum4block01 .col:nth-of-type(2n+2){
    margin-right: 0;
}
.snsColum4block01 .col .colCnt {
    padding: 10px;
}
.snsColum4block01 .col .colCnt > p {
    margin-top: 10px;
}
.snsColum4block01 .col .colCnt > p:first-child {
    margin-top: 0;
}
.snsColum4block01 .col p.colText {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
.snsColum4block01 .col a{
    position: relative;
    display: block;
    color: #222;
    text-decoration: none;
}
.snsColum4block01 .col a img{
    width: 100%;
}
.snsColum4block01:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.footerNav{
    display: block;
    padding-top: 0;
}
.footerNav div[class^="footerNavItem"]{
    display: inline-block;
    border:none;
    padding: 0;
    width: 100%;
}
div[class^="footerNavItem"] > dl > dt {
    width: 100%;
    font-size: 1.6rem;
}
div[class^="footerNavItem"] > dl > dt a {
    border-top: 1px solid #414345;
    padding: 12px 32px 10px 16px;
    width: 100%;   
}
div[class^="footerNavItem"] > dl > dt.open a {
    border-bottom: 1px solid #414345;
}
div[class^="footerNavItem"] > dl > dt a:before,
div[class^="footerNavItem"] > dl > dt a:after{
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 20px;
    right: 13px;
    z-index: 2;
}
div[class^="footerNavItem"] > dl > dt a:before{
    width: 2px;
    height: 16px;
    top: 13px;
    right: 20px;
}
div[class^="footerNavItem"] > dl > dt.open a:before{
    content: normal;
}
div[class^="footerNavItem"] > dl > dd{
    display: none;
    background: #141414;
    margin-top: 0;
    padding: 16px 16px 25px;
}
dt.jsFooterNav:after {
    content: none!important;
}
.footerNavItemlist01 {
    display: inline-block;
    margin-top: 15px;
    padding-left: 0;
    width: 100%; 
}
.footerNavItemlist01 li{
    font-size: 1.5rem;
}
.footerNavItemlist01 li:before{
    margin-top: -3px;
}
.footerNavItemlist01:first-child{
    margin-top: 0;
}

.footerNavItemBlock02{
    display: inline-block;
    width: 100%;
}
.footerNavItemlist02,
.footerNavItemlist03{
    display: inline-block;
    padding: 0;
    width: 100%;
}
.footerNavItemlist02 > li,
.footerNavItemlist03 > li{
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.footerNavItemlist03 > li:first-child {
    margin-bottom: 0;
}
.footerNavItemlist02 > li > a,
.footerNavItemlist03 > li > a{
    border-top: 1px solid #414345;
    padding: 12px 32px 10px 16px;
    width: 100%;   
}
.footerNavItemlist02 > li > a:after,
.footerNavItemlist03 > li > a:after {
    right: 18px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-left: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footerEntry{
    border-top: 1px solid #414345;
    padding: 20px 16px 0;
    margin-top:0;
}
.footerEntry dt{
    font-size: 1.6rem;
    font-weight: bold;
}
.footerEntryBtn{
    width: 90%;
    margin: 0 auto;
}
.footerInfo{
    display: block;
    margin-top: 20px;
}
.footerLink{
    display: inline-block;
    width: 100%;
}
.footerLink > li{
    margin:0;
    width: 100% !important;
    font-size: 1.3rem;
    font-weight: bold;
}
.footerLink > li > a{
    background: #2b2d2e;
    border-top: 1px solid #414345;
    padding: 15px 16px 14px 16px;
    width: 100%;
}
.footerLink > li:last-child a{
    border-bottom: 1px solid #414345;
}
.copyRight{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}


#wrap {
    min-width: 100%;
}
.mainInner{
    /*max-width: 375px;*/
    width: 100%;
    padding: 0 16px;
}
.mainInner .mainInner{
    padding: 0;
}
#mainContents{
    float: none;
    margin-top: 40px;
    width: 100%;
}
#sideContents{
    float: none;
    margin-top: 40px;
    width: 100%;
}


/*パンくず*/
.dirpath{
    margin-top: 40px;
}
.dirpath ul{
    padding: 14px 16px 4px;
    width: 100%;
}
.dirpath ul li{
    margin-bottom: 10px;
}

/* SlickSlider */
.slick-prev{
    left: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    background-position: 45% 50%;
    background-size: 10px 19px;
}
.slick-next {
    right: 0px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    background-position: 50% 50%;
    background-size: 10px 19px;
}