.card {
  border-radius: 5px;
}

.dashed-line {
  border-bottom: 1px dashed #B4B4B4;
  margin: 15.5px 0px;
}

.black-box {
  height: 120px;
  width: 120px;
  min-width: 120px;
  background-color: #1A1A1A;
}

.black-box.small {
  width: 30px;
  height: 33px;
  min-width: 30px;
}

.header-title {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}

.header-title.pink {
  background-color: #FFBFD3;
  width: 100%;
}

.header-title.orange {
  background-color: #FFC455;
  width: 100%;
}

.detail-content,
.koukun-content {
  border-bottom: 2px solid #E2E2E2;
  border-left: 2px solid #E2E2E2;
  border-right: 2px solid #E2E2E2;
  border-radius: 0px 0px 5px 5px;
  padding: 1.2em 1.2em .5em 1.2em;
}

.character-profile-content {
  border: 2px solid #E2E2E2;
  border-radius: 0px 0px 5px 5px;
  padding: 1.2em;
  border-radius: 5px;
}

.cards {
  width: 49%;
}

.white-arrow {
  background-color: #E83B19;
}

.detail-text {
  font-size: 16px;
  line-height: 25px;
}

.range {
  font-size: 18px;
}

@media screen and (max-width: 560px) {
  .cards {
    width: 100%;
  }
  .header-title {
    font-size: 18px;
  }
  .detail-text {
    font-size: 14px;
    line-height: 21px;
  }
  .text-align-right-sp {
    text-align: right;
    width: 100%;
  }
  .row.text {
    width: 100%;
  }
  .detail-content .start-sp {
    align-items: flex-start !important;
  }
  .detail-content .fs-15 {
    font-size: 14px;
  }
  .range {
    font-size: 16px;
  }
  .img-pan {
    width: 180px;
    height: auto;
  }
  .img-sl {
    height: 343px;
  }
}

