@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus,
button:focus {
  outline: 0; }

select {
  cursor: pointer; }

/***********/
/* RiffIcon */
/* アイコンを付ける要素の:before、:afterに記述する。 */
/* アイコンを付ける要素にposition: relative;を設定する。*/
/***********/
@font-face {
  font-family: RiffIcons;
  src: url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.woff2") format("woff2"), url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.woff") format("woff"), url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.ttf") format("truetype"); }

@font-face {
  font-family: LocoIcons;
  src: url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.woff2") format("woff2"), url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.woff") format("woff"), url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.ttf") format("truetype"); }

.musthead {
  width: 950px;
  margin: 0 auto; }

.noscript {
  width: 750px;
  margin: 0 auto 25px;
  padding: 20px;
  line-height: 1;
  background-color: #ffebeb;
  box-sizing: border-box; }
  .noscript__text {
    margin-bottom: 16px;
    font-size: 14px;
    color: #d90000;
    text-align: center; }
  .noscript__link {
    display: block;
    color: #1a75ff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }

.information {
  width: 750px;
  margin: 0 auto 16px;
  padding: 20px;
  line-height: 1;
  background-color: #f7f7f7;
  box-sizing: border-box; }
  .information__link {
    display: flex;
    color: #1a75ff;
    font-weight: bold;
    align-items: center;
    text-decoration: none; }
    .information__link:before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 20px;
      color: #595959;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: relative;
      display: block;
      margin-right: 8px; }
  .information__text {
    display: block; }

.maintenance {
  width: 750px;
  margin: 0 auto 16px;
  padding: 20px 20px 17px;
  background-color: #e5f1fe;
  box-sizing: border-box; }
  .maintenance__title {
    margin-bottom: 13px;
    text-align: center;
    color: #262626;
    font-size: 16px;
    line-height: 1; }
    .maintenance__title:before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 20px;
      color: #1a75ff;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: relative;
      display: inline-block;
      margin-right: 4px; }
  .maintenance__text {
    font-size: 14px;
    line-height: 1.4;
    text-align: center; }
    .maintenance__text--bold {
      font-weight: bold; }

.alert {
  width: 750px;
  margin: 0 auto 16px;
  padding: 20px;
  line-height: 1;
  background-color: #ffebeb;
  box-sizing: border-box; }
  .alert__text {
    color: #d90000;
    font-weight: bold;
    text-align: center; }

.footer {
  clear: both;
  margin-top: 40px;
  padding-bottom: 100px; }
  .footer a {
    color: #1a75ff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
    .footer a:visited {
      color: #1a75ff; }
  .footer__body {
    width: 950px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc; }
  .footer__list {
    display: table;
    margin: 0 auto 5px;
    font-size: 13px; }
  .footer__item {
    display: table-cell; }
    .footer__item:not(:last-child):after {
      padding: 0 5px;
      content: "-"; }
  .footer__copy {
    display: block;
    color: #333333;
    font-size: 14px;
    text-align: center; }

a {
  color: #1a75ff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

