@media screen and (min-width: 768px) {
  .row-indexof {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .row-indexof > div {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}

.row-indexof-list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .row-indexof-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1120px) {
  .row-indexof-list {
    min-width: 600px;
  }
}

.indexof-title {
  color: #3a62ba;
}

.indexof-title-copy {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .indexof-title-copy {
    font-size: 24px;
  }
}

.indexof-title-catch {
  display: inline;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .indexof-title-catch {
    font-size: 48px;
  }
}

.indexof-title-main {
  display: inline;
}

.indexof-list {
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .indexof-list {
    padding: 40px;
  }
}

.indexof-list li {
  list-style: none;
}

.indexof-list a {
  color: #111;
  display: block;
  line-height: 1.25;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
}
.indexof-list a::before {
  background: rgba(17, 17, 17, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.indexof-list a::after {
  background: #3a62ba;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.indexof-list-link {
  display: block;
  padding-right: 35px;
  position: relative;
}
.indexof-list-link::after {
  background-color: #111;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-mask: url("../../common/images/icon-arrow.svg");
          mask: url("../../common/images/icon-arrow.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
}

.indexof-list-num {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  color: #666;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}
.indexof-list-num::after {
  display: none;
}

.indexof-list-num + span {
  padding-top: 5px;
  width: calc(100% - 40px);
}

.indexof-sublist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.indexof-sublist li a::before {
  display: none;
}
.indexof-sublist li a::after {
  display: none;
}

.indexof-list a:hover {
  color: #3a62ba;
}
.indexof-list a:hover::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indexof-list a:hover::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.indexof-list a:hover span::after {
  background-color: #3a62ba;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.indexof-sublist li a:hover {
  color: #3a62ba;
}

.indexof-sublist li a:hover .indexof-list-num {
  background: #3a62ba;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.method .row-tb-6:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .method .row-tb-6:last-child {
    margin-top: 0;
  }
}

.method-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.method-flow li {
  list-style: none;
  margin-top: 10px;
  padding-right: 21px;
  position: relative;
  text-align: center;
  width: 33.3%;
}
@media screen and (min-width: 768px) {
  .method-flow li {
    padding-right: 34px;
  }
}
.method-flow li::after {
  background: url("../../common/images/flow-arrow@2x.png") center center/11px auto no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 13.5px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 11px;
}
@media screen and (min-width: 768px) {
  .method-flow li::after {
    background-size: 22px auto;
    height: 27px;
    width: 22px;
  }
}
.method-flow li:last-child::after {
  display: none;
}

.summary {
  background: url("../images/handmade/summary-bg.png") center center/cover no-repeat;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
}

.summary-title {
  margin-bottom: 20px;
  margin-top: -60px;
}

.summary strong {
  border-radius: 10px;
  color: #3a62ba;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .summary strong {
    font-size: 18px;
  }
}

.method-btn {
  margin-top: 10px;
  text-align: center;
}

.method-btn .btn-more {
  display: inline-block;
  max-width: 273px;
  width: 100%;
}
/*# sourceMappingURL=handmade.css.map */