@charset "UTF-8";
@media print, screen and (max-width: 767px){
  .tk-ni-Article-parts{
    margin-bottom: 170px;
  }
}

.tk-ni-Article.tk-ni-Article-parts ul {
    width: 100%;
    max-width: 915px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px 5%;
    padding: 0 25px;
    box-sizing: border-box;
}

@media print, screen and (max-width: 767px){
  .tk-ni-Article.tk-ni-Article-parts ul {
    width: 100%;
    flex-flow: column;
    align-items: center;
  }
}

.tk-ni-Article.tk-ni-Article-parts ul li {
    list-style-type: none;
    width: 30%;
    display: inline-block;
    min-height: 70px;
}

@media print, screen and (max-width: 767px){
  .tk-ni-Article.tk-ni-Article-parts ul li {
    width: 80%;
    min-height: auto;
  }
}

.tk-ni-Article.tk-ni-Article-parts ul li a{
display: flex;
padding: 12px 30px 10px 40px;
background-size: 6px;
background-position: 12px center;
font-size: 1.4rem;
text-align: left;
border: 1px solid #dcdcdc;
border-radius: 5px;
color: #555;
text-decoration: none;
background-color: #fff;
background-image: url(/assets/img/common/arrow/right_02.svg);
background-repeat: no-repeat;
box-sizing: border-box;
align-items: center;
width: 100%;
height: 100%;
justify-content: center;
transition: 0.2s;
}

@media print, screen and (max-width: 767px){
  .tk-ni-Article.tk-ni-Article-parts ul li a{
    font-size: 1.3rem;
  }
}

.tk-ni-Article.tk-ni-Article-parts ul li a:hover{
color: #f00;
background-color: #f8f8f8
}

@media print, screen and (max-width: 767px){
  .tk-ni-Article-parts{
    margin-top: 30px;
  }
}