*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

button {
  background: none;
  border: none; }

a {
  color: #2f80ed;
  text-decoration: none; }
  a:hover {
    color: #65a1f1;
    text-decoration: underline; }

.spbr {
  display: none; }
  @media only screen and (max-width: 768px) {
    .spbr {
      display: block; } }

.btn-primary {
  display: inline-block;
  background: #c14229;
  height: 42px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  width: 200px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), inset 0px -3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .btn-primary:hover {
    background: #d74b2f;
    color: #fff;
    text-decoration: none; }
  .btn-primary:active {
    background: #ad3b25; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333; }
  @media only screen and (max-width: 1140px) {
    body {
      background-size: auto 720px; } }
  @media only screen and (max-width: 768px) {
    body {
      background-size: auto 600px; } }

.container {
  background: #fff url("../img/head_bg.png") no-repeat 90% 0;
  background-size: 740px 670px; }
  @media only screen and (max-width: 768px) {
    .container {
      background-position: 100% 156px;
      background-size: 370px 335px; } }

.title {
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 1140px) {
    .title {
      left: -70px; } }
  @media only screen and (max-width: 768px) {
    .title {
      left: -36px;
      width: 90%;
      max-width: 580px;
      min-width: 340px; }
      .title img {
        width: 100%; } }
  .title--sub {
    left: -20px;
    width: 240px; }
    .title--sub img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .title--sub {
        width: 180px;
        min-width: 180px; } }

.header {
  text-align: right;
  padding: 22px;
  vertical-align: middle;
  position: fixed;
  width: 100%;
  z-index: 10; }
  .header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 22px; }
  @media only screen and (max-width: 768px) {
    .header {
      text-align: center;
      padding: 14px;
      height: 72px;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9); }
      .header--scrolled {
        padding: 14px; } }
  .header__menu {
    display: inline-block;
    margin-right: 8px; }
    @media only screen and (max-width: 768px) {
      .header__menu {
        margin-right: 0px; } }
  .header__link {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    margin-right: 24px; }
    @media only screen and (max-width: 768px) {
      .header__link {
        margin-right: 12px;
        font-size: 16px; } }
    .header__link a {
      color: #333; }
      .header__link a:hover {
        color: #c14229; }
  .header__entry {
    display: inline-block; }
  .header__btn {
    width: 172px; }
    @media only screen and (max-width: 768px) {
      .header__btn {
        width: 120px;
        font-size: 13px; } }

.catch {
  max-width: 1140px;
  padding-top: 420px;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 1140px) {
    .catch {
      margin-left: 24px; } }
  @media only screen and (max-width: 768px) {
    .catch {
      margin-left: 0;
      margin-bottom: 72px;
      padding-top: 396px; } }
  .catch__item {
    border-left: 1px solid #c3c3c3;
    padding: 24px 32px; }
    @media only screen and (max-width: 768px) {
      .catch__item {
        border: none;
        padding: 0 24px; } }
  .catch__ttl {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px; }
    @media only screen and (max-width: 768px) {
      .catch__ttl {
        font-size: 30px;
        line-height: 1.3; } }
  .catch__text {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 3px; }
    @media only screen and (max-width: 768px) {
      .catch__text {
        font-size: 16px;
        letter-spacing: 1px; } }

.sec__ttl {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 768px) {
    .sec__ttl {
      font-size: 36px; } }
.sec__subttl {
  font-weight: 700; }

.sec-about {
  max-width: 1140px;
  margin: 0 auto 120px;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sec-about {
      margin-bottom: 56px; } }
  .sec-about:after {
    content: "";
    position: absolute;
    background: #f6f6f6;
    right: 0;
    bottom: 0;
    height: 86%;
    width: 86%;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .sec-about:after {
        height: 94%;
        width: 100%; } }
  .sec-about__img {
    width: 432px;
    z-index: 3; }
    @media only screen and (max-width: 1140px) {
      .sec-about__img {
        width: 320px; } }
    @media only screen and (max-width: 768px) {
      .sec-about__img {
        display: none; } }
    .sec-about__img img {
      width: 432px;
      height: auto; }
      @media only screen and (max-width: 1140px) {
        .sec-about__img img {
          width: 320px; } }
  .sec-about__spimg {
    display: none; }
    @media only screen and (max-width: 768px) {
      .sec-about__spimg {
        display: block;
        z-index: 3;
        margin-bottom: 16px; }
        .sec-about__spimg img {
          width: 100%; } }
  .sec-about__data {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    padding: 8px 32px;
    z-index: 3; }
    @media only screen and (max-width: 768px) {
      .sec-about__data {
        margin-left: 24px;
        margin-right: 24px; } }
  @media only screen and (max-width: 768px) {
    .sec-about__ttl {
      letter-spacing: 3px; } }
  .sec-about__subttl {
    font-size: 26px;
    margin-bottom: 56px; }
    @media only screen and (max-width: 768px) {
      .sec-about__subttl {
        font-size: 16px;
        margin-bottom: 16px; } }
  .sec-about__description {
    font-size: 16px;
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      .sec-about__description {
        font-size: 13px; } }

.sec-member {
  text-align: center; }
  .sec-member__subttl {
    font-size: 26px;
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .sec-member__subttl {
        font-size: 16px;
        margin-bottom: 24px; } }
  .sec-member__flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 768px) {
      .sec-member__flex {
        margin-bottom: 24px; } }
  .sec-member__item {
    width: 274px;
    height: 282px;
    margin: 0 24px 32px; }
    .sec-member__item-1 {
      background: url("../img/circle1.svg") no-repeat 50% 50%; }
    .sec-member__item-2 {
      background: url("../img/circle2.svg") no-repeat 50% 50%; }
    .sec-member__item-3 {
      background: url("../img/circle3.svg") no-repeat 50% 50%; }
    .sec-member__item-4 {
      background: url("../img/circle4.svg") no-repeat 50% 50%; }
    .sec-member__item-5 {
      background: url("../img/circle5.svg") no-repeat 50% 50%; }
    @media only screen and (max-width: 768px) {
      .sec-member__item {
        width: 40%;
        height: auto;
        background-size: 100% 100%;
        margin: 0 12px 24px; } }
  .sec-member__img {
    height: 224px;
    padding-top: 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .sec-member__img {
        height: 140px;
        padding-bottom: 20px; }
        .sec-member__img img {
          height: 100%;
          width: auto; } }
  .sec-member__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .sec-member__text {
        font-size: 13px; }
        .sec-member__text br {
          display: none; } }
  .sec-member__entry {
    margin-bottom: 112px; }
  .sec-member__btn {
    width: 373px;
    height: 64px;
    line-height: 60px;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .sec-member__btn {
        width: 90%;
        max-width: 373px; } }

