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

* {
  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: 1200px;
    margin: 0 auto; } }
.container:after {
  content: "";
  clear: both;
  display: block; }

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px;
  background: white;
  position: relative;
  z-index: 2; }
  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 {
  background: #f04b4b;
  box-shadow: 0 7px 0 #a80e0e;
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 15px auto 20px;
  color: white;
  padding: 12px 10px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all .2s linear;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 640px) {
    .post_link {
      padding: 15px 10px;
      font-size: 18px; } }
  @media only screen and (min-width: 980px) {
    .post_link {
      max-width: 500px;
      margin: 30px auto 30px;
      font-size: 22px;
      padding: 20px;
      border-radius: 6px; } }
  .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: 37px;
        margin-bottom: 23px; } }

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

.main-campain {
  position: relative;
  z-index: 2; }
  .main-campain__content {
    text-align: center; }
  .main-campain__subtitle {
    padding-top: 20px;
    background: url("../img/15564d365e16c47c09ff965315a1848e_m.jpg"), #def2ff;
    background-size: 100%;
    margin: 0;
    position: relative;
    z-index: 3; }
    .main-campain__subtitle:before {
      content: "";
      width: 100%;
      height: 40px;
      background: #ff4f4f;
      z-index: -1;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -8px; }
      @media only screen and (min-width: 640px) {
        .main-campain__subtitle:before {
          height: 50px; } }
      @media only screen and (min-width: 980px) {
        .main-campain__subtitle:before {
          height: 70px;
          bottom: -13px; } }
    .main-campain__subtitle img {
      margin: 0 5%; }
      @media only screen and (min-width: 640px) {
        .main-campain__subtitle img {
          margin: 0 10%; } }
      @media only screen and (min-width: 980px) {
        .main-campain__subtitle img {
          max-width: 800px;
          margin: 0 auto; } }
  .main-campain__title {
    background: white;
    padding: 10px;
    margin: -5px 5% 0;
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 640px) {
      .main-campain__title {
        margin: -5px 10% 0; } }
    @media only screen and (min-width: 980px) {
      .main-campain__title {
        max-width: 800px;
        padding: 30px 10px 30px;
        margin: -5px auto 0; } }
    .main-campain__title:before {
      position: absolute;
      content: "";
      background: #ff4f4f;
      background-image: url("../img/tri_left.svg");
      background-size: cover;
      width: 13px;
      height: 13px;
      top: 0;
      left: 0; }
      @media only screen and (min-width: 980px) {
        .main-campain__title:before {
          width: 18px;
          height: 18px; } }
    .main-campain__title:after {
      position: absolute;
      content: "";
      background: #ff4f4f;
      background-image: url("../img/tri_right.svg");
      background-size: cover;
      width: 13px;
      height: 13px;
      top: 0;
      right: 0; }
      @media only screen and (min-width: 980px) {
        .main-campain__title:after {
          width: 18px;
          height: 18px; } }
    @media only screen and (min-width: 980px) {
      .main-campain__title p {
        padding-top: 10px; } }

.step_container {
  background: #def2ff;
  padding: 0 0 20px;
  position: relative;
  z-index: 2; }
  .step_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/15564d365e16c47c09ff965315a1848e_m.jpg);
    background-position: bottom 0;
    background-size: cover; }

