/**
 * ================================================================================
 * [ project-child.css ]
 * ================================================================================
 */


/*
================================================================================

header

================================================================================
*/
#header{
    height: 65px;/*override*/
}
@media screen and (max-width: 750px)
{
    #header{
        height: 45px;/*override*/
    }
}

#child-body.project-child #child-body-in #child-body-area{
    background: #eee !important;
}

/* h1-area
------------------------------------------------------------ */
#h1-visual{
    background: url(../images/project01_main_ph_pc.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 160px;
    position: relative;
}
#h1-visual h1{
    padding: 23px 0 0 15px;
}
.navupper{
    margin: 24px auto 0 auto;
}
.navlower{
    clear: both;
    height: 70px;
    padding: 40px 0 0 0;
    margin: 0 auto 20px auto;
}
.nav{
    width: 900px;
}
.nav li{
    float: left;
    margin-left: 3px;
}
.nav li:first-child{
    margin-left: 0;
}
.backtop{
    margin: 0 auto 40px auto;
    text-align: right;
    width: 900px;
}
@media screen and (max-width: 750px)
{
    #h1-visual{
        background: url(../images/project01_main_ph_sp.jpg) no-repeat center center;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        height: 200px;
    }
    #h1-visual h1{
        padding: 15px 0 0 0;
    }
    #h1-visual h1 img{
        width: 275px;
    }
    .navupper{
        margin: 0 auto;
        padding: 25px 0 0 0;
    }
    .navlower{
        clear: both;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 20px 0;

        /*margin: 10px auto 40px auto;*/
    }
    .nav{
        width: 304px;
        margin: 0 auto;
        text-align: center;
    }
    .nav li{
        float: left;
        margin-left: 2px;
    }
    .nav li:first-child{
        margin-left: 0;
    }
    .nav li a{
        -webkit-background-size: 100px auto !important;
        -moz-background-size: 100px auto !important;
        -o-background-size: 100px auto !important;
        background-size: 100px auto !important;
    }
    .nav li img{
        width: 100px;
        height: 70px;
    }
    .backtop{
        text-align: center;
        margin: 0;
        padding: 0 0 30px 0;
        width: auto;
    }
    .backtop .right{
        float: none;
    }
    .backtop img{
        width: 280px;
    }
    .backtop a{
        -webkit-background-size: 280px auto !important;
        -moz-background-size: 280px auto !important;
        -o-background-size: 280px auto !important;
        -ms-background-size: 280px auto !important;
        background-size: 280px auto !important;
    }
}


#h1-kage{
    width: 100%;
    height: 30px;
    background: url(../images/project_head_kage.png) repeat-x 0 0;
}
.yaji{
    text-align: center;
    margin: 0;
    padding: 0;
    height: 20px;
}
.yaji img{
    vertical-align: top;
}
@media screen and (max-width: 750px)
{
    .yaji{
        text-align: center;
        margin: 0;
        padding: 0;
        height: 20px;
    }
    .yaji img{
        vertical-align: top;
        width: 58px;
    }
}


/* text-area
------------------------------------------------------------ */
#child-body.project-child{
    margin-top: 20px;/*override*/
    background: none;/*override*/
}
#child-body.project-child #child-body-in{
}
#child-body.project-child #child-body-in #child-body-area{
    background: #fff;
    border: none;
    width: 100%;
}
#child-body.project-child #child-body-in #child-body-area #box-right{
    background: #fff;
    border: none;
    margin: 0 40px 0 0;
    padding: 0;
    width: 700px;
}
#child-body.project-child #child-body-in #child-body-area #box-right #text-area{
    background: #eee;
    margin: 0;
    padding: 0;
    width: 700px;
}
#child-body.project-child #child-body-in #child-body-area #box-left{
    display: block;
    margin: 0 0 0 40px;
    padding: 0;
    border: none;
    width: 180px !important;
}
@media screen and (max-width: 750px)
{
    #child-body.project-child{
        margin: 5px 0 0 0;
    }
    #child-body.project-child #child-body-in #child-body-area #box-right{
        background: #f7f0df;
        border: none;
        margin: 0 10px;
        padding: 0;
        width: auto;
    }
    #child-body.project-child #child-body-in #child-body-area #box-right #text-area{
        padding: 0;
        width: auto;
    }
    #child-body.project-child #child-body-in #child-body-area #box-left{
        display: block;
        width: auto !important;
        height: auto;
        margin: 0 10px 10px 10px;
        padding: 0;
        border: none;
        display: none;
    }
    #child-body.project-child #child-body-in #child-body-area #box-left img{
        width: 100%;
    }
}



