*{
    font-family: noto-sans-cjk-jp, sans-serif;
}

div.logo{
    display: flex;
    align-items: center;
}

div.logo a{
    width: 100%;
}

div.logo a img{
    width: 145px;
}

div.logo a img.logo-fold{
    width: 48px;
    margin: 0 auto;
}

.form-group h2{
    font-size: 110%;
}

.form-control,
.select2-container.selectbox{
    border: 1px solid #9fa4ad;
    border-radius: .25rem;
}

.form_header{
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 19px;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b{
    background: none!important;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 8px;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #3f87f5;
}

.header .avatar {
    background: #5d5d5d;
}

@media only screen and (max-width: 992px){
    .side-nav{
        left: -280px;
    }
    
    .is-expand .side-nav{
        left: 0;
    }
}

th { white-space: nowrap; }

.tac_offset{
    padding: .45rem 1rem;
    vertical-align: middle;
    margin-right: 15px;
}

.th-fix th{
    width: 350px;
}

.timestamp_btn{
    margin-bottom: 8px;
    background-color: #666;
    border: none;
    color: #fff;
    padding: 3px 15px;
}

.file_delete_btn{
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    height: 30px;
    background-color: #f44336;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 15px;
}

@media only screen and (max-width: 1024px){
    th, td { white-space: nowrap; }
}

.header_link{
    display: inline-block;
    width: 150px;   
}

.header_link img{
    width: 100%;
}

.client_name{
    text-decoration: underline;
}

.ttl_inner{
    padding-left: .5em;
}

.header_sys{
    background-color: #33b5e5;
}

.header_shine{
    background-color: #ff8800;
}

.header_costs{
    background-color: #bf360c;
}

.header_conclude{
    background-color: #33b5e5;
}

.system-info{
    margin-top: 30px;
}

.ttl_sys{
    color: #fff;
}
.ttl_shine{
    color: #fff;
}

.ttl_costs{
    color: #fff;
}

.ttl_conclude{
    color: #fff;
}

.sys_content{
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.price{
    color: #e91e63;
    font-size: 2.5rem;
    padding-left: 0.25em;
}

.capacity{
    color:#3f51b5;
    font-size: 2.5rem;
    padding-left: 0.25em;
}

.introduce{
    color:#3f51b5;
    font-size: 1.25rem;
    padding-left: 0.25em;
}

.costs_capacity{
    color:#3f51b5;
    font-size: 1.25rem;
    padding-left: 0.25em;

}

.direction{
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    padding: 1.7rem 15px 1.7rem;
}

.direciton__left{
    font-size: 1.3em;
}

.direcrion__small{
    display: block;
    font-size: 80%;
}

.shine_hour{
    display: block;
    color: #e91e63;
    font-size: 2.5rem;
}

.shine_capacity{
    display: block;
    color: #e91e63;
    font-size: 1.75rem;
}

.result_map{
    width: 100%;
}

.table__price{
    font-size: 2em;
}

.text-pink{
    color: #e91e63;    
}

.text-blue{
    color: #3f51b5;
}

.table__ttl{
    font-size: 2em;
}

.table__result{
    font-size: 3em;
}

.conclude-item{
    padding: 15px 30px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.conclude-item p{
    font-size: 1.5em;
}

.conclude__monthly{
    text-align: right;
    margin-top: 15px;

}

.conclued__price{
    color: #e91e63;    
    font-size: 2.5rem;
}

.compare_wrap{
    position: relative;
}

.compare__diff{
    position: absolute;
    font-size: 12px;
    background-color: rgba(252, 255, 197, 0.7);
    color: red;
    border: 1px solid #333;
    padding: 10px;
}

.compare__diff1{
    left: 30%;
    top: 20%;
}

.compare__diff2{
    left: 60%;
    top: 20%;
}

.compare__diff3{
    right: 3%;
    top: 20%;
}

.pointer{
    cursor: pointer;
}


.raw__window{
    background-color: #333;
    color: #c7c7c7;
    padding: 30px;
    border-radius: 5px;
    height: 200px;
    overflow: scroll;
    margin-bottom: 35px;
}

.raw__window pre{
    color: inherit;
    background-color: inherit;
    font-family: inherit;
}