@charset "utf-8";


.link-cmn_small {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #464646;
  padding: 5px;
  
  width: 100px;
}



@media all and (min-width: 768px) {
  .link-cmn_small {
    text-decoration: none;
  }

  .link-cmn_small:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 767px) {
  .link-cmn_small {
    font-size: 1rem;
  }
}

.link-cmn_small--ico-right {
  padding-left: 3rem;
}

@media all and (max-width: 767px) {
  .link-cmn_small--ico-right {
    padding-left: 3.2rem;
  }
}

.link-cmn_small--ico-right:before {
  position: absolute;
  top: .8rem;
  left: 1rem;
  width: 1.4rem;
  height: 1.4rem;

  content: '';
  background: url(https://www.taiyokagaku.com/common/img/layout/ico_arrow_right_01.svg) 0 0 no-repeat;
  background-size: 14px 14px;
}

ul.list-cmn-check li {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .link-cmn_small--ico-right:before {
    top: .6rem;
    left: 1rem;
  }

  ul.list-cmn-check li {
  width: 100%;
  flex-wrap: nowrap;
}
}




