@charset "utf-8";
/*
========================================
03.html
========================================
*/
/* pc */
@media(min-width:741px){
  .dokusho_txt-link{
    position: relative;
  }
  .dokusho_txt-link::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #08c;
    position: absolute;
    bottom: 8px;
  }
}

/* sp */
@media(max-width:740px){
  .dokusho_txt-link{
    position: relative;
    margin-right: 20px;
  }
  .dokusho_txt-link::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #08c;
    position: absolute;
    bottom: 8px;
  }
}