@charset "utf-8";
/**
 * reset
 *
 */
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

p,
div,
footer,
header {
  margin: 0;
  padding: 0;
}

footer,
header {
  display: block;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}

a:link {
  color: #0b62e5;
}
a:visited {
  color: #6246b8;
}
a:hover {
  color: #cc3434;
}


/* 共通 */

body {
  color: #333;
  font-weight: 400;
}

header {
  padding: 20px 10px 20px;
}

.logo_ysearch a {
  display: block;
  text-indent: -9999px;
}

.contents {
  text-align: center;
}

.thanks {
  color: #ff6666;
}

/** pcのみ */

body.pc {
  font-family: Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: small;
}

.pc header {
  width: 950px;
  margin: 0 auto;
}

.pc .thanks {
  padding: 100px 0;
  font-size: 290%;
}

.pc .annotation {
  margin-bottom: 5px;
  font-size: 120%;
}

.pc footer {
  padding: 10px 0 30px;
  margin-top: 100px;
  border-top: 1px solid #c5c5c5;
  text-align: center;
}

.pc footer .footer_link p {
  margin-bottom: 5px;
  font-size: 116%;
}

.pc footer .footer_link a {
  text-decoration: underline;
}

.pc footer .footer_link span {
  margin: 0 5px;
  color: #ddd;
}

/** spのみ */
body.sp {
  font-family: "HelveticaNeue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}

.sp .thanks {
  padding: 50px 0 80px;
  font-size: 20px;
  font-weight: bold;
}

.sp .annotation {
  padding: 0 10px;
  margin-bottom: 3px;
  font-size: 14px;
}

.sp .annotation span {
  display: inline-block;
}

.sp footer {
  padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid #c5c5c5;
  text-align: center;
}

.sp footer .footer_link p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.sp footer .footer_link span {
  margin: 0 5px;
  color: #ddd;
}