/* CSS Document */
/*-----PC-----*/
@media screen and (min-width: 961px) {
  #link {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0 0 0;
    position: relative;
  }
  #link h2.title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  #link h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00c2df;
  }
  #link p.sub_title {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  #link h3.link_title {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  #link .link_list {
    margin: 20px auto;
  }
  #link .link_list li {
    margin: 20px auto;
  }
  #link .link_list li img {
    margin: 0 20px 0 0;
  }
}
/*-----Tablet-----*/
@media screen and (min-width: 521px) and (max-width: 960px) {
  #link {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 10px 0 10px;
    position: relative;
  }
  #link h2.title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  #link h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00c2df;
  }
  #link p.sub_title {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  #link h3.link_title {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  #link .link_list {
    margin: 20px auto;
  }
  #link .link_list li {
    margin: 20px auto;
  }
  #link .link_list li img {
    margin: 0 20px 0 0;
  }
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  #link {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 10px 0 10px;
    position: relative;
  }
  #link h2.title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  #link h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00c2df;
  }
  #link p.sub_title {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  #link h3.link_title {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  #link .link_list {
    margin: 20px auto;
  }
  #link .link_list li {
    margin: 20px auto;
  }
  #link .link_list li img {
    margin: 0 20px 0 0;
  }
}