@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */

.contents input[type="text"],
.contents select{
    padding: 2px;
    border: 1px solid #aaa;
}

.contents input[type="text"]:focus,
.contents select:focus{
    outline: none;
    border: 1px solid #4b64c8;
}

.contents input[type="number"]{
    padding: 2px;
    border: 1px solid #aaa;
}

.contents input[type="number"]:focus{
    outline: none;
    border: 1px solid #4b64c8;
}

.contents textarea{
    padding: 2px;
    border: 1px solid #aaa;
}

.contents textarea:focus{
    outline: none;
    border: 1px solid #4b64c8;
}


/*サブページタイトル*/
.sub_title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 0 0.3em 0.3em 0.3em;
    border-bottom: 2px solid #ccc;
}

/*戻るボタン*/
.contents .back_btn{
    position: relative;
}

.contents .back_btn:before{
    content: "≪";
    margin: 0 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contents .back_btn input,
.contents .back_btn a{
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222;
    line-height: 1;
    letter-spacing:0;
    padding-left: 1.2em;
    position: relative;
    z-index: 2;
}

.contents .back_btn input:hover,
.contents .back_btn a:hover{
    text-decoration: underline;
}

/*セレクタ―*/
.selecter_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
}

.selecter_wrap select{
    margin-right: 0.3em;
}

.selecter_wrap .selecter{
    margin-right: 1em;
}

.selecter_wrap button{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #058700;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0.1em 1.5em;
    border-radius: 3px;
    text-align: center;
    background: #058700;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.selecter_wrap button:hover{
    opacity: 0.8;
}

.registration_count{
    margin: 0 0 1em 0;
    display: flex;
    justify-content: flex-start;
}

.registration_count dl{
    padding: 0.5em;
    border: 1px solid #4b64c8;
    margin-right: 1em;
}

.registration_count dl.not{
    border: 1px solid #d7373f;
}

.registration_count dl dt{
    width: 100px;
    padding: 0.3rem;
    background: #e0e8ff;
    font-size: 1.1em;
    font-weight: bold;
    color: #4b64c8;
    text-align: center;
}

.registration_count dl.not dt{
    color: #d7373f;
    background: #ffdde0;
}

.registration_count dl dd{
    padding: 0.4rem 0.3rem 0 0.3rem;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.registration_count dl dd .count{
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 0.7em;
    flex: 1;
    text-align: center;
}

.fiscal_year_box{
    margin-bottom: 3em;
}

.table_edit_wrap{
    display: flex;
    justify-content: flex-start;
}

.table_edit_wrap .edit_btn_box{
    margin: auto 0 auto 1.5em;
}

.table_edit_wrap .edit_btn_box button{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #222;
    text-decoration: none;
    border: 1px solid #4b64c8;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 1em;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.table_edit_wrap .edit_btn_box button:hover{
    background: #4b64c8;
    color: #fff;
}

/*table*/
.contents table{
    line-height: 1.3;
    margin-bottom: 10px;
}

.contents table thead th{
    font-weight: bold;
    padding: 0.3em 0.8em;
    border-bottom: 1px solid #aaa;
}

.contents table.table_style1 thead th{
    border: 1px solid #aaa;
    text-align: center;
}

.contents table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

.contents table tbody tr th{
    padding: 0.3em 0.8em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.contents table tbody tr td{
    padding: 0.3em 0.8em;
    border-bottom: 1px solid #ccc;
}

.contents table.table_style1 tbody tr td{
    border: 1px solid #aaa;
    text-align: right;
}

.contents table.table_style1 tbody tr td:first-child{
    text-align: left;
}

.contents table tbody tr td button{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #222;
    text-decoration: none;
    border: 1px solid #4b64c8;
    font-size: 0.95em;
    padding: 0 0.5em;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
    height: 2em;
}

.contents table tbody tr td button:hover{
    background: #4b64c8;
    color: #fff;
}

.contents table tbody tr td button.ui-datepicker-trigger{
    display: unset;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    font-size: 1.3em;
    box-shadow: none;
    margin-left: 0.4em;
    cursor: pointer;
}

.contents table tbody tr td button.ui-datepicker-trigger:hover{
    background: none;
    color: #222;
}

.contents table tbody tr td input[type="button"],
.contents table tbody tr td a:not(.link) {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #222;
    height: 2em;
    text-decoration: none;
    border: 1px solid #4b64c8;
    font-size: 0.95em;
    padding: 0 0.5em;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.contents table tbody tr td input[type="button"].inputBtn{
    background: #4b64c8;
    color: #fff;
}

.contents table tbody tr td input[type="button"]:hover,
.contents table tbody tr td a:hover{
    background: #4b64c8;
    color: #fff;
}

.contents table tbody tr td input[type="button"].inputBtn:hover{
    opacity: 0.8;
}


.contents table tbody tr td input[type="number"]{
    width: 60px;
    margin-right: 0.3em;
    text-align: right;
}

.contents table tbody tr td textarea{
    width: 230px;
    height: 50px;
}

.contents table tbody tr.no_display{
    background-color: #dddddd;
}

.submit_btn{
    margin: 1em 0 0 0;
}

.submit_btn ul{
    display: flex;
    justify-content: flex-start;
}

.submit_btn ul li{
    margin-right: 1em;
}

.submit_btn input[type="submit"],
.submit_btn input.inputBtn,
.submit_btn input#editBtn{
    margin-right: 0;
    background: #4b64c8;
    color: #fff;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    line-height: 1.5em;
}

.submit_btn input[type="submit"]:hover,
.submit_btn input.inputBtn:hover,
.submit_btn input#editBtn:hover{
    opacity: 0.8;
}

.submit_btn input.deleteParent{
    margin-right: 0;
    background: #cecece;
    color: #000;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.submit_btn input.deleteParent:hover{
    opacity: 0.8;
}

.edit_table .box_footer .btn button#deleteBtn{
    margin-right: 0;
    background: #cecece;
    color: #000;
    text-decoration: none;
    padding: 0.3em 1em;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.edit_table .box_footer .btn button:hover{
    opacity: 0.8;
}

/*content_box*/
.content_box{
    margin-bottom: 2em;
}

.ttl_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5em;
}

