﻿@font-face {
    font-family: 'NotoSansJP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-Light.otf') format('opentype');
}
body {
    font-family: 'NotoSansJP','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*overflow:hidden;*/
}

a {
    text-decoration-line: underline;
    color: #212529;
}

.title1 {
    background-image: -webkit-linear-gradient(transparent 70%, rgba(6, 170, 77, 0.3) 0%);
    background-image: -o-linear-gradient(transparent 70%, #FF0 0%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(6, 170, 77, 0.3)));
    background-image: linear-gradient(transparent 70%, rgba(6, 170, 77, 0.3) 0%);
}
.btn-login {
    color: #f8f9fa;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border-color: #06AA4D;
    background: #06AA4D;
    box-shadow: -5px 5px 15px #059141, 5px -5px 15px #07c459;
}
.functionTitle{
    opacity:0.7;
}


.max-1000 {
    max-width: 1000px;
}
.max-500 {
    max-width: 500px;
}

.max-20rem {
    max-width: 20rem;
}
.max-10rem {
    max-width: 10rem;
}
.cursor-pointer {
    cursor: pointer;
}

.bg-errorinput {
    background-color: #ffc9c9;
}

/*
.card-body-content{
    overflow:scroll;
}*/


.text-deco {
    border-left: 4px solid #06AA4D;
    /*border-left: 4px solid #06AA4D;*/
}

.custom-borderarea {
    /*border-left: 1px solid rgb(6 170 77 / 0.1);
    border-bottom: 3px solid rgb(6 170 77 / 0.2);
    border-right: 3px solid rgb(6 170 77 / 0.2);*/
    border: 1px solid rgb(6 170 77 / 0.3);
    background-color:rgb(6 170 77 / 0.03);
    border-radius: 10px;
}




.bg-custom {
    background-color: #06AA4D;
    color: #f8f9fa !important;
}

.bg-custom a {
    color: #f8f9fa;
    text-decoration-line: none;
}

.bg-custom-op1 {
    background-color: rgb(33 155 114 / 0.1);
}
.bg-custom-op2 {
    background-color: rgb(33 155 114 / 0.20);
}

.bg-pink-op2 {
    background-color: rgb(155 33 138 / 0.20);
}
.bg-blue-op2 {
    background-color: rgb(33 88 155 / 0.20);
}





.border-custom {
    border-color: #06AA4D;
}

.text-custom {
    color: #06AA4D;
}

.text-black-80 {
    color: rgba(0, 0, 0, 0.8);
}
.btn-custom {
    background-color: #06AA4D;
    border-color: #06AA4D;
    color: #f8f9fa;
}

.btn-outline-custom {
    background-color: #fff;
    border-color: #06AA4D;
    color: #06AA4D;
}

.btn-outline-custom2 {
    background-color: #06AA4D;
    border-color: #fff;
    color: #fff;
}

.underline {
    border-bottom: 1px solid #06AA4D;
}

.no-underline {
    text-decoration: none;
}

.label-f {
    color: dimgray;
}


/*アイコン高さ調整*/
[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: unset !important;
}

/*上書き*/
.select2-selection__choice__display{
    padding-left:7px !important;
}

.accordion-button{
    padding:0.3rem;
}

.accordion-body {
    padding: 0.3rem 1rem;
}


/*fullcalendar*/
/* 日曜日 */
.cal-sun {
    /*color: red;*/
    background-color: #fff0f0;
}

/* 土曜日 */
.cal-sat {
    /*color: blue;*/
    background-color: #f0faff;
}

.cal-today {
    border-bottom:2px solid #06AA4D;
}
.cal-cell{
    width:2.7rem;
}


.selectDateArea label {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 36px;
    border: 2px solid #ccc;
    border-radius: 15px;
}

.selectDateArea input[type="date"] {
    position: relative;
    padding: 0 10px;
    width: 239px;
    height: 36px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
}

.selectDateArea label::before {
    /*position: absolute;*/
    content: "";
    /*top: 0;
    right: -43px;
    width: 36px;
    height: 36px;*/
    /*background-color: #06c;
    background-repeat: no-repeat;
    background-position: center;*/
    /*border-radius: 10px;*/
}

.selectDateArea input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.selectDateArea input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}
.selectDateArea input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    width: 36px;
    height: 36px;
    color: transparent;
    cursor: pointer;
}





/*詳細、削除のDL*/
.detailDl dt {
    text-decoration:underline solid #999;
}
.detailDl dd {
    padding-left: 1rem;
}


/*Emotion*/

.emotion{
    opacity:0.2;
}
    .emotion.selected {
        opacity: 1;
    }



.c-down .c-down-icon::before {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.c-down .c-down-icon.open::before {
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
}




/*reboot 上書き*/
blockquote {
    padding: 0.5rem;
    border-left: 3px solid #dedede;
}



.form-check-input:checked {
    background-color: #06AA4D;
    border-color: #07c459;
}


@media screen and (max-width: 479px) {
    #timeline-page .card-body {
        padding: 0.5rem;
    }
}