@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700italic,700,400italic,900);
@font-face {
  font-family: 'jumpicon';
  src: url('/images/core/font/jumpicon-regular.woff?evZhpKUsxEZW') format('woff'), url('/images/core/font/jumpicon-regular.ttf?LpdZFMx-05oG') format('truetype'), url('/images/core/font/jumpicon-regular.svg?kghoYYAEeDU3#jumpicon-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
span.icon-label {
  display: none;
}
.arrow-list:after {
  color: #B0ABB2;
  font-family: jumpicon;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: '\f713';
  font-size: 20px;
  line-height: 0;
  width: 20px;
  padding-left: 6px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 3px;
}
body {
  font-size: 16px;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #201B26;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
menu,
li,
table,
tr,
th,
td {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
menu,
li {
  list-style: none;
}
a {
  color: #2E74CE;
  text-decoration: none;
}
a:hover {
  color: #7fabe3;
}
img {
  border: 0;
}
#recaptcha-wall {
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#recaptcha-wall .js-recaptcha-content-wall {
  text-align: center;
  margin-top: 60px;
  padding: 0 20px;
}
#recaptcha-wall .recaptcha-loading-container,
#recaptcha-wall .recaptcha-checkbox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#recaptcha-wall .recaptcha-loading-container h2,
#recaptcha-wall .recaptcha-checkbox-container h2 {
  font-size: 100%;
  line-height: 1.2;
  font-weight: bold;
}
#recaptcha-wall .recaptcha-loading-container p,
#recaptcha-wall .recaptcha-checkbox-container p {
  font-size: 93%;
  line-height: 1.4;
}
#recaptcha-wall .rookie-logo img {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 420px) {
  #recaptcha-wall .rookie-logo img {
    width: 200px;
  }
}
#recaptcha-wall .recaptcha-loading-spinner {
  margin-bottom: 8px;
}
#recaptcha-wall .recaptcha-loading-spinner img {
  width: 34px;
  height: auto;
}
#recaptcha-wall .recaptcha-top-link {
  display: inline-block;
  margin-top: 60px;
  font-size: 100%;
}
#recaptcha-wall .mock-recaptcha-checkbox {
  box-sizing: border-box;
  width: 300px;
  height: 74px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 10px;
  display: flex;
}
@media screen and (max-width: 420px) {
  #recaptcha-wall .mock-recaptcha-checkbox {
    width: 100%;
  }
}
