.check-basemake-top {
 /* /mvArea */ /* /listArea */;
}

.check-basemake-top img {
  width: 100%;
}

.check-basemake-top .notes {
  font-size: 10px;
  margin-top: 10px;
}

.check-basemake-top .col2of1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-basemake-top .mvArea {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 50px;
}

.check-basemake-top .mvArea .col2of1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.check-basemake-top .mvArea .col2of1__item .mvArea__ttl {
  font-size: 36px;
  padding-top: 30px;
}

.check-basemake-top .mvArea .col2of1__item .mvArea__ttl h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fbdad8));
  background: -webkit-linear-gradient(transparent 70%, #fbdad8 0%);
  background: linear-gradient(transparent 70%, #fbdad8 0%);
  display: inline;
  padding-top: 5px;
}

.check-basemake-top .mvArea .col2of1__item:last-child {
  width: 260px;
}

.check-basemake-top .mvArea .col2of1 .col2of1 {
  margin-top: 30px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-basemake-top .mvArea .col2of1 .col2of1 .col2of1__item:first-child {
  margin-right: 40px;
}

.check-basemake-top .mvArea .col2of1 .col2of1 .col2of1__item:last-child {
  width: auto;
}

.check-basemake-top .listArea {
  margin-top: 80px;
}

.check-basemake-top .listArea__ttl {
  font-size: 32px;
  text-align: center;
  border-bottom: 1px solid #ef857d;
  display: inline-block;
  margin-left: calc(50% - 288px);
}

.check-basemake-top .listArea__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  width: 750px;
  margin: 0 auto;
}

.check-basemake-top .listArea__list a {
  text-decoration: none;
  width: 170px;
  height: 70px;
  display: inline-block;
}

.check-basemake-top .listArea__list a:hover {
  opacity: 1;
}

.check-basemake-top .listArea__list__item {
  font-size: 20px;
  width: 170px;
  height: 70px;
  border: 1px solid #feccc8;
  border-radius: 20px;
  position: relative;
  text-align: center;
  line-height: 70px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  margin-right: 100px;
  margin-top: 55px;
}

.check-basemake-top .listArea__list__item:nth-child(1) .listArea__list__item__icon img {
  width: 65px;
}

.check-basemake-top .listArea__list__item:nth-child(2) .listArea__list__item__icon img {
  width: 60px;
}

.check-basemake-top .listArea__list__item:nth-child(3) {
  margin-right: 0;
}

.check-basemake-top .listArea__list__item:nth-child(3) .listArea__list__item__icon img {
  width: 75px;
}

.check-basemake-top .listArea__list__item:nth-child(4) .listArea__list__item__icon img {
  width: 40px;
}

.check-basemake-top .listArea__list__item:nth-child(5) .listArea__list__item__icon img {
  width: 72px;
}

.check-basemake-top .listArea__list__item:nth-child(6) {
  margin-right: 0;
}

.check-basemake-top .listArea__list__item:nth-child(6) .listArea__list__item__icon img {
  width: 60px;
}

.check-basemake-top .listArea__list__item:hover {
  opacity: .65;
}

.check-basemake-top .listArea__list__item__icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: absolute;
  top: -10px;
  left: -45px;
  border: 1px solid #feccc8;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.check-basemake-top .listArea__list__item:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #6a6868;
  border-right: 1px solid #6a6868;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}/* /check-basemake-top */@media screen and (max-width: 768px) {
  .check-basemake-top .notes {
    margin-top: 8px;
  }

  .check-basemake-top .mvArea {
    position: relative;
    max-width: 430px;
  }

  .check-basemake-top .mvArea__txt {
    position: absolute;
    bottom: -110px;
    letter-spacing: -1.2px;
    height: 75px;
  }

  .check-basemake-top .mvArea .col2of1__item .mvArea__ttl {
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: -10px;
    padding-top: 0;
  }

  .check-basemake-top .mvArea .col2of1__item .mvArea__ttl h2 {
    padding-top: 0;
  }

  .check-basemake-top .mvArea .col2of1__item:last-child {
    width: 130px;
  }

  .check-basemake-top .mvArea .col2of1 .col2of1 {
    margin-top: 15px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .check-basemake-top .mvArea .col2of1 .col2of1 .col2of1__item:first-child {
    margin-right: 0;
  }

  .check-basemake-top .mvArea .col2of1 .col2of1 .col2of1__item:last-child {
    width: 42px;
    position: absolute;
    right: 150px;
  }

  .check-basemake-top .listArea {
    margin-top: 145px;
  }

  .check-basemake-top .listArea__ttl {
    font-size: 20px;
    margin-left: calc(50% - 170px);
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .check-basemake-top .listArea__list {
    width: 100%;
    max-width: 570px;
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .check-basemake-top .listArea__list a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .check-basemake-top .listArea__list__item {
    font-size: 16px;
    width: calc(50% - 17px);
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-right: 0;
  }

  .check-basemake-top .listArea__list__item:nth-child(1) .listArea__list__item__icon img {
    width: 43px;
  }

  .check-basemake-top .listArea__list__item:nth-child(2) .listArea__list__item__icon img {
    width: 35px;
  }

  .check-basemake-top .listArea__list__item:nth-child(3) .listArea__list__item__icon img {
    width: 48px;
  }

  .check-basemake-top .listArea__list__item:nth-child(4) .listArea__list__item__icon img {
    width: 24px;
  }

  .check-basemake-top .listArea__list__item:nth-child(5) .listArea__list__item__icon img {
    width: 45px;
  }

  .check-basemake-top .listArea__list__item:nth-child(6) .listArea__list__item__icon img {
    width: 35px;
  }

  .check-basemake-top .listArea__list__item__icon {
    border: none;
    background-color: transparent;
    width: 40px;
    height: auto;
    position: initial;
    padding-left: 12px;
    margin-right: 20px;
  }
}
