@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  font-size: 100%;
  font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 980px) {
  .pc_hidden {
    display: none; } }

.pc_block {
  display: none; }
  @media only screen and (min-width: 980px) {
    .pc_block {
      display: block; } }

a {
  display: block;
  text-decoration: none; }

.clear {
  clear: both; }

img {
  width: auto;
  margin: 0 auto;
  max-width: 100%; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #3e3a39;
  position: relative; }

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto; } }

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px;
  background: white; }
  header a {
    width: 141px;
    height: 29px;
    margin: 0 auto;
    position: relative; }
    header a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 141px;
      height: 29px;
      z-index: -1;
      background-size: cover;
      background-position: center center;
      background-image: url("../img/logo.jpg");
      z-index: 2; }

.post_link_container {
  height: auto;
  overflow: hidden; }

.post_link_txt {
  padding: 0 20px;
  max-width: 680px;
  margin: 20px auto 0;
  line-height: 1.8;
  display: block; }
  @media only screen and (min-width: 980px) {
    .post_link_txt {
      max-width: 800px;
      font-size: 1rem;
      text-align: center;
      margin: 15px auto -20px; } }
  .post_link_txt span.code {
    background: #fff0f0;
    color: red;
    font-weight: bold;
    padding: 4px 5px;
    margin: 0 3px;
    border: 2px solid red;
    border-radius: 2px; }

.post_link {
  background: #f04b4b;
  box-shadow: 0 7px 0 #a80e0e;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 10px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all .2s linear; }
  @media only screen and (min-width: 980px) {
    .post_link {
      max-width: 700px;
      margin: 50px auto 20px;
      font-size: 22px;
      padding: 20px; } }
  .post_link:hover {
    opacity: 0.85;
    transition: all .2s linear;
    box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5);
    margin-top: 22px;
    margin-bottom: 13px; }
    @media only screen and (min-width: 980px) {
      .post_link:hover {
        margin-top: 57px;
        margin-bottom: 13px; } }

@media only screen and (min-width: 980px) {
  .top_post_link {
    margin: 20px auto 20px; } }
.top_post_link:hover {
  background: #f26363;
  opacity: 1;
  transition: all .2s linear;
  box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5);
  margin-top: 22px;
  margin-bottom: 13px; }
  @media only screen and (min-width: 980px) {
    .top_post_link:hover {
      margin-top: 27px;
      margin-bottom: 13px; } }

section {
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  clear: both; }
  @media only screen and (min-width: 980px) {
    section {
      padding: 70px 10px; } }