.step_area {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 7%; }
  @media only screen and (min-width: 640px) {
    .step_area {
      padding: 3% 3% 0;
      justify-content: center; } }
  @media only screen and (min-width: 980px) {
    .step_area {
      padding: 3% 6% 0; } }
  .step_area .step_inner {
    width: 47%;
    float: left;
    margin: 1.5%;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0 5px;
    color: #5cbcff;
    background: white;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .step_area .step_inner {
        width: 22%;
        margin: 1% 3% 1% 0%;
        padding: 20px 0 15px;
        border-radius: 5px; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner {
        width: 21%;
        margin: 1% 4% 1% 0%; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner:after {
        content: "";
        position: absolute;
        width: 25px;
        height: 40px;
        background-image: url("../img/tri.svg");
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
        bottom: 0;
        right: -35px;
        margin: auto; } }
    @media only screen and (min-width: 640px) {
      .step_area .step_inner:last-child {
        margin-right: 1%; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner:last-child:after {
        background: none; } }
    .step_area .step_inner h3 {
      background: #5cbcff;
      color: white;
      display: inline-block;
      border-radius: 40px;
      padding: 2px 10px; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner h3 {
          font-size: 1.1rem; } }
    .step_area .step_inner h4 {
      padding: 10px 0; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner h4 {
          font-size: 17px; } }
    .step_area .step_inner p {
      font-size: 10px; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner p {
          font-size: 13px; } }
    .step_area .step_inner p.att {
      color: #939393;
      position: absolute;
      bottom: 8px;
      left: 0;
      right: 0;
      margin: auto; }
    .step_area .step_inner img {
      padding: 0 8px; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner img {
          width: 80%;
          margin: 10px 10% 0; } }

.merit {
  background: #fffee8;
  position: relative;
  z-index: 0; }
  .merit:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../img/back_merit_sakura.png");
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .7; }
  @media only screen and (min-width: 640px) {
    .merit {
      padding: 30px 6%; } }
  .merit .container {
    padding: 40px 10px 0; }
  .merit__box {
    margin: 0 0 40px; }
    @media only screen and (min-width: 640px) {
      .merit__box {
        display: flex;
        align-items: flex-start;
        margin: 0 0 50px; } }
    @media only screen and (min-width: 980px) {
      .merit__box {
        max-width: 1000px;
        margin: 0 auto 50px; } }
    .merit__box:last-child {
      margin-bottom: 20px; }
      @media only screen and (min-width: 640px) {
        .merit__box:last-child {
          margin-bottom: 10px; } }
  .merit__title {
    background: white;
    border: 3px solid #ff4f4f;
    text-align: center;
    box-shadow: 9px 9px 0 0 rgba(255, 79, 79, 0.85);
    position: relative;
    z-index: 2;
    padding: 30px 10px 20px;
    width: 85%; }
    @media only screen and (min-width: 640px) {
      .merit__title {
        min-width: 275px;
        width: 45%;
        padding: 30px 10px 30px; } }
    @media only screen and (min-width: 980px) {
      .merit__title {
        width: 38%;
        border: 4px solid #ff4f4f;
        box-shadow: 18px 18px 0 0 rgba(255, 79, 79, 0.85); } }
    .merit__title img {
      width: 80%;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .merit__title img {
          padding-top: 10px;
          width: 90%; } }
    .merit__title h2 {
      font-size: 17px; }
      @media only screen and (min-width: 640px) {
        .merit__title h2 {
          font-size: 19px; } }
      .merit__title h2 span {
        font-size: 1.6rem;
        position: relative;
        z-index: 2;
        letter-spacing: 1px;
        padding: 0 2px; }
        @media only screen and (min-width: 640px) {
          .merit__title h2 span {
            font-size: 1.8rem; } }
        .merit__title h2 span:before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          height: 6px;
          width: 100%;
          background: yellow;
          z-index: -1; }
  .merit__number {
    background: #ff4f4f;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 7px 5px;
    border-radius: 50px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 3; }
    @media only screen and (min-width: 640px) {
      .merit__number {
        width: 60px;
        height: 60px;
        font-size: 1.8rem; } }
  .merit__description {
    background: white;
    border: 1px solid #ff4f4f;
    padding: 120px 20px 15px;
    width: 95%;
    margin: -100px 0 0 5%;
    box-shadow: 2px 2px 5px rgba(62, 58, 57, 0.2);
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 640px) {
      .merit__description {
        margin: 50px 0 0 -20%;
        padding: 35px 40px 40px 25%; } }
    @media only screen and (min-width: 640px) {
      .merit__description img {
        width: 80%;
        margin: 0 10% 20px; } }
    .merit__description p {
      font-size: 12px;
      line-height: 1.6;
      padding-bottom: 10px; }
      @media only screen and (min-width: 640px) {
        .merit__description p {
          font-size: 14px; } }
      @media only screen and (min-width: 980px) {
        .merit__description p {
          font-size: 16px; } }

@media only screen and (min-width: 640px) {
  .merit__box:nth-child(even) {
    flex-direction: row-reverse; } }
.merit__box:nth-child(even) .merit__title {
  margin-left: 15%;
  box-shadow: -9px 9px 0 0 rgba(255, 79, 79, 0.8); }
  @media only screen and (min-width: 640px) {
    .merit__box:nth-child(even) .merit__title {
      margin: 0; } }
  @media only screen and (min-width: 980px) {
    .merit__box:nth-child(even) .merit__title {
      box-shadow: -18px 18px 0 0 rgba(255, 79, 79, 0.8); } }
.merit__box:nth-child(even) .merit__description {
  margin: -100px 5% 0 0; }
  @media only screen and (min-width: 640px) {
    .merit__box:nth-child(even) .merit__description {
      margin: 50px -20% 0 0;
      padding: 35px 22% 40px 40px; } }

.infomation {
  margin-top: -1px;
  background: #def2ff;
  position: relative;
  z-index: 2; }
  .infomation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/15564d365e16c47c09ff965315a1848e_m.jpg);
    background-position: bottom 0;
    background-size: cover; }
  @media only screen and (min-width: 980px) {
    .infomation {
      padding-top: 0px; } }
  .infomation .subtitle {
    text-align: left;
    padding: 0 10px; }
    @media only screen and (min-width: 980px) {
      .infomation .subtitle {
        text-align: center;
        font-size: 18px; } }
    .infomation .subtitle p {
      margin: 0 0 10px; }