.sec-outline {
  background: url("../img/outline_bg.svg") no-repeat 50% 50%;
  background-size: 100% 100%; }
  @media only screen and (max-width: 768px) {
    .sec-outline {
      background: none; } }
  .sec-outline__contents {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 104px;
    background: #333;
    color: #fff; }
  .sec-outline__ttl {
    text-align: center;
    margin-bottom: 24px; }
    @media only screen and (max-width: 768px) {
      .sec-outline__ttl {
        margin-bottom: 16px; } }
  .sec-outline__subttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 64px; }
    @media only screen and (max-width: 768px) {
      .sec-outline__subttl {
        font-size: 16px;
        margin-bottom: 32px; } }
  .sec-outline__data {
    max-width: 800px;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 1140px) {
      .sec-outline__data {
        padding: 0 24px; } }
  .sec-outline__item {
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .sec-outline__item {
        border-bottom: 1px solid #666;
        flex-wrap: wrap; }
        .sec-outline__item:last-of-type {
          border: none; } }
  .sec-outline__head {
    padding-top: 32px;
    width: 120px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .sec-outline__head {
        width: 100%;
        margin-bottom: 8px; } }
  .sec-outline__text {
    border-left: 1px solid #666;
    padding-left: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 17px;
    line-height: 1.4;
    flex: 1; }
    .sec-outline__text span {
      font-size: 15px;
      color: #ccc; }
    @media only screen and (max-width: 768px) {
      .sec-outline__text {
        border: none;
        padding: 0 0 32px; }
        .sec-outline__text span {
          display: block;
          font-size: 13px;
          padding-top: 6px; } }
  .sec-outline__btn {
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .sec-outline__btn {
        width: 200px;
        text-align: center;
        padding: 12px; } }
    .sec-outline__btn i {
      vertical-align: middle;
      padding-right: 8px; }
    .sec-outline__btn:hover {
      border-color: #c14229;
      color: #fff;
      text-decoration: none; }

.sec-facilitator {
  display: -webkit-flex;
  display: flex;
  max-width: 800px;
  margin: 0 auto 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 1140px) {
    .sec-facilitator {
      padding: 0 24px 120px; } }
  @media only screen and (max-width: 768px) {
    .sec-facilitator {
      flex-wrap: wrap;
      padding-bottom: 80px; } }
  .sec-facilitator__img {
    width: 362px;
    margin-right: 32px;
    padding: 32px 0; }
    @media only screen and (max-width: 1140px) {
      .sec-facilitator__img {
        width: 240px; }
        .sec-facilitator__img img {
          width: 240px; } }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__img {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-right: 0; } }
  .sec-facilitator__profile {
    border-left: 1px solid #666;
    padding: 32px 0 32px 32px; }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__profile {
        border: none;
        padding-top: 16px;
        padding-left: 0; } }
  .sec-facilitator__head {
    margin-bottom: 32px;
    padding-top: 8px; }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__head {
        margin-bottom: 16px; } }
  .sec-facilitator__name {
    display: inline;
    font-size: 35px;
    font-weight: 700;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__name {
        font-size: 28px; } }
  .sec-facilitator__kana {
    display: inline;
    padding-left: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__kana {
        font-size: 16px; } }
  .sec-facilitator__text {
    font-size: 15px;
    line-height: 1.9; }
    @media only screen and (max-width: 768px) {
      .sec-facilitator__text {
        font-size: 14px; } }

