@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol,
div {
  margin: 0;
  padding: 0; }

html {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  color: #303030;
  font-size: 10px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  max-width: 767px;
  margin: 0 auto; }

.overflow {
  overflow: hidden; }

/* overrides */
.h-auto img {
  height: auto !important; }

.o-none img {
  -o-object-fit: none !important;
     object-fit: none !important; }

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header__container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 22px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo span {
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8em; }
  .header__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo h1 {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 2.4rem;
    color: #000;
    font-weight: 300;
    display: inline;
    margin-left: 15px; }
  .header__col-search {
    width: 300px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header__search-input {
    width: 100%;
    position: relative; }
    .header__search-input input[type="text"] {
      border: 0;
      padding: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - 28px);
      font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif; }
    .header__search-input input[type="button"] {
      position: absolute;
      right: 0;
      top: 0;
      background-image: url("/src/img/search-icon.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 27px;
      height: 30px;
      border: 0; }
  .header__contact {
    width: 100%;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Arial, Helvetica, sans-serif; }
    .header__contact img {
      height: 60%;
      padding: 0 15px 0 20px; }
    .header__contact span {
      font-size: 1.6rem;
      letter-spacing: 1px;
      color: #000; }
    .header__contact small {
      font-size: 1.3rem;
      color: #000;
      padding-left: 10px; }
  .header__col-links {
    width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3rem; }
    .header__links a:hover {
      text-decoration: underline; }
    .header__links span {
      margin: 0 10px; }
  .header__cart {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 160px;
    height: 30px;
    color: #fff;
    background-color: #6b6b6b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px; }
    .header__cart img {
      height: 75%;
      padding: 0 5px 0 15px; }
  .header__schedules {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.3rem;
    margin-top: 10px; }

.title2 {
  padding-top: 4px;
}

.title2 img {
  top: 0;
}

.sidemenu {
  width: 250px;
  padding-right: 40px;
  margin-top: 50px; }
  .sidemenu__title {
    font-size: 1.7rem;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .sidemenu__search-bar {
    margin: 15px 0 35px;
    position: relative; }
    .sidemenu__search-bar input[type="text"] {
      border: 0;
      background-color: #eee;
      height: 30px;
      padding: 10px;
      padding-right: 33px;
      font-size: 1.4rem;
      width: 100%; }
    .sidemenu__search-bar input[type="button"] {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 30px;
      border: 0;
      background-color: #fff;
      background-image: url("/src/img/icon-mushimegane.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
  .sidemenu__product-category {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .sidemenu__product-category:hover {
      background-color: #f5f5f5; }
    .sidemenu__product-category a {
      display: block; }
  .sidemenu__banners {
    margin: 20px 0 25px; }
    .sidemenu__banners img {
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .sidemenu__banners img:hover {
        opacity: 0.5; }
  .sidemenu p {
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
    font-weight: 500; }

.footer {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #dfebee; }
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif; }
    .footer__links span {
      margin: 0 10px; }
    .footer__links a {
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .footer__links a:hover {
        color: #666;
        text-decoration: underline; }
  .footer__sns {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0050a1;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10px; }
    .footer__sns:hover img {
      opacity: 0.7; }
    .footer__sns img {
      -webkit-transition: all 100ms ease-out;
      -o-transition: all 100ms ease-out;
      transition: all 100ms ease-out;
      width: 70%;
      height: 77%; }
  .footer__copyright {
    text-align: center;
    font-size: 1.2rem;
    color: #666; }

.navigation {
  background-color: #dfebee;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .navigation__list {
    max-width: 1150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navigation__list-item {
    width: 20%;
    text-align: center;
    padding: 16px 0 14px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35em;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    .navigation__list-item:hover {
      background-color: #eee; }

.content {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: start;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */ }
  .content * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .content__wrapper {
    /* width: 900px; */
    width: 95%;
    margin: auto; }
  .content__list {
    margin-top: 100px; }
    .content__list--light-blue {
      margin-top: 80px; }
      .content__list--light-blue .content__list-title {
        background-color: #bce1cf !important; }
  .content__list-title {
    font-size: 17.5px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
    color: #333; }
    .content__list-title::before {
      content: '•';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 4rem; }
    .content__list-title--large {
      font-size: 22.5px; }
    .content__list-title--colored {
      background-color: #dfebee;
      padding: 5px 10px; }
      .content__list-title--colored::before {
        content: ''; }
      .content__list-title--colored.yellow {
        background-color: #fdf2bb; }
      .content__list-title--colored.light-blue {
        background-color: #dbfdff; }
      .content__list-title--colored.pink {
        background-color: #f597a5; }
      .content__list-title--colored.light-pink {
        background-color: #ffc665; }
    .content__list-title--dashed {
      border-bottom: 3px dashed #fdf2bb;
      padding: 5px 10px; }
      .content__list-title--dashed::before {
        content: ''; }
    .content__list-title--bordered {
      border-bottom: 2px solid #dbfdff;
      padding: 5px 10px; }
      .content__list-title--bordered::before {
        content: ''; }
    .content__list-title--thick-border {
      border-bottom: 1px solid #ccc;
      padding: 5px 0; }
      .content__list-title--thick-border::before {
        content: ''; }
      .content__list-title--thick-border span {
        border-bottom: 2px solid #f597a5;
        padding: 6px 0; }
    .content__list-title--l-shade::before {
      content: '';
      width: 5px;
      height: 80%;
      background-color: #ffd2d2; }
  .content__list-item {
    margin-bottom: 30px; }
    .content__list-item p {
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 1px;
      padding-left: 25px;
      margin-bottom: 15px; }
    .content__list-item li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
      font-size: 1.4rem; }
      .content__list-item li:last-of-type {
        margin-bottom: 0; }
      .content__list-item li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        -webkit-transform: rotate(45deg) translateY(-50%);
            -ms-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%); }
    .content__list-item .no-padding {
      padding: 0; }
    .content__list-item b {
      font-size: 1.6rem; }
    .content__list-item h4 {
      font-size: 1.8rem;
      margin-bottom: 15px; }
  .content__image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 20px auto; }
    .content__image-container img {
      width: 100%;
      margin: auto; }
    .content__image-container--three .content__image {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 120px;
      position: relative;
      overflow: hidden; }
      .content__image-container--three .content__image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
    .content__image-container--small {
      width: 40%;
      height: 200px; }
    .content__image-container--200 img {
      height: auto; }
      .content__image-container--200 img:last-of-type {
        margin-top: 15px; }
    .content__image-container--hp {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px; }
    .content__image-container.h-auto img {
      height: auto; }
    .content__image-container.flower-mosaic {
      margin-top: -20px; }
  .content__row-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content__row-item--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .content__row {
    margin-bottom: 20px; }
    .content__row:not(:first-of-type) {
      padding: 0 20px; }
    .content__row--three {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content__row--three .content__row-item {
        width: 100%;
        margin-bottom: 40px;
        display: block; }
      .content__row--three .content__col-text {
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 20px; }
      .content__row--three .content__col-image {
        width: 100%;
        height: 135px !important;
        overflow: hidden; }
        .content__row--three .content__col-image img {
          -o-object-fit: none;
             object-fit: none; }
      .content__row--three h4 {
        height: auto; }
  .content__col-text {
    width: 100%;
    padding: 10px; }
    .content__col-text p {
      padding: 0;
      letter-spacing: 1px; }
    .content__col-text--revese {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .content__col-image {
    width: auto;
    height: 350px; }
    .content__col-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .content__col-image.h-auto {
      height: auto; }
  .content__title {
    font-size: 28px;
    text-align: center;
    margin: 80px 0 40px; }
  .content__button-row {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content__button-row.light-blue .content__button a {
      background-color: #bce1cf; }
    .content__button-row.light-yellow .content__button a {
      background-color: #fdf2bb; }
    .content__button-row.light-blue-secondary .content__button a {
      background-color: #dbfdff; }
      .content__button-row.light-blue-secondary .content__button a:hover {
        color: #333; }
    .content__button-row.pink .content__button a {
      background-color: #f597a5; }
  .content__button {
    width: auto;
    padding: 0 15px;
    margin: 0;
    height: 50px; }
    .content__button:first-of-type {
      margin-right: 0;
      margin-bottom: 20px; }
    .content__button a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      background-color: #dfebee;
      border-radius: 30px;
      font-size: 12.5px;
      font-weight: 700;
      color: #333;
      line-height: 1.3em;
      height: 100%;
      padding: 10px 0;
      -webkit-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      padding: 0 15px; }
      .content__button a:hover {
        background-color: #65d7f3;
        color: #fff;
        letter-spacing: 1px; }
    .content__button--small {
      width: auto; }
      .content__button--small a {
        font-size: 12.5px; }
        .content__button--small a:hover {
          letter-spacing: 0; }
  .content__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0; }
  .content__gallery-col--side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%; }
    .content__gallery-col--side .content__gallery-img {
      height: 140px;
      position: relative;
      overflow: hidden; }
  .content__gallery-col--main {
    width: 70%;
    position: relative; }
    .content__gallery-col--main em {
      position: absolute;
      bottom: 20px;
      left: 0;
      padding: 0 7%;
      font-size: 2rem;
      font-weight: 500;
      color: #ffe599;
      z-index: 1; }
  .content__gallery-img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .content__gallery-img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .content__carousel {
    width: 100%;
    margin: 60px 0 150px; }
  .content__carousel-cell {
    width: 200px;
    height: 150px; }
    .content__carousel-cell img {
      width: 100%;
      height: auto; }
  .content__carousel-image {
    height: auto; }
    .content__carousel-image--100 {
      height: 100%; }
      .content__carousel-image--100 img {
        height: 100%; }
  .content__sublist-item {
    padding: 0 !important; }
    .content__sublist-item::before {
      content: '';
      position: absolute;
      left: 0 !important;
      top: 0 !important;
      height: 100% !important;
      width: 5px !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      border: 0 !important; }
    .content__sublist-item::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%; }
    .content__sublist-item span {
      padding: 0 15px;
      font-weight: 700;
      position: relative; }
      .content__sublist-item span::before {
        content: '';
        position: absolute;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 5px !important;
        background-color: #65d7f3;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        border: 0 !important; }
      .content__sublist-item span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%; }
  .content__innerlist-item::before {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important; }
  /* @media screen and (max-width: 980px){
    html {
      min-width: 980px; } }
  @media screen and (max-width: 767px){
    html {
      max-width: 767px; }
      .content__wrapper {
        width: 95%; }
      .content__list-title {
        font-size: 17.5px; }
        .content__list-title--large {
          font-size: 22.5px; }
        .content__list-item p {
          margin-bottom: 15px; }
      .content__image-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .content__image-container img {
          margin: auto; }
        .content__image-container--200 img {
          height: auto; }
          .content__image-container--200 img:last-of-type {
            margin-top: 15px; }
      .content__row-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .content__row-item--reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .content__row--three {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .content__row--three .content__row-item {
            width: 100%;
            margin-bottom: 40px; }
          .content__row--three .content__col-text {
            height: auto;
            margin-bottom: 20px; }
          .content__row--three h4 {
            height: auto; }
      .content__col-text {
        width: 100%;
        padding: 10px; }
      .content__col-image {
        width: auto; }
        .content__col-image img {
          -o-object-fit: none;
             object-fit: none; }
      .content__title {
        font-size: 28px; }
      .content__button-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .content__button {
        width: auto;
        padding: 0 15px;
        margin: 0; }
        .content__button:first-of-type {
          margin-right: 0;
          margin-bottom: 20px; }
        .content__button a {
          font-size: 12.5px; }
        .content__button--small {
          width: auto; }
          .content__button--small a {
            font-size: 12.5px; } } */


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