body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

header {
  background-color: #004680;
}
header .header-logo {
  position: relative;
  width: 140px;
  height: auto;
  padding: 0 20px;
  background-color: #004680;
  bottom: -15px;
}
header .header-logo__wrap {
  position: relative;
  text-align: center;
  height: 50px;
}
header .header-logo__wrap::before {
  content: "";
  position: absolute;
  background-color: #F3E600;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 15px;
}
main {
  color: #202020;
}
@media screen and (min-width: 769px) {
  main {
    background: url(/housedo_img/rwd/sell/img-mv-town.png) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
  }
}

.container {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 769px) {
  .background {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
  }
}

.mv-title {
  width: 60%;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.mv-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px auto 20px;
}
@media screen and (min-width: 769px) {
  .mv-title__wrap {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .mv-title__wrap-pc {
    width: calc(100% - 240px - 20px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .mv-title {
    width: 80%;
    margin-bottom: 30px;
  }
}
.mv-title-furuta {
  width: 40%;
}
@media screen and (min-width: 769px) {
  .mv-title-furuta {
    display: none;
  }
}
.mv-title-furuta-pc {
  width: 240px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .mv-title-furuta-pc {
    display: none;
  }
}
.mv__wrap__bg {
  background: url("/housedo_img/rwd/sell/img-mv-town.png") no-repeat center bottom;
  background-size: 150%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .mv__wrap__bg {
    background-image: none;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 769px) {
  .mv__wrap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
  }
}
.mv__authority__list {
  width: calc(33.3333333333% - 6px);
  margin: 0 3px;
  text-align: center;
  position: relative;
  line-height: 1;
  height: 100%;
  color: #003867;
}
.mv__authority__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mv__authority__list__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .mv__authority__list__wrap {
    margin-bottom: 20px;
  }
}
.mv__authority__list::before {
  content: "";
  width: 100%;
  height: 110px;
  background: url(/housedo_img/rwd/sell/fig-authority-bg.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .mv__authority__list::before {
    width: 100%;
    height: 120px;
    background-size: 100% auto;
    top: 50px;
  }
}
.mv__authority__list span {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(0.625rem, 0.375rem + 1.25vw, 1rem);
  line-height: 1;
}
.mv__authority__list span.caption {
  font-size: clamp(1rem, 0.6rem + 2vw, 1.5rem);
}
.mv__authority__list strong {
  display: block;
  font-size: clamp(1.5rem, -0.1rem + 8vw, 3.5rem);
  letter-spacing: -1.6px;
  line-height: 1;
  margin-bottom: 5px;
}
.mv__note {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .mv__note {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.mv-form {
  border-radius: 0 0 10px 10px;
  background-color: #DCE4EF;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .mv-form {
    padding: 2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .mv-form__wrap {
    position: relative;
    /*top: -100px;
    margin-bottom: -100px;*/
  }
}
.mv-form-ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv-form-ttl {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .mv-form-ttl {
    max-width: 50%;
    margin: 0 auto -10px;
    top: -10px;
  }
}
@media screen and (min-width: 769px) {
  .mv-form-ttl.sub-balloon {
    max-width: 50%;
    position: relative;
    margin-bottom: -5px;
  }
}
.mv-form-ttl__wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv-form-ttl__wrap {
    margin-top: 0px;
  }
}
.mv-form-ttl__wrap img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv-form-ttl__wrap img {
    max-width: 75%;
  }
}
.mv-form-ttl__inner {
  border-radius: 6px 6px 0 0;
  background-color: #004680;
  background: var(--Style, linear-gradient(279deg, #004680 47.92%, #0161B0 74.48%, #0078DC 100%));
  height: 55px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .mv-form-ttl__inner {
    height: 75px;
  }
}
.mv-form-ttl__inner .text-form-ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  position: relative;
  max-width: 80%;
  top: -10px;
}
@media screen and (min-width: 769px) {
  .mv-form-ttl__inner .text-form-ttl {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .mv-form-ttl__inner .text-form-ttl {
    width: 50%;
  }
}
.mv-form__inner {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .mv-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mv-form__inner__ttl {
  color: #003867;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .mv-form__inner__ttl {
    line-height: 1.35;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .mv-form__inner dd {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .mv-form-block {
    width: calc(70% - 40px);
    margin-right: 40px;
  }
}
.mv-form-type-list {
  width: calc(33.3333333333% - 12px);
  margin: 0 6px;
}
.mv-form-type-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv-form input[type=radio] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.mv-form select,
.mv-form input[type=text],
.mv-form button[type=button] {
  outline: none;
  background-color: #fff;
  border: 2px solid #A7BCD6;
  border-radius: 6px;
  padding: 1rem;
  font-size: 20px;
  display: inline-block;
}
.mv-form select:focus, .mv-form select:focus-visible, .mv-form select:active,
.mv-form input[type=text]:focus,
.mv-form input[type=text]:focus-visible,
.mv-form input[type=text]:active,
.mv-form button[type=button]:focus,
.mv-form button[type=button]:focus-visible,
.mv-form button[type=button]:active {
  border: 2px solid #004680;
}
@media screen and (min-width: 769px) {
  .mv-form input[type=text] {
    width: calc(100% - 2rem);
  }
}
.mv-form label {
  background-color: #fff;
  border: 1px solid #A7BCD6;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
          box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-form label .radio__txt {
  font-weight: 700;
  color: #004680;
  font-size: 12px;
  display: block;
}
.mv-form label .radio__icon {
  display: block;
  height: 50px;
}
.mv-form label.mansion .radio__icon {
  background: url("/housedo_img/rwd/sell/icon-mansion-lp.svg") no-repeat center center;
  background-size: contain;
}
.mv-form label.house .radio__icon {
  background: url("/housedo_img/rwd/sell/icon-house-lp.svg") no-repeat center center;
  background-size: contain;
}
.mv-form label.land .radio__icon {
  background: url("/housedo_img/rwd/sell/icon-land-lp.svg") no-repeat center center;
  background-size: contain;
}
.mv-form input[type=radio]:hover + label {
  background-color: #EDF2F7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-form input[type=radio]:focus + label,
.mv-form input[type=radio]:focus-visible + label,
.mv-form input[type=radio]:active + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv-form input[type=radio]:checked + label {
  background-color: #CAD7E6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv-form-zipcode__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-form-zipcode__wrap input[type=text] {
  width: calc(100% - 2rem);
}
@media screen and (min-width: 769px) {
  .mv-form-btn__wrap {
    width: 30%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.cv-block {
  text-align: center;
}
.cv-block__wrap {
  background-color: #004680;
  background: var(--Style, linear-gradient(279deg, #004680 47.92%, #0161B0 74.48%, #0078DC 100%));
  padding: 4rem 2rem 6rem;
}
@media screen and (min-width: 769px) {
  .cv-block__wrap {
    padding: 6rem 8rem 8rem;
  }
}
.cv-block p {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.75rem, 0.95rem + 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.btn,
button.btn,
a.btn {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
          box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.25;
}
.btn__block,
button.btn__block,
a.btn__block {
  width: 100%;
}
.btn__lg,
button.btn__lg,
a.btn__lg {
  padding: 2rem;
  font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
}
.btn__xxl,
button.btn__xxl,
a.btn__xxl {
  padding: 4rem 2rem;
  font-size: clamp(2rem, 1rem + 5vw, 3.5rem);
}
.btn__cv,
button.btn__cv,
a.btn__cv {
  background-color: #F3E600;
  color: #004680;
  font-weight: 700;
  border: 2px solid var(--mainblue, #004680);
  /* btn_drop_shadow */
  -webkit-box-shadow: 0px 4px 12px 0px rgba(153, 168, 185, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(153, 168, 185, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn__cv:hover,
button.btn__cv:hover,
a.btn__cv:hover {
  background-color: #fff76a;
}
.btn:hover,
button.btn:hover,
a.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sup {
  font-size: 8px;
  position: absolute;
  /*right: 1rem;*/
  top: 0;
  bottom: auto;
}
@media screen and (min-width: 769px) {
  .sup {
    right: 3rem;
  }
}

.note {
  color: #666666;
  font-size: 10px;
  line-height: 1.25;
  display: inline-block;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

a.text-blank-link {
  color: #202020;
}

.balloon-title img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  max-height: 60px;
}
@media screen and (min-width: 769px) {
  .balloon-title img {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .balloon-title img {
    height: 80px;
  }
}

.heading-radius {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #004680;
  border-radius: 40px;
  padding: 10px;
  background: var(--white, #FFF);
}
.heading-worry {
  text-align: center;
  font-weight: 700;
  color: #A7BCD6;
  font-size: 32px;
  line-height: normal;
}

.check-list {
  position: relative;
  background-color: #CAD7E6;
  margin-bottom: 20px;
  padding: 1.6rem 2.4rem;
  font-weight: 700;
  color: #003867;
  font-size: clamp(1.25rem, 0.083rem + 5.83vw, 3rem);
  margin-left: 18px;
  margin-right: 8px;
}
.check-list::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(/housedo_img/rwd/sell/icon-check-og.svg);
  background-size: 36px auto;
  left: -18px;
}

.point__wrap {
  background-color: #fff;
}
.point__fig {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .point__fig {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .point__fig {
    margin-bottom: 40px;
  }
}
.point-list {
  text-align: center;
  margin: 0 auto 40px;
}
.point-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.worry-subttl {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .worry-subttl {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .worry-subttl {
    margin-bottom: 20px;
  }
}
.worry-ttl {
  text-align: center;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
  max-width: 80%;
}
@media screen and (min-width: 769px) {
  .worry-ttl {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .worry-ttl {
    max-width: 60%;
  }
}
.worry-fig {
  width: 136px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .worry-fig {
    max-width: 75%;
  }
}
.worry__wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004680;
  background: url(/housedo_img/rwd/sell/bg-arrow-main-color.svg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .worry__wrap {
    padding-bottom: 120px;
  }
}

.bg-free-assessment {
  background: url(/housedo_img/rwd/sell/bg-arrow-free-assessment.svg) no-repeat center bottom #fff;
  background-size: cover;
  margin-top: -80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .bg-free-assessment {
    margin-top: -160px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.bg-free-assessment img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  max-width: 90%;
}
@media screen and (min-width: 769px) {
  .bg-free-assessment img {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .bg-free-assessment img {
    max-width: 60%;
  }
}

.bg-arrow {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background: url(/housedo_img/rwd/sell/bg-arrow.svg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .bg-arrow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bg-arrow img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .bg-arrow img {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .bg-arrow img {
    max-width: 70%;
  }
}

.icon-circle {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  width: 86px;
  height: 86px;
  top: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .icon-circle {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .icon-circle {
    width: 128px;
    height: 128px;
    top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .icon-circle img {
    max-width: 100%;
  }
}

.column {
  margin-bottom: 40px;
}
.column__wrap {
  background-color: #EDF2F7;
  padding: 60px 0 20px;
}
@media screen and (min-width: 769px) {
  .column {
    margin-bottom: 60px;
  }
}
.column-heading {
  text-align: center;
  font-weight: 700;
  color: #004680;
  font-size: clamp(1.75rem, 1.114rem + 3.18vw, 3.5rem);
  margin-bottom: 2rem;
}
.column-heading strong {
  color: #ff6955;
  font-weight: 700;
}
.column-graph {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 10px;
}
.column-graph__wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .column-graph {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .column-graph {
    max-width: 60%;
  }
}
.column-fig {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  max-width: 80%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .column-fig {
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .column-fig {
    max-width: 60%;
    margin-bottom: 60px;
  }
}
.column-text {
  font-size: clamp(1.25rem, 0.65rem + 3vw, 2rem);
}

.feature__wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: -60px;
  background-color: #EDF2F7;
}
@media screen and (min-width: 769px) {
  .feature__wrap {
    padding-top: 200px;
    padding-bottom: 60px;
    margin-top: -160px;
  }
}
.feature-list {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .feature-list {
    padding: 0 60px;
  }
}
.feature-list__wrap {
  counter-reset: number 0;
  margin: 0 1rem;
}
@media screen and (min-width: 769px) {
  .feature-list__wrap {
    margin: 0;
  }
}
.feature-list__image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-list__image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.feature-list__text {
  position: relative;
  top: -20px;
  background-color: #fff;
  padding: 2rem 2.8rem 2rem 3.8rem;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
          box-shadow: 0px 10px 20px 2px rgba(0, 56, 103, 0.1);
}
@media screen and (min-width: 769px) {
  .feature-list__text {
    /*padding: 4rem 6rem;
    width: 65%;
    position: absolute;
    top: 200px;
    right: 0;*/
  }
}
.feature-list__text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background-color: #DCE4EF;
  z-index: -1;
}
.feature-list__text::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  height: 100px;
  width: 100px;
  z-index: -1;
  background: url(/housedo_img/rwd/sell/icon-strengths_01.svg) no-repeat;
  background-color: #DCE4EF;
  background-blend-mode: screen;
  background-size: 100px auto;
}
.feature-list__text__title {
  font-weight: 700;
  font-size: 22px;
  color: #003867;
  line-height: 1.2;
  margin-bottom: 1rem;
  z-index: 1;
}
.feature-list__text__title:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 8px;
  top: 6px;
  z-index: 2;
  color: #fff;
}
.feature-list__text__title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #004680;
  border-top: 0;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  left: -26px;
  top: -6px;
}
.feature-list__text__title strong {
  display: block;
  font-weight: 900;
  font-size: 36px;
  color: #004680;
}
.feature-list__text p {
  font-size: clamp(1.25rem, 0.65rem + 3vw, 2rem);
}
.feature-list:nth-child(2) .feature-list__text::after {
  background: url(/housedo_img/rwd/sell/icon-strengths_02.svg) no-repeat;
  background-size: 100px auto;
}
.feature-list:nth-child(3) .feature-list__text::after {
  background: url(/housedo_img/rwd/sell/icon-strengths_03.svg) no-repeat;
  background-size: 100px auto;
}

footer {
  text-align: center;
}
footer #footer-cv {
  position: fixed;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
footer #footer-cv.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
footer #footer-cv.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
footer .copyright {
  font-family: Arial;
  color: #202020;
  font-size: 10px;
  padding: 10px;
}

.layout-grid {
  display: -ms-grid;
  display: grid;
}
.layout-grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.layout-flex, .layout-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}