/* .content
------------------------------------------------------------ */
#child-body.project-child .content{
    background: #fff;
}
#child-body.project-child #content02.content{
    margin: 10px 0 0 0;
}

#child-body.project-child .content .content-head{
    border-top: 5px solid #7c90d3;
    border-right: 1px solid #b6b6b6;
    border-bottom: 3px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
}
#child-body.project-child .content .content-head h2{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding: 20px 20px;
}
@media screen and (max-width: 750px)
{
    #child-body.project-child .content .content-head h2{
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        padding: 15px 10px;
    }
}



/* .content .content-inner
------------------------------------------------------------ */
#child-body.project-child .content .content-inner{
    padding: 25px 20px;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
}
#child-body.project-child .content .content-inner .leadcopy{
    font-weight: bold;
    font-size: 14px;
}
#child-body.project-child .content .content-inner h3{
    border: 1px solid #576aab;
    padding: 17px;
    font-size: 16px;
    color: #576aab;
    font-weight: bold;
    background: #eeeeee;
    margin: 30px 0 20px 0;
}
#child-body.project-child .content .content-inner h3.none{
    margin: 0 0 20px 0;
}
#child-body.project-child .content .content-inner h3 span.small{
    font-size: 12px;
}
@media screen and (max-width: 750px)
{
    #child-body.project-child .content .content-inner{
        padding: 10px 10px;
    }
    #child-body.project-child .content .content-inner h3{
        padding: 8px;
        font-size: 14px;
        margin: 15px 0 10px 0;
    }
    #child-body.project-child .content .content-inner h3.none{
        margin: 0 0 10px 0;
    }
}



/* .content .content-inner .talk
------------------------------------------------------------ */
#child-body.project-child .content .content-inner .talk dt{
    float: left;
    clear: left;
    background: #5163a0;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
}
#child-body.project-child .content .content-inner .talk dd{
    padding: 0 0 0 60px;
}
#child-body.project-child .content .content-inner .zu{
    width: auto;
    text-align: center;
    padding: 15px 0 30px 0;
}
@media screen and (max-width: 750px)
{
    #child-body.project-child .content .content-inner .zu{
        width: auto;
        text-align: center;
        padding: 10px 0 15px 0;
    }
    #child-body.project-child .content .content-inner .zu img{
        width: 100%;
    }
}



/* #hoken_wd
------------------------------------------------------------ */
#hoken_wd{
    width:660px;
}
@media only screen and (max-width:480px){
    #hoken_wd{
        width:100%;
    }
}

.res_table{
    width: 100%;
    border-collapse: collapse;
}
.res_table td,
.res_table th{
    padding: 8px;
    border: 1px solid #a7adc0;
}
.res_table th{
    font-weight: bold;
}
.res_table thead th{
    background:#cbd4f5;
}

.res_table tbody th{
    background:#e6eaf8;
    white-space: nowrap;
}
.res_table .bar-title{
    font-size: 12px;
}

@media only screen and (max-width:480px){
    .res_table{
        display: block;
        font-size:12px;
    }
    .res_table thead{
        display: none;
    }
    .res_table tbody{
        display: block;
    }
    .res_table tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    .res_table tbody th,
    .res_table tbody td{
        display: list-item;
        border: none;
    }
    .res_table tbody th{
        margin-bottom: 8px;
        list-style-type: none;
        color: #fff;
        font-weight:bold;
        background: #7c90d3;
    }
    .res_table tbody td{
        list-style-type: none;
        padding: 0;
        margin-bottom:0.3em;
    }
    .res_table .bar-title{
        font-size: 13px;
    }
    /*CSS3：指定した要素（#table tbody td）の次にcontent:の値を加える。*/
    .res_table tbody td:nth-of-type(1):before { content: "【考えられるリスク】"; font-weight:bold; display:block; }
    .res_table tbody td:nth-of-type(2):before { content: "【対応する保険】"; font-weight:bold; display:block; }
    /*.res_table tbody td:nth-of-type(3):before { content: "【3番目の要素】"; font-weight:bold; display:block; }*/
}

/*注釈用*/
.kometext{
    font-size:83%;
}
@media screen and (max-width: 480px) {
    .kometext{
        font-size:12px;
    }
}

/*<br>をPCでは改行あり、SPでは改行なしにする*/

.br { display:block; }

@media screen and (max-width: 480px) {
    .br { display:inline; }
}

/*中黒をPCで非表示*/
.nakaguro{
    display:none;
}
@media screen and (max-width: 480px) {
    .nakaguro{
        display:inherit;
    }
}