@charset "UTF-8";

/* LINKS
-------------------------------------------------- */
.links > .content_inner {
  position: relative;
  z-index: 2;
}

.links_item {
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.links_item_txt {
  color: #e57c00;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}

.links_item_logo01 {
  display: block;
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
}

.links_item_logo02 {
  display: block;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}

.links_btn a {
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
}

.links_btn a::before {
  content: '';
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  right: 29px;
}

.links_btn a::after {
  background-color: #9cbd75;
}

.links_btn p.coming_soon{
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  transition: all .3s;
  font-size: 18px;
  overflow: hidden;
  padding: 15px 50px 15px 30px;
  height: 100%;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.btn_type01 a::before,
.btn_type01 a:hover::before {
  background-image: none;
}


@media print,
screen and (min-width:768px) {
  .links {
    padding: 0 0 130px;
  }
  
  .links_item {
    height: 153px;
    margin-top: 50px;
  }
  
  .links_item_txt {
    font-size: 18px;
  }
  
  .links .btn_type01 {
    width: 538px;
    margin: 100px auto 0;
  }
  
  .links_btn a::before {
    width: 40px;
    height: 10px;
    right: 29px;
  }
}


@media screen and (max-width:767px) {
  .links_btn a {
    padding: 20px 45px 20px 15px;
  }
    
  .links_item {
    height: 100px;
    margin-top: 25px;
  }

  .links_item_txt {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .links .btn_type01 {
    margin: 40px auto 0;
  }
}