@charset "UTF-8";

.windowWidth{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}


@media screen and (min-width:768px) and ( max-width:964px) { /*TB*/
    .mainImgBox0{
        display: block;
        position: relative;
        height: 30vh;
    }
    .mainImgBox1{
        position: absolute; top: 0; left: 0;
        background-image: url(../image/branding_01_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 30vh;
        transition: 0.5s;
        overflow-y: hidden;
    }
}
@media screen and (min-width:965px) , print { /*PC*/
    .mainImgBox0{
        display: block;
        position: relative;
        height: 40vh;
    }
    .mainImgBox1{
        position: absolute; top: 0; left: 0;
        background-image: url(../image/branding_01_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 40vh;
        transition: 0.5s;
        overflow-y: hidden;
    }
}


.cNavi{
    background-color: #3e3e3d;
    transition: 0.5s;
    text-decoration: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.cNavi:hover{
    opacity: 0.75;
}
.cNaviIcon{
    max-width: 120px; height: auto;
}
.cNaviText{
    color: #fff;
    line-height: 1.2rem;
    text-align: center;
}
.cNaviText.newWin:after {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 3px;
    content: "";
    background: url(/image/jp/r1/icon/icon_new_window_white_hd.png) no-repeat center center;
    background-size: 20px;
}
.cNaviMark{
    max-width: 13px; max-height: 13px;
    margin-top: 10px;
}


.imBoxSet{
    margin-top: 60px;
}
.imBox{
    transition: 0.5s;
    text-decoration: none!important;
}
.imBox:hover{
    opacity: 0.75;
}
.imTitle{
    font-size: 1.4rem;
    color: #333;
    margin-top: 15px;
}
.imText{
    font-size: 1.0rem;
    line-height: 1.5rem;
    color: #333;
    margin-top: 5px;
}


.noticeBoxSet{
    background-color: #f3f4f5;
    padding: 50px;
    margin-top: 60px;
}
.noticeTitleBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
/*    flex-direction: column;*/
}
.noticeTitle{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
    font-size: 1.5rem;
    color: #333!important;
    text-decoration: none!important;
}
.noticeTitle2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
    font-size: 1.5rem;
    color: #333!important;
    text-decoration: none!important;
}
.noticeTitle:hover{
    cursor: pointer;
    opacity: 0.5;
}
.noticeTitle img{
    width: 19px!important; height: 30px!important;
    margin-right: 10px;
    margin-bottom: 7px;
}
.noticeRecall{
    padding: 10px 10px 7px 10px;
    border-width: 1px;
    border-color: rgb(138, 139, 148);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
    color: #333!important;
    text-decoration: none!important;
}
.noticeRecall:hover{
    cursor: pointer;
    opacity: 0.5;
}
.noticeListBox{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
/*    justify-content: flex-start;*/
/*    align-items: center;*/
    flex-direction: column;
    margin-top: 20px;
}
.noticeListBox p{
    color: #333;
    margin-bottom: 5px;
}
.noticeListBox a{
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 5px;
}
.noticeListBox a:hover{
    cursor: pointer;
    opacity: 0.5;
}
.noticeMoreBox{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.noticeMoreBox a{
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px 10px 7px 10px;
}
.noticeMoreBox a:hover{
    cursor: pointer;
    opacity: 0.5;
}

.disasterBoxSet{
    margin-top: 60px;
}
.disasterBoxSet a{
    width: 100%;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 7px 10px;
}
.disasterBoxSet a:hover{
    cursor: pointer;
    opacity: 0.5;
}

.bnBoxSet{
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap!important;
    justify-content: center!important;
    align-items: center!important;
}
.bnBoxSet a{
    transition: 0.5s;
    margin: 0 10px;
}
.bnBoxSet a:hover{
    cursor: pointer;
    opacity: 0.5;
}




/* Navi ******************************************** */
#navi_navmenu{
    display: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    box-sizing: border-box;
    /* background-color: rgba(0,0,0,0.7); */
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
}
.navi_navset{
    position: relative;
    display: none;
    width: 935px;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.4);
}
.navi_navset p{
    font-size: 2.0rem;
    /* font-weight: bold; */
    color: #333;
    text-align: center;
    /* margin-bottom: 20px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#navi_kadenmenu{ display: none; }
#navi_hojin{ display: none; }
#navi_kigyo{ display: none; }
#navi_global{ display: none; }

.navi_linkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
a.navi_navlink{
    width: calc((100% - 75px) / 4);
    height: auto;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-image: url(../img/navi_black_right_arrw.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
a.navi_navlink:nth-child(4n){
    margin-right: 0;
}
a.navi_navlink:hover{
    opacity: 0.5;
}
.navi_navmenu_close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.navi_navmenu_close a{
    transition: opacity 0.2s;
    cursor: pointer;
}
.navi_navmenu_close a:hover{
    opacity: 0.5;
}




