@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  background-color:#fafafa;
}

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, tbody, 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: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

html {
  position: relative;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

[tabindex='-1']:focus {
  outline: none;
}

.inset {
  padding: 10px;
}

a.md-no-style, button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

select, button, input {
  vertical-align: baseline;
}

input[type="reset"], input[type="submit"], html input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="reset"][disabled], input[type="submit"][disabled], html input[type="button"][disabled], button[disabled] {
  cursor: default;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  text-shadow: none;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 1px;
  color: #333;
  font-size: 14px;
}

img {
  max-width: 100%;
}

a {
  color: #ff5252;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header .inner-wrap,
.main .main-header,
.main .inner-wrap,
.footer .inner-wrap {
  width: 1014px;
  margin: 0 auto;
  padding-right: 100px;
  padding-left: 100px;
}

.main {
  margin: 150px auto;
}
.main .main-header {
  margin-bottom: 30px;
  font-weight: 500;
}
.main .main-header__title {
  color: #ff5252;
}

.child .main {
  padding-top: 110px;
}

.entries {
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .header .inner-wrap,
  .main .main-header,
  .main .inner-wrap,
  .footer .inner-wrap {
    width: 786px;
    box-sizing: border-box;
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 600px) {
  .header .inner-wrap,
  .main .main-header,
  .main .inner-wrap,
  .footer .inner-wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main {
    padding-top: 0;
    padding-bottom: 100;
  }
  .main .main-header {
    margin-bottom: 10px;
  }
  .main .main-header__title {
    font-size: 12px;
  }

  .child .main {
    padding-top: 95px;
    padding-bottom: 60px;
  }
}
.header.scrolled {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.header .inner-wrap {
  padding-top: 80px;
  padding-bottom: 245px;
}
.header .header-name {
  margin-bottom: 20px;
}
.header .header-name img {
  width: 210px;
}
.header .header-position {
  line-height: 1.3;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}




@media screen and (max-width: 600px) {
  .header .inner-wrap {
    padding-top: 60px;
  }
  .header .header-name {
    margin-bottom: 10px;
  }
  .header .header-name img {
    width: 150px;
  }
  .header .header-position {
    font-size: 12px;
  }

  .child .header .inner-wrap {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .child .header .header-name img {
    width: 120px;
  }
}
.footer .inner-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-nav {
  margin-bottom: 50px;
}
.footer .footer-nav__item {
  text-align: right;
  margin-bottom: 20px;
}
.footer .footer-copyright {
  text-align: right;
  color: #666;
}
.footer .footer-copyright small {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .footer .inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-nav {
    margin-bottom: 30px;
  }
  .footer .footer-nav__item {
    font-size: 12px;
  }
  .footer .footer-copyright small {
    font-size: 10px;
  }
}
