.mb {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .mb {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .pc {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media print, screen and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-top: 0;
  color: #505050;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 600px) {
  body {
    min-width: 1030px;
    margin-top: 91px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
  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;
}

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;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.8;
}

body {
  background: #000;
}

.header,
.article,
.aside__nav,
.footer {
  background: #fff;
}

.l-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .l-inner {
    max-width: 1240px;
  }
}

@media print, screen and (min-width: 600px) {
  .main__unit2col {
    display: flex;
    justify-content: space-between;
  }
}

.article {
  max-width: 80%;
  width: 100%;
}
.article__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.article__subttl {
  margin: 40px 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.article__inner {
  padding: 0 15px;
}
.article__sns {
  display: flex;
}
.article__sns-list {
  display: flex;
  justify-content: space-around;
}
.article__Recommend-ttl {
  text-align: center;
}
.article__Recommend-list {
  display: flex;
  justify-content: space-between;
}
.article__Recommend-card {
  max-width: 24%;
  width: 100%;
  background: gainsboro;
  display: block;
}
.article__Recommend-link {
  display: block;
  height: 200px;
}

.main__inner,
.aside__inner {
  padding: 0 15px;
}

.aside {
  max-width: calc(20% - 10px);
  width: 100%;
}
.aside__link {
  display: block;
}
.aside__link::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(0, -2px) rotate(45deg);
}/*# sourceMappingURL=style.css.map */