@charset "utf-8";
/*!
 * report CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */

/*===================================
	活動報告書トップ	
=====================================*/
.report__navi {
    padding-top: 1em;
}
.report__navi ul {
    margin: 2em 0 100px;
}
.report__navi ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 22px 24px 22px 25px;
    border-radius: 4px;
    border: solid 2px #eee;
    line-height: 1;
}
.report__navi ul li:nth-of-type(1),.report__navi ul li:nth-of-type(5) {
    margin-bottom: 20px;
}
.report__navi h2 {
    width: 280px;
    font-size: 2.192rem;
}
.report__navi a {
    display: inline-block;
    width: 13em;
    color: #35b540;
    text-decoration: underline;
}
.report__navi a:hover {
    text-decoration: none;
}
.report__navi select {
    width: 202px;
    height: 25px;
    margin-left: 10px;
    padding-left: 5px;
    border-radius: 0 0 2px 3px;
    border: solid 1px #767676;
    font-size: 1.395rem;
}
.report__navi ul li:nth-of-type(1) {
    display: inherit;
    min-height: 112px;
    padding: 28px 24px 25px 86px;
    background: url("../images/report/icon.svg") no-repeat 27px 50%;
    background-size: 36px auto;
}
.report__navi ul li:nth-of-type(1) h2 {
    float: left;
    width: 400px;
}
.report__navi ul li:nth-of-type(1) select {
    float: right;
    width: 233px;
    margin: 0;
}
.report__navi ul li:nth-of-type(1) a {
    position: absolute;
    left: 86px;
    bottom: 25px;
    width: auto;
}

/*===================================
	活動報告書 詳細ページ
=====================================*/
.report__cont {
    width: 100%;
    margin: 50px 0;
    border: solid 3px #333;
}
.report__head__tbl {
    border-collapse: collapse;
    width: 100% !important;
}
.report__head__tbl td {
    padding: .5em 0 .5em .5em;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
}
.report__head__tbl td:nth-of-type(1) {
    border-left: none;
}
.report__head__tbl td.report_td_c {
    width: 5em;
}
.report__body {
    padding: 2.4em;
}
.report__body .alignR {
    display: block;
    text-align: right;
}
.report__body .ind {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.report__body .ind.characters7 {
    padding-left: 7em;
    text-indent: -7em;
}
.report__body .number {
    display: block;
    padding-left: .9em;
    text-indent: -.9em;
}
.report__body .number.brackets {
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.report__body .tableOuter img {
    margin: 0;
}
.mini_tbl {
    margin: .5em 0;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}
.mini_tbl td {
    padding: .2em;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    text-align: center;
}
.mini_tbl.alignL td {
    padding: .2em .5em;
    text-align: left;
}

/*  かんとうニュース速報
---------------------------------*/
.kantou .report__body {
    line-height: 1.812;
}
.sec table.kantou__head__tbl {
    width: 100%;
}
.kantou__head__tbl {
    margin: -1em 0 5em;
    font-size: 1.395rem;
    text-align: right;
}
.kantou__head__tbl td {
    padding: 0;
}
.kantou__head__tbl .partner {
    text-align: left;
}
.kantou__head__tbl .address {
    font-size: 1.196rem;
    line-height: 1.5;
}
.kantou__head__tbl .title {
    padding-top: 2em;
    font-size: 1.993rem;
    text-align: center;
    font-weight: 600;
}

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

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


/*  
---------------------------------*/


/*  
---------------------------------*/



/*  
---------------------------------*/






/************************************************************************************
smaller than 750px
*************************************************************************************/
@media screen and (max-width: 750px) {
    
    /*===================================
        活動報告書トップ	
    =====================================*/
    .report__navi > p {
        margin-right: -1em;
    }
    .report__navi ul li {
        display: inherit;
        margin-bottom: 30px;
        padding: 41px 62px 42px 40px;
        line-height: 1;
    }
    .report__navi ul li:nth-of-type(1),.report__navi ul li:nth-of-type(5) {
        margin-bottom: 66px;
    }
    .report__navi h2 {
        width: auto;
        margin-bottom: 20px;
        font-size: 3.587rem;
    }
    .report__navi a {
        font-size: 2.391rem;
    }
    .report__navi a:hover {
        text-decoration: underline;
    }
    .report__navi select {
        display: inline-block;
        width: calc( 100% - 17.8em );
        height: 50px;
        margin-left: 30px;
        padding-left: 10px;
        font-size: 1.993rem;
    }
    .report__navi ul li:nth-of-type(1) {
        display: inherit;
        padding: 36px 10px 35px 149px;
        background-position: 44px 103px;
        background-size: 71px auto;
    }
    .report__navi ul li:nth-of-type(1) h2 {
        float: none;
        width: auto;
        margin: 0 -24px 25px -102px;
    }
    .report__navi ul li:nth-of-type(1) select {
        float: none;
        width: 15.5em;
        margin: 20px 0 0;
        padding-left: .5em;
    }
    .report__navi ul li:nth-of-type(1) a {
        position: relative;
        left: inherit;
        bottom: inherit;
    }
    .mini_tbl {
        width: 100% !important;
    }
    
	/*===================================
        活動報告書	
    =====================================*/
    .report__head__tbl {
        font-size: 22px;
    }
	.report__head__tbl td.report_td_c {
        width: 4em;
    }
	.report__head__tbl tr td:nth-of-type(2) {
        width: 280px;
    }
	.report__body {
        padding: 1.4em;
    }
    .report__body .tableOuter {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .report__body .tableOuter figure,.report__body .tableOuter div {
        width: 1000px;
    }
    .report__body .tableOuter img,.report__body .tableOuter table {
        width: 100%;
    }
    
    /*  かんとうニュース速報
    ---------------------------------*/
    .kantou__head__tbl {
        margin: 0 0 5em;
        font-size: 2.391rem;
    }
    .kantou__head__tbl .address {
        font-size: 2rem;
    }
    .kantou__head__tbl .title {
        font-size: 3.6rem;
    }
    
	
}