.sec-entry--sub {
  padding-top: 120px; }
.sec-entry__ttl {
  text-align: center;
  margin-bottom: 40px; }
.sec-entry__message {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 32px;
  padding: 0 24px;
  line-height: 1.3; }
.sec-entry__pay {
  max-width: 500px;
  background: #f6f6f6;
  padding: 24px;
  margin: 0 auto 32px;
  border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    .sec-entry__pay {
      width: 80%; } }
.sec-entry__pay-ttl {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px; }
  @media only screen and (max-width: 768px) {
    .sec-entry__pay-ttl {
      font-size: 14px; } }
.sec-entry__pay-text {
  font-size: 14px;
  line-height: 1.7; }
  @media only screen and (max-width: 768px) {
    .sec-entry__pay-text {
      font-size: 12px; } }

.sec-form {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 120px; }
  @media only screen and (max-width: 768px) {
    .sec-form {
      margin: 0 16px 64px; } }
  .sec-form__message {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0 24px;
    line-height: 1.3; }
    .sec-form__message p {
      line-height: 1.6;
      max-width: 540px;
      margin: 0 auto 24px; }
  .sec-form__error {
    display: inline-block;
    padding: 8px;
    color: #c14229;
    font-weight: 700; }
  .sec-form__item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .sec-form__item {
        flex-wrap: wrap; } }
  .sec-form__ttl {
    background: #333;
    color: #fff;
    font-weight: 700;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .sec-form__ttl {
        height: 42px;
        line-height: 42px;
        text-align: left;
        padding-left: 16px;
        width: 100%;
        margin-bottom: 16px; } }
  .sec-form__require {
    display: inline-block;
    background: #c14229;
    color: #fff;
    margin-left: 2px;
    padding: 4px 4px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: 0; }
  .sec-form__data {
    display: block;
    margin-left: 8px;
    flex-grow: 2;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    padding: 0 16px;
    background: #f6f6f6;
    border: none;
    border-radius: 4px; }
    .sec-form__data::placeholder {
      color: #ccc; }
    @media only screen and (max-width: 768px) {
      .sec-form__data {
        font-size: 14px;
        margin-left: 8px;
        margin-bottom: 16px; }
        .sec-form__data--short {
          width: 40%; } }
    .sec-form__data--select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      flex-grow: 0;
      width: 200px; }
    .sec-form__data--area {
      height: 120px;
      line-height: 1.5;
      padding: 16px; }
  .sec-form__filter {
    background: #f6f6f6;
    padding: 16px;
    width: 80%;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #955;
    margin: -16px auto 32px; }
  .sec-form__address {
    font-weight: 700;
    font-family: "Roboto", sans-serif; }
  .sec-form__submit {
    padding-top: 24px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sec-form__submit {
        padding-top: 8px; } }
  .sec-form__close {
    display: inline-block;
    background: #999;
    color: #fff;
    height: 54px;
    padding: 0 40px;
    line-height: 54px;
    font-weight: 700;
    width: 240px;
    text-align: center;
    border-radius: 4px; }
  .sec-form__wait {
    color: #888;
    font-size: 12px;
    padding: 12px 0;
    line-height: 1.4; }
  .sec-form__agree {
    height: 60px;
    margin-bottom: 24px; }
  .sec-form__label {
    width: 80%;
    max-width: 400px; }
  .sec-form__checkbox {
    display: none; }
  .sec-form__check {
    display: inline-block;
    max-width: 400px;
    font-size: 16px;
    font-weight: 700;
    background: #f6f6f6;
    border-radius: 4px;
    height: 60px;
    padding: 0 16px;
    line-height: 60px;
    margin: 0 auto;
    padding-left: 52px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .sec-form__check {
        font-size: 13px;
        padding-left: 40px; } }
    .sec-form__check::before {
      content: "";
      display: block;
      position: absolute;
      top: 16px;
      left: 16px;
      width: 28px;
      height: 28px;
      border: 1px solid #999;
      border-radius: 2px;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .sec-form__check::before {
          width: 20px;
          height: 20px;
          top: 20px;
          left: 14px; } }
  .sec-form__checkbox:checked + .sec-form__check {
    color: #009a9a; }
  .sec-form__checkbox:checked + .sec-form__check::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 25px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #999;
    border-right: 4px solid #999; }
    @media only screen and (max-width: 768px) {
      .sec-form__checkbox:checked + .sec-form__check::after {
        top: 21px;
        left: 20px;
        width: 8px;
        height: 16px;
        border-bottom: 3px solid #999;
        border-right: 3px solid #999; } }
  .sec-form__btn {
    width: 90%;
    max-width: 372px;
    height: 64px;
    line-height: 60px;
    font-size: 18px; }
  .sec-form__back {
    margin-top: 16px;
    width: 90%;
    max-width: 372px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #333; }
    .sec-form__back:hover {
      border-color: #c14229;
      color: #c14229; }
    .sec-form__back:active {
      background: #f6f6f6; }
  .sec-form__re {
    text-align: center; }
  .sec-form__contact {
    display: block;
    width: 90%;
    margin: 16px auto;
    max-width: 372px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    border-radius: 4px;
    border: 2px solid #333;
    vertical-align: middle; }
    .sec-form__contact i {
      vertical-align: middle;
      padding-right: 4px; }
    .sec-form__contact:hover {
      border-color: #c14229;
      color: #c14229; }
    .sec-form__contact:active {
      background: #f6f6f6; }

.sec-policy {
  padding-top: 120px; }
  @media only screen and (max-width: 768px) {
    .sec-policy {
      padding-top: 140px; } }
  .sec-policy__ttl {
    text-align: center;
    letter-spacing: 4px; }
  .sec-policy__subttl {
    text-align: center;
    font-size: 22px;
    margin: 0 auto 64px; }
    @media only screen and (max-width: 768px) {
      .sec-policy__subttl {
        font-size: 16px; } }
  .sec-policy__message {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 24px;
    line-height: 1.6; }
  .sec-policy__data {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px; }
  .sec-policy__item {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    padding: 16px 32px;
    margin-bottom: 56px; }
    @media only screen and (max-width: 768px) {
      .sec-policy__item {
        padding: 16px 24px; } }
  .sec-policy__head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3; }
  .sec-policy__text {
    font-size: 14px;
    line-height: 1.8; }
    .sec-policy__text p {
      margin-bottom: 24px; }
      .sec-policy__text p:last-of-type {
        margin-bottom: 0; }
  .sec-policy__contact {
    background: #f6f6f6;
    padding: 24px;
    margin-bottom: 24px;
    font-size: 13px; }
    .sec-policy__contact h4 {
      font-weight: 700;
      margin-bottom: 8px;
      font-size: 15px;
      line-height: 1.3; }
  .sec-policy__mail {
    display: inline-block;
    border: 2px solid #333;
    margin-right: 8px;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333; }
    @media only screen and (max-width: 768px) {
      .sec-policy__mail {
        display: block;
        width: 200px;
        text-align: center;
        padding: 4px;
        margin-bottom: 8px; } }
    .sec-policy__mail i {
      vertical-align: middle;
      padding-right: 2px; }
    .sec-policy__mail:hover {
      border-color: #c14229;
      color: #c14229;
      text-decoration: none; }
  .sec-policy__date {
    text-align: right;
    max-width: 960px;
    margin: 0 auto 64px;
    padding: 0 24px 0 72px;
    font-size: 13px;
    line-height: 1.4; }

.footer {
  background-color: #333;
  color: #fff;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-bottom: 104px; } }
  .footer__contents {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-top: 64px;
    margin-bottom: 64px; }
    @media only screen and (max-width: 768px) {
      .footer__contents {
        display: block; } }
  .footer__logo {
    margin-right: 56px; }
    @media only screen and (max-width: 768px) {
      .footer__logo {
        text-align: center;
        width: 66%;
        max-width: 340px;
        margin: 0 auto 48px; }
        .footer__logo img {
          width: 100%;
          height: auto; } }
  .footer__menu {
    margin-top: 24px;
    border-top: 1px solid #666;
    padding-top: 32px; }
    @media only screen and (max-width: 768px) {
      .footer__menu {
        width: 90%;
        max-width: 350px;
        margin: 0 auto 32px; } }
  .footer__item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 32px; }
    .footer__item dt {
      width: 120px;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      letter-spacing: 1px; }
    .footer__item dd {
      margin-right: 16px; }
    @media only screen and (max-width: 768px) {
      .footer__item {
        flex-wrap: wrap; }
        .footer__item dt {
          width: 100%;
          margin-bottom: 16px; }
        .footer__item dd {
          margin-right: 16px; } }
  .footer__link {
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .footer__link {
        text-decoration: underline; } }
  .footer__copy {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px; }
    @media only screen and (max-width: 768px) {
      .footer__copy {
        font-size: 11px; } }

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