@charset "utf-8";

/* CSR css
-------------------------------*/


.csr .page-sub-nav .btn li.nm01 a,
.csr02 .page-sub-nav .btn li.nm02 a,
.csr03 .page-sub-nav .btn li.nm03 a,
.csr04 .page-sub-nav .btn li.nm04 a{
    background-color: #e6eef6;
}



.csr_contx2 .box_l{
    width: 27%;
}
.csr_contx2 .box_r{
    width: 70%;
}

.csr01_01{
    margin-bottom: 90px;
}
.csr_contx2 .box_r.policy{
    background-color: #fff;
    padding: 40px 60px;
}
.csr_contx2 .box_r.policy .sub1{
    font-size: 25px;
    color: #808080;
    margin-bottom: 40px;
}
.csr_contx2 .box_r.policy .sub2 li{
    font-size: 18px;
    line-height: 1.7em;
    text-indent: -45px;
    margin-left: 45px;
    margin-bottom: 30px;
}
.csr_contx2 .box_r.policy .sub2 li:last-child{
    margin-bottom: 0;
}
.csr_contx2 .box_r.policy .sub2 li span img{
    vertical-align: middle;
    margin-right: 25px;
}



.csr01_02{
    margin-bottom: 50px;
}
.csr_contx2 .sub3{
    background-color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.csr_contx2 .box_r ._in{
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    margin-bottom: 60px;
}
.csr_contx2 .box_r ._in p{
    margin-bottom: 20px;
}
.csr_contx2 .sub4{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}
.csr_contx2 .sub4 .img_logo {
    width: 160px;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    padding: 15px;
}
.csr_contx2 .sub4 table {
    width: calc(100% - 190px);
    border-top: solid 1px #b2b2b2;
}
.csr_contx2 .sub4 table tr{
    border-bottom:solid 1px #b2b2b2;
}
.csr_contx2 .sub4 table th{
    width: 130px;
    color: #0861d6;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0 8px 1em;
}
.csr_contx2 .sub4 table td{
    width: calc(100% - 130px);
    padding: 8px 0;
}
.csr_contx2 .sub5{
    display: inline-block;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.csr_contx2 .sub6 div{
    display: inline-block;
    vertical-align: top;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.csr_contx2 .sub7{
    color: #0861d6;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}
.csr_contx2 .sub8{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.csr_contx2 .sub8 .txt{
    width: calc(100% - 290px);
}
.csr_contx2 .sub8 .img{
    width: 265px;
    text-align: center;
}
.csr_contx2 .sub9{
    margin-top: 70px;
}
.csr_contx2 .sub9 li{
    width: 49%;
    max-width: 400px;
    background-color: #fff;
    border: solid 1px #b2b2b2;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.csr_archive{
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 200px;
}
.ca_ttl{
    width: 100%;
    background-color: #f5f8fb;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}
.ca_his{
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
.ca_his td.year{
    width: 150px;
    vertical-align: top;
}
.ca_his td.year img{
    width: auto;
    height: 35px;
    margin-right: 1px;
}

.ca_his td.month{
    width: 140px;
    padding-top: 5px;
    vertical-align: top;
}
.ca_his td.maru{
    width: 50px;
    padding-top: 5px;
    vertical-align: top;
    color: #0861d6;
    line-height: 1.6em;
}


.ca_his td.month span{
    display: inline-block;
    width: 4em;
    background-color: #e6effb;
    text-align: center;
    padding: 2px 0;
    color: #0861d6;
    font-weight: 700;
    border-radius: 25px;
}
.ca_his td.deta{
    padding-top: 5px;
    padding-bottom: 50px;
}
.ca_his td.deta p{
    margin-bottom: 20px;
}


.csr #f_contact,
.csr02 #f_contact{
/*    padding-top: 0;*/
    margin-top: 0;
}

.ca_his_img{
    width: 100%;
}
.ca_his_img li{
    width: 31.5%;
}



@media  screen and (max-width:910px){

    .csr_contx2 .box_l{
        width: 100%;
    }
    .csr_contx2 .box_r{
        width: 100%;
    }
    .csr_contx2 .box_r.policy{
        padding: 30px 20px;
    }
    .csr_contx2 .box_r.policy .sub1{
        font-size: 22px;
    }
    .csr_contx2 .box_r.policy .sub2 li{
        font-size: 16px;
        line-height: 1.7em;
        text-indent: -30px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .csr_contx2 .box_r.policy .sub2 li span img{
        margin-right: 10px;
    }

    .csr_contx2 .sub8 .txt{
        width: calc(100% - 200px);
    }
    .csr_contx2 .sub8 .img{
        width: 180px;
        text-align: center;
    }

    .ca_his td.year{
/*        width: 160px;*/
        padding-right: 20px;
    }
    .ca_his td.month{
        width: 90px;
    }

}
@media  screen and (max-width:640px){

    .csr01_01{
        margin-bottom: 60px;
    }
    .csr_contx2 .box_r.policy .sub1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .csr01_02{
        margin-bottom: 60px;
    }
    .csr_contx2 .box_r ._in{
        margin-bottom: 30px;
    }
    .csr_contx2 .box_r ._in p{
        margin-bottom: 10px;
    }
    .csr_contx2 .sub3{
        margin-bottom: 15px;
    }
    .csr_contx2 .sub4{
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .csr_contx2 .sub4 .img_logo {
        margin-top: 20px;
    }
    .csr_contx2 .sub4 table {
        width: 100%;
    }
    .csr_contx2 .sub4 table th{
        width: 110px;
        font-size: 16px;
        padding: 8px 0 8px 1em;
    }
    .csr_contx2 .sub4 table td{
        width: calc(100% - 110px);
        padding: 8px 0;
        font-size: 90%;
    }
    .csr_contx2 .sub5{
        padding: 10px;
        margin-bottom: 30px;
    }
    .csr_contx2 .sub8{
        display: block;
    }
    .csr_contx2 .sub8 .txt{
        width: 100%;
    }
    .csr_contx2 .sub8 .img{
        width: 100%;
        margin-top: 20px;
    }
    .csr_contx2 .sub9{
        margin-top: 20px;
    }
    .csr_contx2 .sub9 li{
        width: 100%;
        margin: 0 auto 10px;
    }
    .csr_archive{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ca_ttl{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ca_his td.year{
        display: inline-block;
        width: auto;
        padding-right: 20px;
        padding-top: 15px;
        vertical-align: middle;
    }
    .ca_his td.year img{
        width: auto;
        height: 25px;
    }
    .ca_his td.year:empty{
        display: none;
    }
    .ca_his td.month{
        display: inline-block;
        padding-top: 0;
        width: 90px;
        vertical-align: middle;
    }
    .ca_his td.maru{
        display: inline-block;
        font-size: 80%;
        vertical-align: middle;
        padding-top: 15px;
    }
    .ca_his td.maru:empty{
        display: none;
    }
    
    .ca_his td.month span{
        padding: 1px 0;
    }
    .ca_his td.deta{
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 3px;
        border-bottom: dashed 1px #ccc;
    }
    .ca_his td.deta p{
        margin-bottom: 10px;
    }
    .ca_his .ca_his_sub td.deta{
        padding-bottom: 30px;
    }
    
    .ca_his_img li{
        width: 48.5%;
        margin-bottom: 15px;
    }
    
}





/* CSR 03 css
-------------------------------*/
.w1080{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.csr03_cont01,
.csr03_cont02,
.csr03_cont03,
.csr03_cont04{
    margin-bottom: 150px;
}
.csr03_cont01 .cap1{
    font-size: 25px;
    line-height: 1.6em;
    color: #808080;
    margin-bottom: 20px;
}
.csr03_cont01 .cap2{
    font-size: 20px;
    color: #0861d6;
    font-weight: 700;
    margin-bottom: 30px;
}

.time_waku{
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}
.csr_circle{
    margin-bottom: 60px;
}
.csr_circle .name{
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #0861d6;
    margin-bottom: 20px;
}
.csr_circle .img{
    margin-bottom: 20px;
}
.csr_circle .img li{
    width: 49%;
}
.csr_circle .date{
    border-collapse: separate;
    border-spacing: 0px 20px; /* 左右、上下 */
}
.csr_circle .date th{
    width: 190px;
    vertical-align: top;
    font-weight: 700;
}
.csr_circle .date th span{
    padding-left: 10px;
    border-left: solid 4px #000;
}
.csr_circle .date td{
    width: calc(100% - 190px);
}

.csr_event li{
    width: 48.5%;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.csr_event li p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700; 
}
.csr_event li .cap{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6em;
}

.bnr_rec{
    margin-top: 40px;
}

@media  screen and (max-width:910px){
    .csr03_cont01,
    .csr03_cont02,
    .csr03_cont03,
    .csr03_cont04{
        margin-bottom: 110px;
    }
    .csr_circle .date th{
        width: 140px;
    }
    .csr_circle .date td{
        width: calc(100% - 140px);
    }
    .csr_event li{
        padding: 15px;
        margin-bottom: 20px;
    }
    .csr_event li p{
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.2em;
    }
    .csr_event li .cap{
        margin-top: 10px;
    }

}
@media  screen and (max-width:640px){

    .csr03_cont01,
    .csr03_cont02,
    .csr03_cont03,
    .csr03_cont04{
        margin-bottom: 60px;
    }
    .csr03_cont01 .cap1{
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 10px;
    }
    .csr03_cont01 .cap2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .time_waku{
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .time_waku img{
        width: 600px;
        max-width: none;
        height: auto;
    }
    
    .csr_circle{
        margin-bottom: 40px;
    }
    .csr_circle .name{
        padding: 7px 15px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .csr_circle .img{
        margin-bottom: 10px;
    }
    .csr_circle .img li{
        width: 100%;
        margin-bottom: 10px;
    }
    .csr_circle .date{
        border-collapse: collapse;
    }
    .csr_circle .date th{
        display: inline-block;
        width: 100%;
    }
    .csr_circle .date td{
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        line-height: 1.7em;
    }
    
    .csr_event li{
        width: 100%;
        max-width: 580px;
        margin: 0 auto 10px;
    }
    .csr_event li p{
        font-size: 15px;
    }
    .csr_event li .cap{
        font-size: 14px;
    }

}





