@charset "UTF-8";
.copy-message {
  margin-top: 10px;
  color: green;
  display: none;
}
@media all and (max-width: 680px) {
  .wrap {
    width: 100vw;
    margin: auto;
  }
  .main {
    position: relative;
    background: rgb(255,255,255);
  }
  .main ul {
    position: absolute;
    bottom: 8vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 100%;
  }
  .main ul li {
    width: 30vw;
  }
  .main p {
    font-size: 4vw;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
  }

  .note {
    background: rgb(255,255,255);
    padding: 8vw 0 0;
  }
  .s-note {
    background: rgb(255,255,255);
    padding: 10vw 0 20vw;
  }

  .link-copy {
    background: rgb(255,255,255);
    padding: 0 0 10vw;
  }
  .link-copy ul {
    padding: 8vw 0 4vw;
  }
  .link-copy ul li {
    position: relative;
    font-size: 4vw;
    padding: 0.5em;
    color: rgb(85, 150, 185);
    text-align: center;
  }
  .link-copy ul li .copy-message {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .copy-button {
    padding: .5em 2em;
    border: 2px solid #555;
    color: rgb(85, 150, 185);
    background-color: rgb(225, 245, 250);
    border-color: rgb(85, 150, 185);
    font-size: 4vw;
    cursor: pointer;
    border-radius: 1vw;
    transition: all 0.3s ease;
  }
  .copy-button:hover {
    color: rgb(85, 150, 185);
    background-color: rgb(225, 245, 250);
    border-color: rgb(85, 150, 185);
  }

  footer {
    background: rgb(250, 240, 240);
    color: rgb(40, 65, 85);
    font-size: 3vw;
    clear: left;
  }
  .footNavi {
    width: 94vw;
    margin: 0 auto;
    padding: 1em 0;
  }
  footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: .5em;
    text-align: center;
  }
  footer ul li {
    font-size: 3vw;
    display: inline-block;
    padding-right: 1em;
    border-right: rgb(160, 160, 160) 1px solid;
    margin-right: 1em;
  }
  footer ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  footer a:link,
  footer a:visited {
    text-decoration: none;
    color: #333;
  }
  footer a:hover {
    color: #e8547e;
    transition: 0.2s;
  }
  footer address {
    font-size: 2.6vw;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media all and (min-width: 680px) {
  .wrap {
    width: 1000px;
    margin: auto;
  }
  .main {
    position: relative;
    background: rgb(255,255,255);
  }
  .main ul {
    position: absolute;
    bottom: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 100%;
  }
  .main ul li {
    width: 305px;
  }
  .main p {
    font-size: 18px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
  }

  .note {
    background: rgb(255,255,255);
    padding: 30px 0 0;
  }
  .s-note {
    background: rgb(255,255,255);
    padding: 30px 0 80px;
  }

  .link-copy {
    background: rgb(255,255,255);
    padding: 0 0 80px;
  }
  .link-copy ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .link-copy ul li {
    position: relative;
    font-size: 18px;
    padding: 0.5em;
    color: rgb(85, 150, 185);
  }
  .link-copy ul li .copy-message {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .copy-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #555;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .copy-button:hover {
    color: rgb(85, 150, 185);
    background-color: rgb(225, 245, 250);
    border-color: rgb(85, 150, 185);
  }
  footer {
    background: rgb(250, 240, 240);
    color: rgb(40, 65, 85);
    font-size: 12px;
    clear: left;
  }
  .footNavi {
    width: 780px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
  }
  footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  footer ul li {
    font-size: 12px;
    display: inline-block;
    padding-right: 15px;
    border-right: rgb(160, 160, 160) 1px solid;
    margin-right: 15px;
  }
  footer ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  footer a:link,
  footer a:visited {
    text-decoration: none;
    color: #333;
  }
  footer a:hover {
    color: rgb(230, 85, 125);
    transition: 0.2s;
  }
  footer address {
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
