/*
 * 共通
*/


div.card-body ul {
    list-style-type: none;
	display: flex;
  flex-wrap: wrap;
	padding-inline-start: 0;
    margin: 0 auto;
    padding: 0.5em;
}
div.card-body ul li {
    padding: 4px;
    display: inline-block;
}
.card2{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    min-height: 100vh;
    border: 0 solid #B0D0CE;
}
.card-header{
    border-bottom: 1px solid #B0D0CE;
    background: #009E96;
    color: #fff;
}
.open{
	margin-left: 2em;
	background: #0068B7;
    color: #fff;
    border-color: #0068B7;
    border-radius: 50%;
	border-style: none;
}
.js-back{
	
}
.btn-success {
    background-color: #009944;
    border-color: #009944;
}
.btn-danger {
    background-color: #E60012;
    border-color: #E60012;
}
.stu-detail-right{
	margin-left: auto; 
}
.stu-detail{
	padding:0 0.5em;
	border-right: 1px solid #fff;
}

.tea-detail{
	padding:0 0.5em;
	border-right: 1px solid #fff;
}
.card-header2{
    border-bottom: 1px solid #9395C6;
    background: #0068B7;
    color: #fff;
	padding: 0.5em;
}
.js_show_student_list{
	margin-left: 2em;
	background: #1D2088;
    color: #fff;
    border-color: #1D2088;
    border-radius: 50%;
	border-style: none;
}
.js_show_student_list2{
	background: #1D2088;
    color: #fff;
    border-color: #1D2088;
    border-radius: 3px;
	border-style: none;
	padding: 0.3em;
}
.tea-detail-right{
	margin-left: auto;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.btn-rtn-ous{
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-inline-start: 0;
}
.plus-btn{
	font-size: 1.5em;
	background: none;
    border-color: none;
    border-radius: none;
}

.ous-top-rtn{
	background: #009E96;
	border-radius: 10px;
	padding: 0.5em;
}
.ous-top-rtn a{
	color: #fff;
}
.ous-top-rtn2{
	background: #0068B7;
	border-radius: 10px;
	padding: 0.5em;
}
.ous-top-rtn2 a{
	color: #fff;
}

/*棒グラフ*/
.graph{
	border-bottom: 1px solid #666;
    margin-bottom: 2em;
}
.graph h6 {
    margin: 0;
    line-height: 1em;
	font-size: .8em;
    padding: 0 0 .5em;
    color: #333;
}

figure {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.graphic {
    padding-left: 20px;
}
.row {
    margin-bottom: 1.5em;
}
@keyframes expand {
    from {width: 0%;}
    to {width: 100%;}
}
/*
@media screen and (min-width: 768px) {
    @keyframes expand {
        from {width: 0%;}
        to {width: calc(100% - 75px);}
    }
}
*/
.chart {
    overflow: hidden;
    width: 0%;
    animation: expand 1.5s ease forwards;
}
.row + .row .chart {
    animation-delay: .2s;
}
.row + .row + .row .chart {
    animation-delay: .4s;
}
.block {
    display: block;
    height: 100px;
    color: #fff;
    font-size: .75em;
    float: left;
    background-color: #0068B7;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity, .3s ease;
    cursor: pointer;
}
.block:nth-of-type(2),
.legend li:nth-of-type(2):before {
    background-color: #009E96;
}
.block:nth-of-type(3),
.legend li:nth-of-type(3):before {
    background-color: #F39800;
}
.block:nth-of-type(4),
.legend li:nth-of-type(4):before {
    background-color: #E60012;
}
.block:nth-of-type(5),
.legend li:nth-of-type(5):before {
    background-color: #DF5A49;
}
.block:nth-of-type(6),
.legend li:nth-of-type(6):before {
    background-color: #962D3E;
}
.block:hover {
    opacity: .65;
}
.value {
    display: block;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.legend {
    margin: 0 auto;
    padding: 0;
    font-size: .9em;
}
.legend li {
    display: inline-block;
    padding: .25em 1em;
    line-height: 1em;
}
.legend li:before {
    content: "";
    margin-right: .5em;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #334D5C;
}
@media screen and (min-width: 768px) {
    h6 {
        padding: 0;
        width: 75px;
        float: left;
        line-height: 100px;
    }
    .block {
        font-size: 1em;
    }
    .legend {
        width: 50%;
    }
}
.gpa-tab{
	text-align: center;
}
.gpa-tab td{
	padding: 0.3em;
}

.block2{
	height: 30px;
	background: #99C3E2;
}
.block2:nth-of-type(2),
.legend li:nth-of-type(2):before {
    background-color: #B0D0CE;
}
.block2:nth-of-type(3),
.legend li:nth-of-type(3):before {
    background-color: #FAD699;
}
.block2:nth-of-type(4),
.legend li:nth-of-type(4):before {
    background-color: #F599A0;
}
.g1{
	color: #0068B7;
}
.g2{
	color: #009E96;
}
.g3{
	color: #F39800;
}
.g4{
	color: #E60012;
}
/*scroll*/
.horizontal_scroll {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
  .horizontal_scroll {
    overflow-x: inherit;
	overflow-y: inherit;
	display: none;
	} 
}
@media screen and (max-width: 767px){
	.sp-no{
		display: none;
	}
}
.ous-student-gpa-title{
	text-align: center;
	padding-bottom: 1em;
	font-weight: bold;
	display: block;
}
.ous-student-gpa-aim{
	border-bottom: 1px dashed #666;
	margin-bottom: 1em;
}
.ous-student-gpa-title2{
	text-align: center;
	padding-bottom: 1em;
	color: #009944;
	font-weight: bold;
}
.graph .gpa-mind{
	color: #920783;
	font-weight: bold;
}
.graph .gpa-intel{
	color: #FFCE00;
	font-weight: bold;
}
.graph .gpa-skill{
	color: #1D2088;
	font-weight: bold;
}

.btn_dp {
    background: darksalmon;
}
.btn_dp.btn_dp_active {
    background: tomato;
}
.btn_be {
    background: darksalmon;
}
.btn_be.btn_be_active {
    background: tomato;
}
.graph_text_color_user {
    color: rgb(54, 162, 235);
}
.graph_text_color_avg {
    color: rgb(255, 99, 132);
}
.ous_dp_tag {
    font-size: 10px;
}