@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
.main {
  position: relative; }
  .main .header_title {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: auto;
    text-align: center;
    z-index: 10; }
    .main .header_title:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      top: -10px;
      left: 0;
      right: 0;
      margin: auto;
      background: #111;
      transform: rotate(45deg); }
    .main .header_title:after {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      bottom: -14px;
      left: 0;
      right: 0;
      margin: auto;
      background: #111;
      transform: rotate(45deg); }
  .main .gnav_pc {
    position: absolute;
    left: 40px;
    top: 37.5%;
    z-index: 1; }
    .main .gnav_pc ul {
      list-style: none;
      width: 100%;
      display: flex; }
      .main .gnav_pc ul li {
        width: 25%;
        margin-left: 20px; }
        .main .gnav_pc ul li:first-child {
          margin-left: 0; }
        .main .gnav_pc ul li:last-child {
          pointer-events: none;
          text-decoration: line-through; }
        .main .gnav_pc ul li a {
          text-decoration: none;
          color: #000;
          transition: .3s; }
          .main .gnav_pc ul li a:hover {
            text-decoration: underline;
            opacity: 0.7;
            transition: .3s; }

@media (max-width: 768px) {
  .main {
    min-width: 360px; }
    .main .gnav_pc {
      position: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s ease, visibility .4s ease; }
      .main .gnav_pc.active {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s ease, visibility .4s ease; }
      .main .gnav_pc ul {
        position: relative;
        display: block;
        padding: 20px 0 0 0;
        width: 300px;
        height: 300px;
        border-radius: 150px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.9);
        flex-direction: row-reverse; }
        .main .gnav_pc ul:before {
          content: "";
          position: absolute;
          top: -5px;
          left: -5px;
          display: block;
          width: 306px;
          height: 306px;
          border-radius: 153px;
          border: 1px solid #fff; }
        .main .gnav_pc ul:after {
          content: "";
          position: absolute;
          top: -10px;
          left: -10px;
          display: block;
          width: 316px;
          height: 316px;
          border-radius: 158px;
          border: 1px solid #fff; }
        .main .gnav_pc ul li {
          width: 100%;
          font-size: 1.5rem;
          margin: 0 auto;
          text-align: center; }
          .main .gnav_pc ul li:first-child {
            margin: 0 auto; }
          .main .gnav_pc ul li a {
            color: #111;
            position: relative;
            display: block;
            text-align: center;
            height: 65px;
            line-height: 65px;
            width: 100%;
            z-index: 10; } }
@media (max-width: 768px) {
  .gnav {
    position: relative;
    width: 100%; }
    .gnav .gnav_wrapper {
      position: relative; }
    .gnav .gnav_sp {
      display: block;
      position: fixed;
      width: 100%;
      margin: 0 auto;
      z-index: 20; }
      .gnav .gnav_sp .gnav_trigger,
      .gnav .gnav_sp .gnav_trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      .gnav .gnav_sp .gnav_trigger {
        position: relative;
        display: block;
        width: 30px;
        height: 25px;
        margin: 20px auto 0 5%;
        z-index: 20; }
        .gnav .gnav_sp .gnav_trigger span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #111;
          border-radius: 1px; }
          .gnav .gnav_sp .gnav_trigger span:nth-of-type(1) {
            top: 0; }
          .gnav .gnav_sp .gnav_trigger span:nth-of-type(2) {
            top: 11px; }
          .gnav .gnav_sp .gnav_trigger span:nth-of-type(3) {
            bottom: 0; }
        .gnav .gnav_sp .gnav_trigger.active span {
          height: 1px;
          background-color: #fff; }
          .gnav .gnav_sp .gnav_trigger.active span:nth-of-type(1) {
            -webkit-transform: translateY(13px) rotate(-315deg);
            transform: translateY(13px) rotate(-315deg); }
          .gnav .gnav_sp .gnav_trigger.active span:nth-of-type(2) {
            opacity: 0; }
          .gnav .gnav_sp .gnav_trigger.active span:nth-of-type(3) {
            -webkit-transform: translateY(-11px) rotate(315deg);
            transform: translateY(-11px) rotate(315deg); } }
/*  */
.main_box .columns {
  margin-left: 0; }
.main_box .six {
  width: 50% !important; }
.main_box .main_box_info,
.main_box .main_box_img {
  position: relative;
  height: 100vh; }
.main_box .main_box_info {
  padding: 20px 20px 20px 40px; }
  .main_box .main_box_info .main_box_title {
    margin: 15% auto 1rem 0;
    font-size: 7rem; }
  .main_box .main_box_info .main_box_info_text {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    border-top: 1px solid #000;
    padding: 20px 20px 0 0;
    font-size: 1.2rem;
    position: absolute;
    right: 0px;
    bottom: 10px;
    max-width: 62%; }
  .main_box .main_box_info .main_box_info_date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.3rem;
    width: 60%; }
