.check-basemake {
 /* /mvArea */ /* /stepArea */ /* /itemArea */ /* /othersArea */;
}

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

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

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

.check-basemake .mvArea {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
 /* /mvArea__inner */;
}

.check-basemake .mvArea__inner {
  padding-top: 60px;
  color: #5c5a5a;
}

.check-basemake .mvArea__inner__lead {
  font-size: 30px;
}

.check-basemake .mvArea__inner__lead span {
  color: #ef857d;
  background-color: #fff;
  border: 1px solid #ef857d;
  padding: 10px 12px;
  margin-right: 10px;
}

.check-basemake .mvArea__inner h2 {
  font-size: 40px;
}

.check-basemake .mvArea__inner h2 span {
  font-size: 1.3em;
  margin-right: 7px;
}

.check-basemake .mvArea__inner__txt {
  font-size: 20px;
  letter-spacing: 6px;
}

.check-basemake .mvArea__inner__txt span {
  margin-right: 20px;
}

.check-basemake .stepArea {
  max-width: 880px;
  margin: 5px auto 0;
}

.check-basemake .stepArea__lead {
  text-align: center;
  font-size: 20px;
}

.check-basemake .stepArea .col2of1 {
  margin-top: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.check-basemake .stepArea .col2of1__item__ttl {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #ef857d;
  margin-left: -30px;
  padding-left: 30px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  line-height: 1;
}

.check-basemake .stepArea .col2of1__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.check-basemake .stepArea .col2of1__item__flex__item:first-child {
  margin-right: 20px;
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.check-basemake .stepArea .col2of1__item:first-child {
  width: 320px;
  margin-right: 70px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.check-basemake .stepArea .finishBlock {
  max-width: 440px;
  margin: 100px auto 0;
}

.check-basemake .stepArea .finishBlock h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1;
}

.check-basemake .stepArea .finishBlock .col2of1 {
  display: block;
  margin-top: 35px;
}

.check-basemake .stepArea .finishBlock .col2of1__item {
  position: relative;
}

.check-basemake .stepArea .finishBlock .col2of1__item__lead {
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 20px;
}

.check-basemake .stepArea .finishBlock .col2of1__item__txt {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.check-basemake .stepArea .finishBlock .col2of1__item__img {
  width: 285px;
  margin: 10px auto 0;
  position: relative;
}

.check-basemake .stepArea .finishBlock .col2of1__item:last-child {
  margin-top: 60px;
}

.check-basemake .stepArea .finishBlock .col2of1__item:first-child {
  width: 285px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 auto;
  position: relative;
}

.check-basemake .stepArea .finishBlock .col2of1__item:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-top: 20px solid #e0e0e0;
  border-right: 25px solid transparent;
  position: absolute;
  right: calc(50% - 25px);
  bottom: -40px;
}

.check-basemake .stepArea .finishBlock__txt {
  font-size: 20px;
  margin-top: 35px;
  text-align: center;
}

.check-basemake .itemArea {
  margin-top: 100px;
}

.check-basemake .itemArea h3 {
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.check-basemake .itemArea__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
}

.check-basemake .itemArea__contents__item {
  width: 50%;
  margin-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.check-basemake .itemArea__contents__item:last-child .col2of1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-basemake .itemArea__contents__item:last-child .col2of1--top{
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.check-basemake .itemArea__contents__item__link {
  text-align: right;
  margin-top: 35px;
  display: block;
  text-decoration: none;
}

.check-basemake .itemArea__contents__item__link:after {
  content: '';
  display: inline-block;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #322725;
  border-right: 1px solid #322725;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.check-basemake .itemArea .col2of1__item__lead {
  font-size: 18px;
  color: #999;
  border: 1px solid #999;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.check-basemake .itemArea .col2of1__item__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.check-basemake .itemArea .col2of1__item:first-child {
  margin-right: 30px;
  width: 175px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.check-basemake .itemArea .col2of1__item:first-child img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.check-basemake .itemArea .col2of1__item:last-child {
  width: 240px;
}

.check-basemake .itemArea .col2of1__item--01 img {
  width: 50px !important;
}

.check-basemake .itemArea .col2of1__item--02 img {
  width: 60px !important;
}

.check-basemake .itemArea .col2of1__item--03 img {
  width: 115px !important;
}

.check-basemake .col2of1__item--stick img{
    width: 81px !important;
}

.check-basemake .itemArea .col2of1__item--03--goast img {
  width: 50px !important;
}

.check-basemake .itemArea .col2of1__item--04 img {
  width: 150px !important;
}

.check-basemake .itemArea .col2of1__item--05 img {
  width: 130px !important;
}

.check-basemake .othersArea {
  margin-top: 100px;
}

.check-basemake .othersArea h3 {
  font-size: 20px;
  text-align: center;
}

.check-basemake .othersArea__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.check-basemake .othersArea__links__item {
  width: 150px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #5c5a5a;
}

.check-basemake .othersArea__links__item:last-child {
  margin-right: 0;
}

.check-basemake .othersArea__links__item a {
  text-decoration: none;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

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

  .check-basemake .mvArea {
    width: auto;
    margin: -30px -20px 0;
    padding-top: 70px;
  }

  .check-basemake .mvArea__inner {
    padding-top: 0;
  }

  .check-basemake .mvArea__inner__lead {
    font-size: 20px;
  }

  .check-basemake .mvArea__inner__lead span {
    padding: 5px 6px;
  }

  .check-basemake .mvArea__inner h2 {
    font-size: 22px;
  }

  .check-basemake .mvArea__inner h2 span {
    margin-right: 5px;
  }

  .check-basemake .mvArea__inner__txt {
    font-size: 12px;
  }

  .check-basemake .mvArea__inner__txt span {
    margin-right: 15px;
  }

  .check-basemake .stepArea {
    margin-top: 20px;
  }

  .check-basemake .stepArea__lead {
    font-size: 14px;
  }

  .check-basemake .stepArea .col2of1 {
    display: block;
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
  }

  .check-basemake .stepArea .col2of1__item__ttl {
    font-size: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
  }

  .check-basemake .stepArea .col2of1__item__flex {
    margin-top: 20px;
  }

  .check-basemake .stepArea .col2of1__item__flex__item:first-child {
    margin-right: 10px;
    width: 50px;
  }

  .check-basemake .stepArea .col2of1__item:first-child {
    margin: 0 0 20px;
    width: auto;
  }

  .check-basemake .stepArea .finishBlock {
    margin-top: 60px;
  }

  .check-basemake .stepArea .finishBlock h3 {
    font-size: 22px;
  }

  .check-basemake .stepArea .finishBlock .col2of1 {
    margin-top: 20px;
    display: block;
    padding-top: 0;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item__lead {
    top: 15px;
    left: 20px;
    font-size: 16px;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item__lead--goast {
    top: 15px;
    left: 20px;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item__txt {
    margin-left: 20px;
    font-size: 16px;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item__img {
    width: 235px;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item:last-child {
    width: 100%;
    margin-top: 45px;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .check-basemake .stepArea .finishBlock .col2of1__item:first-child:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #e0e0e0;
    border-bottom: none;
    bottom: -30px;
    right: calc(50% - 20px);
  }

  .check-basemake .stepArea .finishBlock__txt {
    font-size: 14px;
    margin-top: 20px;
  }

  .check-basemake .itemArea {
    margin-top: 60px;
  }

  .check-basemake .itemArea h3 {
    font-size: 14px;
    padding: 10px 0;
  }

  .check-basemake .itemArea__contents {
    display: block;
    padding: 0;
    max-width: 520px;
    margin: 0 auto;
  }

  .check-basemake .itemArea__contents__item {
    width: 100%;
    margin-top: 50px;
  }

  .check-basemake .itemArea__contents__item:last-child .col2of1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .check-basemake .itemArea__contents__item__link {
    margin-top: 20px;
  }

  .check-basemake .itemArea .col2of1__item__lead {
    font-size: 14px;
    padding: 4px 6px;
  }

  .check-basemake .itemArea .col2of1__item__ttl {
    font-size: 16px;
    margin: 8px 0;
  }

  .check-basemake .itemArea .col2of1__item:first-child {
    width: 110px;
    margin-right: 20px;
  }

  .check-basemake .itemArea .col2of1__item:first-child img {
    width: 100%;
  }

  .check-basemake .itemArea .col2of1__item:last-child {
    width: 100%;
  }

  .check-basemake .itemArea .col2of1__item--01 img {
    width: 35px !important;
  }

  .check-basemake .itemArea .col2of1__item--02 img {
    width: 45px !important;
  }

  .check-basemake .itemArea .col2of1__item--03 img {
    width: 75px !important;
  }

  .check-basemake .itemArea .col2of1__item--03--goast img {
    width: 42px !important;
  }
    
    .check-basemake .col2of1__item--stick img{
    width: 53px !important;
}

  .check-basemake .itemArea .col2of1__item--04 img {
    width: 100% !important;
  }

  .check-basemake .itemArea .col2of1__item--05 img {
    width: 100px !important;
  }

  .check-basemake .othersArea {
    margin-top: 60px;
  }

  .check-basemake .othersArea__links {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .check-basemake .othersArea__links__item {
    width: 45%;
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
  }

  .check-basemake .othersArea__links__item a {
    width: 100%;
  }

  .check-basemake .othersArea__links__item a:after {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
  }

  .check-basemake .othersArea__links__item:nth-child(even) {
    margin-left: 10px;
  }
}