.title {
  color: #0075c1;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px; }
  @media only screen and (min-width: 980px) {
    .title {
      font-size: 28px; } }
  .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #ddbbe3;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }

.subtitle {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 700px; }
  @media only screen and (min-width: 980px) {
    .subtitle {
      font-size: 18px;
      margin: 0 auto 30px;
      max-width: 1200px; } }
  .subtitle p {
    display: inline-block; }

.linktitle {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 700px;
  color: #808080; }
  @media only screen and (min-width: 980px) {
    .linktitle {
      font-size: 18px;
      margin: 50px auto 0;
      max-width: 1200px; } }
  .linktitle p {
    display: block;
    margin: 30px 0 15px;
    padding: 0 0 15px;
    position: relative;
    color: #3e3a39; }
    @media only screen and (min-width: 980px) {
      .linktitle p {
        padding: 0 0 20px;
        margin: 30px 0 20px; } }
    .linktitle p:after {
      content: "";
      display: block;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: #f04b4b;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
  .linktitle a {
    color: #004775;
    text-decoration: underline;
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 1.8; }
  .linktitle a:last-child {
    margin: 0; }
  .linktitle a:hover {
    text-decoration: underline; }

.logo_area {
  height: auto;
  overflow: hidden;
  padding: 0 10px 20px;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .logo_area {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 10px; } }
  .logo_area .logo_img {
    width: calc(100% / 3);
    float: left;
    height: 80px;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .logo_area .logo_img {
        height: 75px;
        width: calc(100% / 5);
        margin: 20px 0 0; } }
    .logo_area .logo_img img {
      position: absolute;
      position: absolute;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 5px; }
      @media only screen and (min-width: 980px) {
        .logo_area .logo_img img {
          padding: 5px 10px; } }

.inner_section__box {
  height: auto;
  overflow: hidden;
  clear: both;
  margin: 0 -10px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 980px) {
    .inner_section__box {
      margin: 60px -10px 0; } }

.inner_section {
  padding: 25px 20px 20px; }
  @media only screen and (min-width: 980px) {
    .inner_section {
      width: 50%;
      float: left;
      padding: 40px 40px; } }
  @media only screen and (min-width: 980px) {
    .inner_section .inner_section__content {
      max-width: 700px; } }
  .inner_section .inner_section__content img {
    width: 98%;
    margin: 0 1%; }

.inner_section01 {
  color: #0075c1; }
  .inner_section01:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/back.jpg");
    background-repeat: no-repeat;
    background-size: auto 50%;
    opacity: 0.2; }
    @media only screen and (min-width: 980px) {
      .inner_section01:before {
        background-size: cover; } }
  .inner_section01 .inner_section__content {
    max-width: 700px;
    margin: 0 auto; }
    @media only screen and (min-width: 980px) {
      .inner_section01 .inner_section__content {
        float: right; } }

.inner_section02 {
  background: url("../img/back02.jpg");
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .inner_section02 .inner_section__content {
    max-width: 700px;
    margin: 0 auto;
    position: relative; }
  .inner_section02 .title {
    color: white; }
  .inner_section02 .right {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0; }
    @media only screen and (min-width: 980px) {
      .inner_section02 .right {
        right: 2.5%;
        font-size: 17px;
        letter-spacing: .1px; } }

.infomation {
  background: #f5f5f5; }
  @media only screen and (min-width: 640px) {
    .infomation {
      padding: 20px 7% 30px; } }
  @media only screen and (min-width: 980px) {
    .infomation {
      padding: 20px auto 30px; } }
  .infomation h1 {
    font-size: 1.7rem;
    padding: 20px 0 10px; }
    @media only screen and (min-width: 980px) {
      .infomation h1 {
        font-size: 2rem;
        padding: 40px 0 10px; } }
  .infomation .past_box {
    padding: 0 3% 20px; }
    .infomation .past_box__tr {
      margin: 0 0 15px; }
      @media only screen and (min-width: 640px) {
        .infomation .past_box__tr {
          margin: 0 0 10px; } }
    .infomation .past_box__th {
      border-radius: 3px;
      font-weight: bold;
      font-size: 1.1rem;
      display: flex;
      padding: 25px 0 5px; }
      @media only screen and (min-width: 640px) {
        .infomation .past_box__th {
          font-size: 1.1rem; } }
    .infomation .past_box__td {
      text-align: left;
      background: white; }
      @media only screen and (min-width: 640px) {
        .infomation .past_box__td {
          width: 94%;
          margin: 0 3%; } }
      @media only screen and (min-width: 980px) {
        .infomation .past_box__td {
          margin: 5px 0 5px 20px; } }
      .infomation .past_box__td p {
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-size: .99rem; }
        @media only screen and (min-width: 980px) {
          .infomation .past_box__td p {
            font-size: 1.1rem; } }
        .infomation .past_box__td p:after {
          background: none; }
        .infomation .past_box__td p span {
          color: #736c6a;
          display: block;
          font-weight: 100;
          font-size: .88rem;
          padding: 10px 0 5px; }
          @media only screen and (min-width: 980px) {
            .infomation .past_box__td p span {
              padding: 0 0 8px;
              font-size: .9rem; } }
      .infomation .past_box__td a {
        line-height: 1.2;
        color: #3e3a39;
        padding: 18px 15px 15px;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
        width: 100%; }
        @media only screen and (min-width: 640px) {
          .infomation .past_box__td a {
            padding: 18px 5% 15px; } }
        @media only screen and (min-width: 980px) {
          .infomation .past_box__td a {
            display: flex;
            align-items: center;
            padding: 15px 20px; } }
        .infomation .past_box__td a:hover {
          opacity: .8;
          transition: all .2s linear;
          box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.4); }
    .infomation .past_box__img {
      position: relative; }
      @media only screen and (min-width: 980px) {
        .infomation .past_box__img {
          width: 390px; } }
      .infomation .past_box__img img {
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto; }
    .infomation .past_box__title {
      padding: 5px 0; }
      @media only screen and (min-width: 640px) {
        .infomation .past_box__title {
          padding: 10px 0 10px 15px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: 100%; } }
      @media only screen and (min-width: 980px) {
        .infomation .past_box__title {
          max-width: calc(100% - 400px); } }
    .infomation .past_box__item {
      padding-bottom: 10px; }
      .infomation .past_box__item:last-child {
        padding-bottom: 0; }

.step_area {
  height: auto;
  overflow: hidden; }
  @media only screen and (min-width: 980px) {
    .step_area {
      padding: 0 6%; } }
  .step_area .step_inner {
    width: 47%;
    float: left;
    margin: 1.5%;
    text-align: center;
    border: 1px solid #f04b4b;
    border-radius: 3px;
    padding: 10px 0 0;
    color: #f04b4b;
    background: white; }
    @media only screen and (min-width: 640px) {
      .step_area .step_inner {
        min-height: 213px; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner {
        width: 18%;
        margin: 1%;
        padding: 20px 0 0;
        border-radius: 5px; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner h3 {
        font-size: 1.2rem; } }
    .step_area .step_inner p {
      font-size: 0.9rem;
      padding: 5px 0 0; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner p {
          font-size: 1rem; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner img {
        width: 80%;
        margin: 10px 10% 0; } }

.more-container {
  height: 120px;
  width: 100%;
  color: black;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 50%);
  display: flex;
  align-items: flex-end;
  margin: -120px 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 980px) {
    .more-container {
      display: none; } }
  .more-container .more-button {
    width: 92%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 4%;
    background: #fff;
    box-shadow: 0 2px 10px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center; }

.accordion {
  width: 100%;
  margin: 0 auto 20px;
  background: #FFF; }
  @media only screen and (min-width: 980px) {
    .accordion {
      display: inline; } }
  .accordion .default .submenu {
    display: block; }
  .accordion .submenu_box {
    display: block; }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box {
        display: inline;
        visibility: hidden; } }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box .submenu {
        display: inline;
        visibility: hidden; } }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box .submenu a {
        visibility: visible; } }

.open .more-container {
  display: none; }

.footer_copy {
  background: #f4f3f2;
  padding: 0; }
  .footer_copy .container {
    padding: 5% 0 20%;
    position: relative;
    z-index: 0;
    height: auto;
    overflow: hidden; }
    @media only screen and (min-width: 980px) {
      .footer_copy .container {
        padding: 60px 0 260px;
        max-width: 1000px; } }
    .footer_copy .container:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url("../img/footer.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom; }

.white {
  background: white; }

footer {
  margin-top: 0; }
  footer .footer-invitation-wrap {
    background: url(https://www.itreview.jp/packs/media/images/front/footer-invitation-bg-5cbfd4d837d70375b03ed2641fb8f312.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #555;
    text-align: center; }
    footer .footer-invitation-wrap .footer-invitation-background {
      padding: 20px 15px;
      background: rgba(255, 255, 255, 0.75); }
    footer .footer-invitation-wrap .footer-invitation-for-vendor {
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-for-vendor {
          font-size: 24px; } }
    footer .footer-invitation-wrap .footer-invitation-title {
      font-size: 24px;
      line-height: 1.2;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-title {
          font-size: 33px; } }
    footer .footer-invitation-wrap .footer-invitation-text {
      font-weight: 700;
      text-align: center;
      font-size: 12px;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text {
          padding-bottom: 20px;
          font-size: 16px;
          font-weight: 100; } }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text .show-for-small-only {
          display: none; } }
    footer .footer-invitation-wrap a.footer-invitation-button {
      width: 100%;
      font-size: 15px;
      padding: 10px 30px;
      margin: 20px 0;
      color: #fff;
      background: linear-gradient(90deg, #5ea7d7, #0075c0);
      border-radius: 3px;
      font-weight: 700;
      font-size: 17px;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap a.footer-invitation-button {
          width: auto;
          padding: 20px 50px;
          display: inline-block; } }
  footer .footer-link-wrap {
    padding: 20px;
    background: linear-gradient(to top right, #54b4f8, #66c7f8); }
    footer .footer-link-wrap .footer-logo-wrap {
      padding: 25px 25px 40px;
      text-align: center; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo {
        text-align: center;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 31px;
        background-image: url("../img/logo_white.svg");
        width: 154px;
        height: 31px; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo-line {
        background: #ddbbe3;
        padding: 2px;
        width: 80px;
        margin: 20px auto 0; }
    footer .footer-link-wrap .footer-link-list {
      width: auto;
      flex-direction: column;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        footer .footer-link-wrap .footer-link-list {
          width: 80%;
          display: flex;
          flex-direction: row;
          justify-content: space-between; } }
    footer .footer-link-wrap .footer-link-container {
      width: 100%;
      transform: none;
      font-weight: 400;
      padding: 0 20px 20px; }
    footer .footer-link-wrap .footer-link {
      padding: 4px 0; }
      footer .footer-link-wrap .footer-link a {
        color: #fff; }
  footer .footer-copyright {
    text-align: center;
    display: block;
    color: #555;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 20px; }
  footer small {
    text-align: center;
    display: block; }

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