.main_box .main_box_img {
  background: linear-gradient(-45deg, #e5eaeb, #ebe5ea, #eaebe5, #bac7ca);
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite; }
  .main_box .main_box_img:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -20px;
    display: block;
    width: 1px;
    height: 40px;
    background: #666; }
  .main_box .main_box_img img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    margin: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 80%;
    margin: 0 auto; }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@media (max-width: 960px) {
  .header_title {
    display: none; }

  .main_box_info .main_box_title {
    margin: 15% auto 1rem 0;
    font-size: 4rem; }
  .main_box_info .main_box_info_date {
    font-size: 1.5rem; } }
@media (max-width: 768px) {
  .main_box {
    display: flex;
    flex-direction: column; }
    .main_box .six {
      width: 100% !important; }
    .main_box .main_box_info {
      position: absolute;
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0;
      margin: auto;
      z-index: 1; }
      .main_box .main_box_info .main_box_title {
        color: #111;
        margin: 0 auto 0;
        font-size: 3rem;
        letter-spacing: 2px;
        text-align: center; }
      .main_box .main_box_info .main_box_info_text,
      .main_box .main_box_info .main_box_info_date {
        display: none; }
    .main_box .main_box_img {
      margin: 0 auto;
      height: 100%;
      background: url("../img/artwork/190609.jpg") no-repeat center center;
      background-size: cover;
      animation: none;
      padding: 76.5% 0; }
      .main_box .main_box_img img {
        display: none; } }
/* contents */
.contents {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7; }
  .contents .contents_about,
  .contents .contents_skills,
  .contents .contents_whatido,
  .contents .contents_recent,
  .contents .contents_form {
    padding: 120px 40px; }
  .contents .contents_title {
    position: relative;
    letter-spacing: 0.1rem;
    margin: 0 auto 120px auto; }
    .contents .contents_title:before {
      position: absolute;
      content: "";
      display: block;
      bottom: -10px;
      right: 0;
      left: 0;
      margin: auto;
      height: 1px;
      width: 40px;
      background-color: #000; }
    .contents .contents_title:after {
      position: absolute;
      content: "";
      display: block;
      bottom: -15px;
      right: 0;
      left: 0;
      margin: auto;
      height: 1px;
      width: 20px;
      background-color: #000; }

/* contents_about */
.contents_about p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 5rem; }
  .contents_about p br {
    display: block; }

@media (max-width: 768px) {
  .contents_about p {
    text-align: left;
    line-height: 3rem; }
    .contents_about p br {
      display: none; } }
/* contents_skills */
.contents_skills {
  position: relative;
  background: url("../img/img6.jpg") fixed;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden; }
  .contents_skills:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    opacity: 0.7;
    z-index: -1; }
  .contents_skills .columns img {
    max-width: 100px;
    width: 100px;
    margin: 0 auto; }
  .contents_skills .contents_skills_title {
    letter-spacing: 0.2px;
    margin: 15px auto 20px auto; }
    .contents_skills .contents_skills_title + p {
      font-family: 'Noto Sans Japanese', sans-serif;
      font-weight: 200;
      font-size: 1.2rem;
      line-height: 2.5rem;
      letter-spacing: 0.1px;
      max-width: 80%;
      margin: 0 auto; }

@media (max-width: 768px) {
  .contents_skills .columns img {
    max-width: 60px; }
  .contents_skills .contents_skills_title {
    margin: 10px auto 15px; }
    .contents_skills .contents_skills_title + p {
      line-height: 2.5rem;
      max-width: 100%;
      text-align: left;
      margin: 0 auto 120px; } }
/* contents_whatido */
.contents_whatido ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.contents_whatido .row_under {
  margin-bottom: 3.5%; }

@media (max-width: 768px) {
  .contents_whatido img {
    margin-bottom: 18px; } }
