@charset "UTF-8";
/*
 * ギターコード占いCSS
 */
#main {
  text-align: center;
}
#main h1 {
  background: none;
}
#main h1 img {
  width: 690px;
}
#main h2 {
  line-height: 2em;
}
#main p {
  text-align: center;
}
/*結果表示*/
#wait {
  display: block;
  margin-bottom: 60px;
}
#result {
  display: none;
}
#rst_chord {
  font-size: 40px;
  line-height: 1em;
  margin: 18px auto;
  font-weight: bold;
  color: #c30e23;
}
#exp {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
}
.hint {
  text-indent: 0;
}
.hint p {
  font-size: 23px;
  line-height: 1.8em;
}
/*form周り*/
#uform input {
  margin-bottom: 18px;
  padding-left: 15px;
  border-radius: 10px;
  width: 80%;
  text-align: center;
}
#uform input[type="text"] {
  height: 80px;
  font-size: 24px;
}
#uform input[type="submit"] {
  font-size: 24px;
  padding: 10px;
}
/*Audio Player*/
#chord_audio {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}
/*シェアボタン*/
#link_box {
  display: flex;
  justify-content: space-between;
  max-width: 595px;
  margin: 10px auto;
}
#link_box a {
  width: calc(50% - 10px);
  line-height: 1;
  padding: 20px 0;
  margin: 0 3px 10px 3px;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
#link_btn {
  color: #fff;
  background-color: #92626f;
}
#tweet_btn {
  color: #fff;
  background-color: #4267b1;
}
#tweet_btn img {
  height: 18px;
}
.ads_page {
  width: 590px;
  margin: 30px auto;
}
@media (max-width: 640px) {
  #main h2 {
    font-size: 20px;
  }
  #link_box a {
    width: calc(50% - 10px);
    font-size: 14px;
    height: 70px;
    padding: 25px 0;
  }
  #exp,
  #chord_audio audio,
  #uform input,
  #uform button {
    width: 95%;
  }
  .hint p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ads_page {
    width: 100%;
  }
}
