@charset "UTF-8";
/* CSS Document */

.status {
	padding: 1rem;
}
.status .name {
	font-size: 0.875rem;
}

.status .label{
	text-align: center;
}
.status .label img{
	width: 85px;
}
.status .label p{
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 5px;
}
.evaluation{
	font-weight: 700;
}
@media (max-width:767.98px){
	.status {
		padding: .75rem;
	}
	.evaluation{
		font-size: 0.875rem;
	}

}

/*リンク*/
.mypage .link-arrow{
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 5px;
}
.mypage .link-arrow a{
	position: relative;
	padding-right: 30px;

}
.mypage .link-arrow a::after{
	content: url("/img/common/arrow-green.svg");
    position: absolute;
    top: -5px;
    right: 0;
    width: 20px;
    height: auto;
}

/*SNSフォロワー情報*/
.sns ul li{
    list-style: none;
	text-align: center;
}
.sns .img{
    width: 70.5px;
    height: 70.5px;
    background-color: #D0D0D0;
    margin: 0 auto 15px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sns .img img{
 	padding: 12px;
    display: block;
    width: 70.5px;
    height: 70.5px;
}
.sns .btn{
 	width: auto;
	padding: 0.2rem 1rem;
}
.sns .form-control{
	display: inline-block;
	width: 70%;
	height: 28px;
	margin-right: 5px;
}

/*ショートカット*/
.short-cut ul li{
    list-style: none;
	text-align: center;
}
.short-cut .img{
    width: 70.5px;
    height: 70.5px;
    background-color: #D0D0D0;
    margin: 0 auto 15px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

/*進行状況*/
.state-of-progress h4{
	border-bottom: 1px solid #44bbaa;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 700;
}
.state-of-progress dl{
	border-bottom: 1px solid #dee2e6;
	padding: 10px 20px;
	font-size: 0.875rem;
}
.state-of-progress dt{
	font-weight: 400;
}
.state-of-progress dd{
	font-weight: 700;
}
@media (max-width:767.98px){
	.state-of-progress {
		width: 92%;
		margin: 0 auto;
	}
}

.jisseki dl{
	border-bottom: 1px solid #fff;
}