/*--------------Link-----------------*/
.MblLink {
  /*   background-image: url(../../../../img/mobile/theway_back2.png);
    background-repeat:no-repeat;
    background-position:200% 300px;  
    background-size: 90%;    
    background-attachment: fixed;
 */ }
  @media (min-width: 576px) {
    .MblLink {
      background: url(../../../../img/mobile/theway_back2.png) 110% 80% no-repeat;
      background-size: 60%; } }

.MblLink::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../../../img/mobile/theway_back2.png);
  background-repeat: no-repeat;
  background-position: 200% 250px;
  background-size: 90%; }
  @media (min-width: 576px) {
    .MblLink::before {
      background-image: none; } }

.col-lg-4.LinkItem__each {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%; }

.LinkItem__each figure {
  margin: 0 0 0; }

.LinkItem__eachfigure {
  width: 100%;
  height: 70px;
  line-height: 1.3;
  border: #ccc thin solid;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.8); }

/*
.LinkItem__each .-cap{
  width:200px;
  height:150px;
  background: url(../../../../img/mobile/comment.png) 50% no-repeat; 
  background-size:contain; 
  position: absolute;
    bottom: 0px;
    z-index: 100;
  @media (min-width: 576px){
    
  }
}
*/
/*
.LinkItem__eachfigure{

  border:#ccc thin solid;
  border-radius:0.25rem;
}
*/
.LinkItem__each .-image {
  position: static; }

.LinkItem__each .-cap_text {
  width: 100%;
  padding: 0 13px;
  display: inline-block; }

.ButtonPr {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border: #ccc thin solid;
  background: #ddd;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.6rem; }

.MblLink_cat {
  font-weight: 500; }

.link table td a {
  background: url(../../../../img/icon_01.png) 5px 13px no-repeat;
  /* background-size: 17px; */
  padding: 10px 0 10px 30px; }