.content_ttl{
    font-size: 1.1em;
    font-weight: bold;
    color: #4b64c8;
    margin-bottom: 0.5em;
    min-width: 6em;
}

.ttl_wrapper .content_ttl{
    margin-bottom: 0;
}

.output_excel_box{
    margin-left: 3em;
}

.output_excel_box a{
    display: block;
    background: #4b64c8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.2em 0.8em;
    line-height: 1.2;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #4b64c8;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    transition: .3s all ease;
}

.output_excel_box a:hover{
    opacity: 0.8;
}

.output_excel_box a:after{
    font-family: FontAwesome;
    content: "\f019";
    margin-left: 0.5em;
}

.aggregate_year,
.bundan_ttl{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.edit_btn{
    margin-bottom: 1em;
}

.edit_btn button,
.edit_btn input[type="button"]{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #222;
    text-decoration: none;
    border: 1px solid #4b64c8;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 1em;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.edit_btn button:hover,
.edit_btn input[type="button"]:hover{
    background: #4b64c8;
    color: #fff;
}

.id_box{
    display: inline-block;
}

.entry_df_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
}

.display_check{
    /*margin-left: auto;*/
    margin-left: 1em;
}

.display_check input[type="checkbox"]{
    display: none;
}

.display_check label{
    display: block;
    padding: 0.45em 1em 0.4em 2.5em;
    /*border: 1px solid #ccc;*/
    position: relative;
    cursor: pointer;
    font-size: 1.1em;
    transition: .3s all ease;
    /*background: #eeeeee;*/
    user-select: none;
    font-weight: bold;
}

.display_check label:hover {
    /*background: #e5eaff;*/
}

.display_check input[type="checkbox"]:checked + label{
    /*border: 1px solid #4b64c8;*/
    /*background: #e5eaff;
    font-weight: bold;*/
}

.display_check label:before{
    font-family: FontAwesome;
    content: "\f046";
    display: inline-block;
    line-height: 1;
    font-size: 1.4em;
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
}

.display_check input[type="checkbox"]:checked + label:before{
    color: #4b64c8;
}

.no_activity_box{
    display: flex;
    margin-bottom: 1em;
}

.no_activity_box input[type="checkbox"]{
    display: none;
}

.no_activity_box label{
    display: block;
    padding: 0 0 0 2em;
    /* border: 1px solid #ccc; */
    position: relative;
    cursor: pointer;
    font-size: 1.1em;
    transition: .3s all ease;
    /* background: #eeeeee; */
    user-select: none;
    font-weight: bold;
}

.no_activity_box label:hover {
    /*background: #e5eaff;*/
}

.no_activity_box input[type="checkbox"]:checked + label{
    /*border: 1px solid #4b64c8;*/
    /*background: #e5eaff;
    font-weight: bold;*/
}

.no_activity_box label:before{
    font-family: FontAwesome;
    content: "\f046";
    display: inline-block;
    line-height: 1;
    font-size: 1.4em;
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.2em;
}

.no_activity_box input[type="checkbox"]:checked + label:before{
    color: #4b64c8;
}

.entry_btn{
    margin-bottom: 1em;
}

.entry_df_wrap .entry_btn{
    margin-bottom: 0;
}

.entry_btn button,
.entry_btn input[type="button"]{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #058700;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 0.1em 1.5em;
    border-radius: 3px;
    text-align: center;
    background: #058700;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.entry_btn button:hover,
.entry_btn input[type="button"]:hover{
    opacity: 0.8;
}

/*page_input_box*/
.page_input_box{}

.inline_wrapper{
    display: inline-block;
}

.input_ttl{
    font-size: 1.1em;
    font-weight: bold;
    color: #4b64c8;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.input_wrapper{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #aaa;
    display: flex;
    justify-content: flex-start;
}

.input_wrapper .input_row{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.input_wrapper .input_vertical{
    margin-right: 2em;
}

.input_wrapper dl{
    margin-right: 2em;
}

.input_wrapper dl:last-child{
    margin-right: 0;
}

.input_wrapper dl dt{
    margin-bottom: 0.2em;
}

.input_wrapper dl dd{}

.input_wrapper dl dd textarea{
    width: 200px;
    height: 2.3em;
}

.input_wrapper dl dd input[type="number"]{
    width: 60px;
    margin-right: 0.3em;
    text-align: right;
}

.input_wrapper dl dd input.hasDatepicker{
    width: 90px;
}


.input_wrapper dl dd button.ui-datepicker-trigger{
    padding: 0;
    border: 0;
    background: none;
    font-size: 1.3em;
    box-shadow: none;
    margin-left: 0.4em;
    cursor: pointer;
}

.input_wrapper dl dd button.ui-datepicker-trigger:hover{
    color: #222;
}

.input_wrapper dl dd .auto_calc{
    padding-right: 0.3rem;
    font-size: 1.5em;
    font-weight: bold;
}

.activity_delete {
    margin: 1.5em 0 0 0;
}

.activity_delete button,
.activity_delete input[type="button"]{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #aaa;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.1em 1em;
    border-radius: 3px;
    text-align: center;
    background: #aaa;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.activity_delete button:hover,
.activity_delete input[type="button"]:hover{
    opacity: 0.8;
}

.activity_box_wrapper{
    display: inline-block;
}

.activity_add{
    display: flex;
    justify-content: center;
}

.activity_add button,
.activity_add input[type="button"]{
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #058700;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.1em 1.5em;
    border-radius: 3px;
    text-align: center;
    background: #058700;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .3s all ease;
}

.activity_add button:hover,
.activity_add input[type="button"]:hover{
    opacity: 0.8;
}

/*edit_table*/
.edit_table{}

.edit_table p{
    margin: 0 0 0.5em 0;
}

.edit_table table{
    min-width: 800px;
}

.edit_table table th{
    padding: 5px 1em;
    width: 8em;
    text-align: left;
    background: #e2eaff;
    border-bottom: 1px solid #fff;
}

.edit_table table td{
    padding: 5px;
    /*border-bottom: 1px solid #fff;*/
}

.edit_table table td p{
    margin: 0.5em 0;
}

.edit_table table td input[type="text"],
.edit_table table td input[type="password"],
.edit_table table td input[type="email"],
.edit_table table td select{
    padding: 2px;
    border: 1px solid #aaa;
}

.edit_table table td input[type="text"]:focus,
.edit_table table td input[type="password"]:focus,
.edit_table table td input[type="email"]:focus,
.edit_table table td select:focus{
    outline: none;
    border: 1px solid #4b64c8;
}

.edit_table table td input.hasDatepicker{
    width: 90px;
}

.edit_table table td textarea{
    width: 450px;
    height: 5em;
    padding: 2px;
    border: 1px solid #aaa;
}

.edit_table table td textarea:focus{
    outline: none;
    border: 1px solid #4b64c8;
}

.edit_table table td .time_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.edit_table table td .time_wrap input,
.edit_table table td .time_wrap button,
.edit_table table td .time_wrap span{
    margin: 0 0.5em 0 0;
}

.edit_table table td .time_wrap button{
    padding: 0;
    border: 0;
    background: none;
    font-size: 1.3em;
    box-shadow: none;
}

.edit_table table td .time_wrap button:hover{
    color: #222;
}

.edit_table table td .detail_table{}

.edit_table table td .detail_table table{
    min-width: unset;
}

.edit_table table td .detail_table table th{
    width: auto;
}

.edit_table table td .detail_table table tr td:first-child input[type="text"]{
    width: 150px;
}

.edit_table table td .detail_table table tr td:nth-child(2) input[type="text"]{
    width: 300px;
}

.edit_table table td .add_place_btn{
    padding: 0 5px;
}

.edit_table ol {
    list-style: auto;
}
.edit_table ol li {
    margin-left: 1em;
    padding-left: 0.5em;
}
.edit_table details {
    padding-left: 1em;
}
.edit_table details summary {
    margin-left: -1em;
    cursor: pointer;
}

.contents table.aggregate_table{}

.contents table.aggregate_table thead tr:last-child{
    border-bottom: 3px double #aaa;
}

.contents table.aggregate_table thead th{
    border: 1px solid #aaa;
    text-align: center;
}

.contents table.aggregate_table tbody th{
    text-align: right;
    border: 1px solid #aaa;
}

.contents table.aggregate_table tbody th.ta_left{
    text-align: left;
}

.contents table.aggregate_table tbody td{
    text-align: right;
    border: 1px solid #aaa;
}

.contents table.aggregate_table tbody tr.total th{
    text-align: center;
    border-top: 2px solid #999;
}

.contents table.aggregate_table tbody tr.total td{
    border-top: 2px solid #999;
}


@media screen and (min-width:1px) and (max-width:1300px) {
}

@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:769px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

}

/* ##########印刷用########## */
@media print{

}

.err_emphasis{
    border: 1px solid #c40026 !important;
}