.infomation__inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 3% 15px;
  margin: 30px auto 10px;
  border-radius: 4px;
  max-width: 700px; }
  @media only screen and (min-width: 640px) {
    .infomation__inner {
      padding: 35px 4% 15px; } }
  @media only screen and (min-width: 980px) {
    .infomation__inner {
      max-width: 1200px;
      width: calc(100% - 120px);
      margin: 40px 60px 10px;
      padding: 60px 20px 30px;
      border-radius: 10px; } }
  .infomation__inner .infomation_table {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    word-wrap: break-all; }
    @media only screen and (min-width: 980px) {
      .infomation__inner .infomation_table {
        max-width: 820px;
        margin: 0 auto 0;
        font-size: 1.2rem; } }
    .infomation__inner .infomation_table tr {
      clear: both; }
    .infomation__inner .infomation_table th, .infomation__inner .infomation_table td {
      display: block;
      width: 100%; }
    .infomation__inner .infomation_table th {
      color: #0075c1;
      text-align: left;
      padding: 0 0.7rem 2px;
      width: 100%;
      font-size: .9rem; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .infomation_table th {
          width: 11rem;
          display: table-cell;
          vertical-align: top;
          text-align: right;
          font-size: 1.2rem; } }
    .infomation__inner .infomation_table td {
      width: 100%;
      padding: 0 0.5rem 20px 0.7rem;
      font-size: 0.85rem; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .infomation_table td {
          font-size: 1.1rem;
          padding: 0 0 30px 1.6rem; } }
      .infomation__inner .infomation_table td p {
        font-size: .8rem; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table td p {
            padding: 5px 0 0;
            font-size: .82rem; } }
      .infomation__inner .infomation_table td img {
        padding: 0 0 15px;
        margin: -10px 0 0; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table td img {
            width: 100%;
            padding: 0 0 15px; } }
      .infomation__inner .infomation_table td ul {
        padding-left: 1rem; }
        .infomation__inner .infomation_table td ul li {
          list-style: disc;
          padding: 0 0.5rem 20px 0; }
  .infomation__inner .step_area {
    padding: 0 1.5% 3%; }
    @media only screen and (min-width: 640px) {
      .infomation__inner .step_area {
        padding: 0 10% 20px; } }
    @media only screen and (min-width: 980px) {
      .infomation__inner .step_area {
        padding: 0 5% 10px; } }
    .infomation__inner .step_area .step_inner {
      box-shadow: 0 1px 10px #def2ff;
      width: 47%; }
      @media only screen and (min-width: 640px) {
        .infomation__inner .step_area .step_inner {
          width: 46%;
          margin: 2% 2% 2% 2%;
          padding: 20px 0 15px;
          border-radius: 5px;
          position: relative; } }
      @media only screen and (min-width: 980px) {
        .infomation__inner .step_area .step_inner {
          width: 21%;
          margin: 1% 4% 1% 0%; } }
      @media only screen and (min-width: 980px) {
        .infomation__inner .step_area .step_inner:last-child {
          margin: 1% 0 1% 0%; } }

.white {
  background: white;
  position: relative;
  z-index: 2; }

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms; }
  @media only screen and (min-width: 640px) {
    .fadein {
      transition: all 500ms; } }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

@keyframes Slide {
  0% {
    width: 1px; }
  100% {
    width: 100%;
    transform: translateX(0); } }
.slidein {
  position: relative; }
  .slidein:before {
    content: "";
    position: absolute;
    background: #0075c1;
    width: 0;
    height: 100%;
    z-index: 3; }

.slidein.slide_scrollin:before {
  transition: all .5s;
  width: 100%; }

.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: #5cbcff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }

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

footer {
  margin-top: 0;
  position: relative;
  z-index: 1; }
  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; } }
      @media only screen and (min-width: 640px) {
        footer .footer-link-wrap .footer-link-list {
          width: 70%; } }
    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; }

.footer_copy {
  background: #f4f3f2;
  padding: 0;
  position: relative;
  z-index: 1; }
  .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; }

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