@charset "utf-8";
/*--------------------------------------------------
共通
----------------------------------------------------*/
body{
    min-width: 1250px;
}
body main .main_contents{
    width: 1100px;
    margin: 0 auto;
}
body main .main_inner{
    margin-top: 80px;
    margin-bottom: 100px;
}

/*MV*/
body main .mv{
    background-image: none;
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #0058a4;
}
body main .mv .inner{
    width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
}
body main .mv .inner h1{
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
body main .mv .inner p{
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
    text-shadow: 
    white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}
/*パンくず*/
body main .main_contents .breadcrumb{
    width: 1100px;
    margin: 20px auto 0;
}
body main .main_contents .breadcrumb p a{
    text-decoration: underline;
    width: auto!important;
    height: auto!important;
    display: inline-block!important;
}


/*▼SP---------------------------*/
@media only screen and (max-width: 767px){
    body{
    min-width: 100%;
}
    body main{
    margin-top: 60px;
}
    body main .main_contents{
    width: 100%;
    margin: 0 auto;
}
body main .main_inner{
    margin: 20px auto 60px;
    width: 90%
}

/*MV*/
body main .mv{
    background-image: url(../../company/img/company_ttl_bg.png);
    box-sizing: border-box;
    width: 100%;
    min-height: auto;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
body main .mv .inner{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
}
body main .mv .inner h1{
    font-size: 150%;
    line-height: 1.5;
    font-weight: bold;
}
body main .mv .inner p{
    font-size:1.6rem;
    line-height: 2;
    margin-top: 40px;
    -moz-text-shadow: -2px 2px 13px rgba(255, 255, 255, 1);
    -webkit-text-shadow: -2px 2px 13px rgba(255, 255, 255, 1);
    -ms-text-shadow: -2px 2px 13px rgba(255, 255, 255, 1);
    text-shadow: -2px 2px 13px rgba(255, 255, 255, 1);
}
    
/*パンくず*/
body main .main_contents .breadcrumb{
    margin: 20px auto;
    width: 90%;
}
body main .main_contents .breadcrumb p{
    font-size: 1.4rem;
    letter-spacing: 0;
}
}/*/SP_end*/


/* ============================================================
PC
============================================================ */
body#sitemap main.index .link_none{
    pointer-events: none;
    color: lightslategrey;
}
body#sitemap main.index .sec{
    margin-top: 40px;
}
body#sitemap main.index .sec .bold{
    font-weight: 600;
}
body#sitemap main.index h2{
    margin-bottom: 10px;
}
body#sitemap main.index h2 a{
   background:#0058a4;
    color: #fff;
    padding: 5px;
    padding: 7px 10px 7px 25px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: 600;
}
/*body#sitemap main.index .link_box ul>li{
    border-bottom: 1px solid #b5bec3;
}*/
body#sitemap main.index .link_box .level_1{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
    body#sitemap main.index .link_box a{
        position: relative;
    }
    body#sitemap main.index .link_box a:before{
        content: "";
        background-image: url(../../common/img/sitemap/arrow_s.png);
        width: 6px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
body#sitemap main.index .link_box .level_1 li{
    width: 535px;
    box-sizing: border-box;
}
body#sitemap main.index .link_box .level_1 li a{
    background: #e7e7e7;
    display: block;
    padding: 8px 0 8px 25px;
    margin-top: 8px;
    font-weight: 600;
}
body#sitemap main.index .link_box .level_2 li{
    width: 535px;
    background: #fff;
}
body#sitemap main.index .link_box .level_2 li a{
    background: #fff;
    padding: 8px 0 8px 25px;
    display: block;
    box-sizing: border-box;
    border-bottom: solid 2px #e7e7e7;
    font-weight: 500;
   margin: 0;
}
body#sitemap main.index .link_box .level_2 li a:before{
        position: absolute;
        top: 50%;
        left: 15px;
    }
body#sitemap main.index .link_box .level_3 li{
    width: 535px;
    background: #fff;
}
body#sitemap main.index .link_box .level_3 li a:before{
        position: absolute;
        top: 50%;
        left: 15px;
    }
body#sitemap main.index .link_box .level_3 li a{
    background: #fff;
    padding: 8px 5px 8px 25px;
    display: block;
    box-sizing: border-box;
    border-bottom: dotted 2px #e7e7e7;
    margin-left: 20px;
    margin-top: 0px;
}
/* ============================================================
SP
============================================================ */

@media only screen and (max-width: 767px){
body#sitemap main.index .sec{
    margin-top: 40px;
}
body#sitemap main.index h2{
    margin-bottom: 10px;
    width: 100%;
}
body#sitemap main.index h2 a{
   background:#0058a4;
    color: #fff;
    padding: 5px;
    padding: 7px 10px 7px 25px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: 600;
}
/*body#sitemap main.index .link_box ul>li{
    border-bottom: 1px solid #b5bec3;
}*/
body#sitemap main.index .link_box .level_1{
    display: block;
    width: 100%;
}
body#sitemap main.index .link_box .level_1 li{
    width: 100%;
    box-sizing: border-box;
}
body#sitemap main.index .link_box .level_1 li a{
    background: #e7e7e7;
    display: block;
       padding: 8px 0 8px 30px;
    margin-top: 8px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
}
body#sitemap main.index .link_box .level_2 li{
    width: 100%;
    background: #fff;
}
body#sitemap main.index .link_box .level_2 li a{
    background: #fff;
       padding: 8px 5px 8px 30px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #b5bec3;
    font-weight: 500;
}
body#sitemap main.index .link_box .level_3 li{
    width: 100%;
    background: #fff;
}
body#sitemap main.index .link_box .level_3 li a{
    background: #fff;
    padding: 8px 5px 8px 30px;
    display: block;
    box-sizing: border-box;
    width: auto;
    border-bottom: dotted 2px #e7e7e7;
}
} /* media end */