/* contents_recent */
/* contents_form */
.footer {
  position: relative;
  border-top: 1px solid #eee;
  margin: 0 auto; }
  .footer .footer_pagetotop a {
    display: block;
    text-decoration: underline;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid green; }
  .footer .footer_nav ul {
    width: 100%;
    margin: 60px auto 40px auto;
    text-align: center; }
    .footer .footer_nav ul li {
      display: inline-block;
      margin: 0 20px 0 0;
      max-width: 30px;
      width: 30px; }
      .footer .footer_nav ul li img {
        opacity: 0.2; }
        .footer .footer_nav ul li img a {
          pointer-events: none; }
      .footer .footer_nav ul li:last-child {
        margin: 0; }
  .footer .copyright {
    font-family: 'Noto Sans Japanese', sans-serif;
    width: 100%;
    font-weight: 200;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 0 auto 40px;
    text-align: center; }

@media (max-width: 768px) {
  .footer_nav ul li {
    max-width: 24px;
    width: 24px; }

  .footer .copyright {
    font-size: 1.0rem;
    margin-bottom: 15px; } }
/* --------------------------------------------- */
/* ---------- */
/*    modal   */
/* ---------- */
.modal_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .modal_box .modal_bg {
    background-color: rgba(240, 240, 240, 0.9);
    height: 100%;
    width: 100%; }
  .modal_box .modal_inner {
    background-color: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 900px;
    min-width: 600px; }
    .modal_box .modal_inner .modal_close {
      cursor: pointer;
      position: absolute;
      right: 5px;
      top: -5px;
      font-size: 2rem; }
    .modal_box .modal_inner .modal_block {
      display: flex; }
      .modal_box .modal_inner .modal_block .modal_textbox {
        min-width: 200px; }
        .modal_box .modal_inner .modal_block .modal_textbox ul {
          list-style: none;
          margin: 0; }
          .modal_box .modal_inner .modal_block .modal_textbox ul li {
            text-align: right;
            color: #666;
            margin: 0 0 0 auto;
            font-size: 0.8rem; }
        .modal_box .modal_inner .modal_block .modal_textbox p {
          text-align: right;
          color: #333;
          font-weight: bold;
          margin: 10px auto 15px; }
      .modal_box .modal_inner .modal_block .modal_imagebox img {
        min-width: 300px; }

@media (max-width: 768px) {
  .modal_box .modal_inner .modal_block .modal_imagebox img {
    min-width: 100%; } }
.contents_whatido ul.modal_trigger li {
  margin: 0 20px 20px 0;
  padding: 0;
  width: 31%; }
  .contents_whatido ul.modal_trigger li :nth-child(3n) {
    margin: 0 0 20px 0; }

@media (max-width: 768px) {
  .contents_whatido ul.modal_trigger li {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%; }
    .contents_whatido ul.modal_trigger li:nth-child(3n) {
      margin: 0 auto 20px auto; }
  .contents_whatido .modal_block {
    flex-direction: column; }
  .contents_whatido .modal_inner {
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto; } }
.contents_recent ul.modal_ui {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  .contents_recent ul.modal_ui li {
    margin: 0 20px 0 0;
    width: calc(100% / 6); }
    .contents_recent ul.modal_ui li:last-child {
      margin: 0; }

@media (max-width: 768px) {
  .contents_recent ul.modal_ui {
    display: flex;
    flex-wrap: wrap; }
    .contents_recent ul.modal_ui li {
      margin: 0 10px 10px 0;
      width: calc(50% - 5px);
      line-height: 0; }
      .contents_recent ul.modal_ui li:nth-child(2n) {
        margin: 0 auto; }
  .contents_recent .modal_inner {
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto; }
    .contents_recent .modal_inner .modal_block {
      flex-direction: column; }
      .contents_recent .modal_inner .modal_block .modal_textbox {
        width: 100%; }
        .contents_recent .modal_inner .modal_block .modal_textbox p {
          margin: 0;
          font-size: 1rem; }
      .contents_recent .modal_inner .modal_block .modal_imagebox {
        width: 100%; }
        .contents_recent .modal_inner .modal_block .modal_imagebox img {
          min-width: 100%;
          line-height: 0; } }
/* --------------------------------------------- */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  /* font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  color: #111; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  position: relative;
  background: #fff;
  color: #1a1a1a; }

img {
  width: 100%;
  max-width: 100%; }

ul {
  list-style: none;
  margin-bottom: 0; }

li {
  margin-bottom: 0; }

/*# sourceMappingURL=index.css.map */
