/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    color: #333;
    margin: 0;
    padding: 0;
}
html{
  overflow: auto;
  overflow-y: scroll;
}
body {
  color: #333;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  text-align: center;
  word-break: break-all;
}
body *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*style*/
.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 100%;
}
.contents {
  height: 100%;
  margin: 0 auto;
  max-width: 75.38461538em;
  padding: 7.692307692em 1em;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.header {
  color: #6699ff;
  font-size: 5.769230769em;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
  padding: 0 0 15px;
  white-space: normal;
  word-break: break-word;
}
.header--secondary {
  color: #666666;
  font-size: 1.3846153em; /* 18px */
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 1.666666666em;
  padding: 0 30px;
}
.header__nowrap{
  white-space: nowrap;
}
.link-list {
  display: flex;
  justify-content: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.15384em;
  height: 230px;
  margin: 0 auto;
  max-width: 680px;
  text-align: left;
  width: 100%;
}
.link-list__item {
  background-position: left center;
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 18px;
  text-align: left;
}
.link-list__icon {
  color: #F00;
}
.lick-list__anchor {
  color: #0095ff;
  text-decoration: underline;
}
.lick-list__anchor:hover {
  color: #F00;
}
@media screen and (max-width: 800px) {
  .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .content {
    font-size: 14px;
  }
  .header--secondary {
    text-align: left;
  }
}