.koukun-content__list.point{
  counter-reset:number; /*Ã¦â€¢Â°Ã¥Â­â€”Ã£â€šâ€™Ã£Æ’ÂªÃ£â€šÂ»Ã£Æ’Æ’Ã£Æ’Ë†*/
  list-style-type: none!important; /*Ã¦â€¢Â°Ã¥Â­â€”Ã£â€šâ€™Ã¤Â¸â‚¬Ã¦â€”Â¦Ã¦Â¶Ë†Ã£Ââ„¢*/
}
.koukun-content__list.point li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: .1em 0 1em 30px;
  font-size: 14px;
  font-weight: bold;
}
.koukun-content__list.point li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #6FB52B;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.koukun-content__list.grade li{
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 0 1.02em;
  font-size: 14px;
}
.text-color__point{
  margin-left: .4em;
  margin-right: .4em;
  font-size: 18px;
  font-weight: bold;
  color: #ED6100;
}
@media screen and (max-width: 560px) {
  .koukun-content__list.grade li{
    font-size: 3.5vw;
  }
  .text-color__point{
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 320px) {
  .koukun-content__list.grade li{
    font-size: 3.5vw;
  }
  .text-color__point{
    font-size: 4vw;
  }
}


.koukun-comment{
  padding-top: .5em;
  margin-top: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed #B4B4B4;
}
.koukun-comment__pict{
  width: 45px;
  height: 50px;
  min-width: 50px;
}
.koukun-comment__pict img{
  display: block;
  width: 100%;
  height: auto;
}
.koukun-comment__desc{
  font-size: 14px;
  font-weight: bold;
}
.badge-color__blue,
.badge-color__green,
.badge-color__orange,
.badge-color__pink,
.badge-color__red{
  font-size: 12px;
  font-weight: 600;
  width: 50px;
  height: 20px;
  min-width: 50px;
  border-radius: 3px;
  color: #fff;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .badge-color__blue,
  .badge-color__green,
  .badge-color__orange,
  .badge-color__pink,
  .badge-color__red{
    font-size: 3vw;
  }
}
@media screen and (max-width: 320px) {
  .badge-color__blue,
  .badge-color__green,
  .badge-color__orange,
  .badge-color__pink,
  .badge-color__red{
    width: 40px;
    min-width: 40px;
  }
}


.badge-color__blue{
  background-color: #2F9BDE;
}
.badge-color__green{
  background-color: #52AC19;
}
.badge-color__orange{
  background-color: #FFAB0D;
}
.badge-color__pink{
  background-color: #FF5CBA;
}
.badge-color__red{
  background-color: #ED4343;
}


.point-text__right{
  display: inline;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .point-text__right{
    display: block;
    font-weight: bold;
    text-align: right;
  }
}


.character-profile-content__name{
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #713808;
  text-align: center;
  border-bottom: 1px dashed #B4B4B4;
}
.character-profile-content__pict{
  padding: .5em 0 1.5em;
  text-align: center;
}
.character-profile-content__desc{
  font-size: 16px;
  line-height: 1.7;
}



.mypage-blackboard{
  position: relative;
  padding: 1.5em 1.5em;
  margin-bottom: 2em;
  background-color: #006400;
  width: 100%;
  border: 7px solid #D2691E;
}
.mypage-blackboard .mypage-blackboard__title{
  text-align: center;
}
.mypage-blackboard .mypage-blackboard__comment{
  padding-top: 1em;
  padding-left: 7.5em;
  color: #FFF;
  font-size: 14px;
  line-height: 1.6;
}
.mypage-blackboard .mypage-blackboard__comment p{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: .5em;
}
.mypage-blackboard .mypage-blackboard__comment .hitokoto{
  border-top: 1px dotted #FFF;
  padding-top: .6em;
}
.mypage-blackboard .mypage-blackboard__comment .hitokoto dt{
  padding-bottom: .4em;
  font-size: 16px;
  font-weight: bold;
}
.mypage-blackboard .mypage-blackboard__comment .blackboard-img{
  position: absolute;
  bottom:0;
  left: 2em;
  width: 80px;
}
.mypage-blackboard .mypage-blackboard__comment .blackboard-img2{
  position: absolute;
  bottom: 20px;
  left: 2em;
  width: 80px;
}
.mypage-blackboard .mypage-blackboard__comment .checklist li{
  display: block;
  width: 100%;
  background: url(/img/member/icon-checklist.png) 0 50% no-repeat;
  background-size: 16px auto;
  border-radius: 5px;
  padding-left: 22px;
}

@media screen and (max-width: 560px) {
  .mypage-blackboard{
    padding: 1em 1em;
  }
  .mypage-blackboard .mypage-blackboard__comment{
    padding-left: 0;
  }
  .mypage-blackboard .mypage-blackboard__comment p{
    font-size: 14px;
  }
  .mypage-blackboard .mypage-blackboard__comment .hitokoto dt{
    font-size: 14px;
  }
  .mypage-blackboard .mypage-blackboard__comment .hitokoto dd{
    font-size: 13px;
  }
  .mypage-blackboard .mypage-blackboard__comment .blackboard-img,
  .mypage-blackboard .mypage-blackboard__comment .blackboard-img2{
    display: none;
   }
}



.fs-ml{
  padding-left: .1em;
  padding-right: .1em;
  font-size: 1.2em;
}
.fw-bold{
  font-weight: bold;
}
.fc-pink{
  color: #FF84CB;
}
.fc-yellow{
  color: #FFE200;
}




.report-step{
  display: block;
  margin: 0 0 1em;
  border: 2px solid #ddd;
}
.report-step__no{
  padding: .6em 1em;
  background: #FFEBB4;
  font-size: 18px;
  font-weight: bold;
}
.report-step__content{
  display: table;
  width: 100%;
}
.report-step__content >*{
  display: table-cell;
  vertical-align: top;
  padding: 1em;
}
.report-step__pic{
  width: 40%;
}
.report-step__text{
  width: 60%;
  font-size: 14px;
  line-height: 1.7;
}
.report-step__text ol{
  margin: 2em 1em 1em;
}
.report-step__next{
  display: block;
  text-align: center;
  padding: 0 0 1em;
}
.button-section ul{
  display: table;
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.button-section ul li{
  display: table-cell;
  vertical-align: middle;
  test-align: center;
}

@media screen and (max-width: 560px) {
  .report-step{
    display: block;
    margin: 0 0 1em;
    border: 2px solid #ddd;
  }
  .report-step__no{
    padding: .6em 1em;
    background: #FFEBB4;
    font-size: 18px;
    font-weight: bold;
  }
  .report-step__content{
    display: block;
    width: 100%;
  }
  .report-step__content >*{
    display: block;
    vertical-align: initial;
  }
  .report-step__pic{
    width: 100%;
  }
  .report-step__text{
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .report-step__text ol{
    margin: 1em 1em 1em;
  }
  .report-step__next{
    display: block;
    text-align: center;
    padding: 0 0 1em;
  }
  .button-section ul{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
  .button-section ul li{
    display: block;
    vertical-align: initial;
    test-align: center;
    padding: .5em 0;
  }
    .button-section a{
      margin: auto;
    }
}