.item-decotype {
  color: rgba(58, 98, 186, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .item-decotype {
    font-size: 120px;
  }
}

.item-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item-title {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: -20px;
  }
}

.item-title span {
  display: inline-block;
}

.item-title + p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .item-title + p {
    text-align: center;
  }
}

.item-detail {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.item-detail-title {
  color: #3a62ba;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.item-detail-title::before {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: calc(50% - 4em);
}
.item-detail-title::after {
  background: rgba(58, 98, 186, 0.4);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 4em);
}

.item-detail-list {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.item-detail-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(58, 98, 186, 0.1);
  border-radius: 40px;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  list-style: none;
  padding: 10px;
  text-align: center;
}

.item-detail-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  margin-top: 2px;
}

.item-detail-spec h4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(58, 98, 186, 0.1);
  border-radius: 40px;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .item-detail-spec h4 {
    width: 120px;
  }
}

.item-detail-spec p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 110px);
}
@media screen and (min-width: 768px) {
  .item-detail-spec p {
    width: calc(100% - 130px);
  }
}

.item-chart {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.item-shop {
  background: url("../../common/images/bg-gradation-light.png") center center/200% auto repeat-y;
  padding-bottom: 30px;
  padding-top: 30px;
}
.row-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .row-itemlist {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.row-itemlist > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 10px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-itemlist > div {
    padding: 0 30px;
    width: 33.3333%;
  }
}

.item-shop-image {
  background: #fff;
  border-radius: 40px;
  padding: 20px;
}

.item-shop-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
  text-align: center;
}

.item-shop-name span {
  display: inline-block;
}

.btn-store {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 440px;
  text-align: center;
}

.btn-store a {
  background: #111 url("../../common/images/bg-gradation.jpg") center center/cover;
  border-radius: 80px;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding: 15px 35px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .btn-store a {
    font-size: 18px;
    padding: 20px 50px;
  }
}
.btn-store a::before {
  background: #111;
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 120%;
}

.btn-store a span {
  display: block;
  position: relative;
}
.btn-store a span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask: url("../../common/images/icon-external.svg");
          mask: url("../../common/images/icon-external.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: -25px;
  top: calc(50% - 10px);
  width: 20px;
}
@media screen and (min-width: 768px) {
  .btn-store a span::after {
    height: 25px;
    right: -35px;
    top: calc(50% - 12.5px);
    width: 25px;
  }
}

.btn-store a:hover::before {
  -webkit-animation: AnimeBtn 0.4s forwards;
          animation: AnimeBtn 0.4s forwards;
}

.fiber {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.item-fiber {
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.item-fiber-list {
  background: rgba(58, 98, 186, 0.1);
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 5px 0;
  padding: 10px;
  text-align: center;
  width: calc(33.3% - 10px);
}
@media screen and (min-width: 768px) {
  .item-fiber-list {
    width: calc(20% - 10px);
  }
}

.item-fiber-list span {
  border-top: 1px solid rgba(58, 98, 186, 0.4);
  display: block;
  margin-top: 5px;
  padding-top: 5px;
}

.row-about {
  background: url("../../common/images/bg-gradation-light.png") center center/200% auto repeat-y;
}
@media screen and (min-width: 1120px) {
  .row-about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1120px) {
  .row-about > div {
    width: 50%;
  }
}

.row-about-text {
  padding: 40px 20px;
}
@media screen and (min-width: 1120px) {
  .row-about-text {
    padding: 40px;
  }
}

.row-about-image {
  min-height: 350px;
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-about-image {
    min-height: 500px;
  }
}

.about-copy strong {
  color: #3a62ba;
}

.item-detail-list {
  margin-top: 2px;
}

.step .section-page-main strong {
  color: #ba3aad;
}

.step .section-page-catch {
  color: #ba3aad;
}
.step .section-page-catch::after {
  background: -webkit-gradient(linear, left top, right top, from(#ba3aad), to(#f0eb4f)) center bottom/auto 2px repeat-x;
  background: linear-gradient(90deg, #ba3aad 0%, #f0eb4f 100%) center bottom/auto 2px repeat-x;
}

.step-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
}

.step-list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  width: calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  .step-list-title {
    font-size: 24px;
    width: calc(100% - 90px);
  }
}

.step-list-title strong {
  color: #ba3aad;
}

.step-list-title small {
  font-size: 16px;
}

.step-list li {
  line-height: 1.25;
}

.step-list-num {
  background-color: #ba3aad;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .step-list-num {
    height: 80px;
    width: 80px;
  }
}

.step-list-num-inner {
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.step-list-num span {
  display: block;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.step-list-num span:first-child {
  font-size: 14px;
}
.step-list-num span:last-child {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .step-list-num span:last-child {
    font-size: 30px;
  }
}

.step-subtitle {
  background: rgba(186, 58, 173, 0.1);
  border-radius: 40px;
  color: #ba3aad;
  margin-bottom: 10px;
  padding: 10px;
}

.step-subtitle2 {
  background: #ba3aad;
  border-radius: 40px;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.step-box {
  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);
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-box {
    padding: 40px;
  }
}
.step-box::after {
  background: url(../images/common/step-arrow@2x.png) center center/54px auto no-repeat;
  bottom: -64px;
  content: "";
  display: block;
  height: 44px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 54px;
}
.step-box:last-child::after {
  display: none;
}

.step-box .row20 > div {
  margin-top: 20px;
}
@media screen and (min-width: 1120px) {
  .step-box .row20 > div {
    margin-top: 0;
  }
}

.step-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2em;
  width: 100%;
}

.step-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 1em;
  width: calc(100% - 1em);
}
@media screen and (min-width: 768px) {
  .step-list li {
    width: calc(50% - 1em);
  }
}

.step-list li:nth-child(2n) {
  margin-right: 0;
}

.step-flow li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  list-style: none;
  margin-bottom: 20px;
}

.step-flow-num {
  border: 1px solid #ba3aad;
  border-radius: 50%;
  color: #ba3aad;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  height: 35px;
  left: -15px;
  line-height: 32.5px;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 35px;
}

.step-flow-title {
  width: calc(100% - 40px);
}

.step-flow-title h5 {
  color: #ba3aad;
  font-size: 16px;
  font-weight: bold;
}

.step-flow-title p {
  line-height: 1.25;
}

.step-point {
  border: 1px solid #ba3aad;
  border-radius: 40px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-point {
    padding: 40px 20px;
  }
}
.step-point::after {
  background: url("../images/common/step-point@2x.png") left top 0/116px auto no-repeat;
  content: "";
  display: block;
  height: 62px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 116px;
}

.step-point p {
  font-weight: bold;
  line-height: 1.25;
}

.step-point strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f0eb4f));
  background: linear-gradient(to bottom, transparent 60%, #f0eb4f 60%);
  color: #ba3aad;
}

@media screen and (min-width: 768px) {
  .step-imagelist_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -40px;
  }
}

.step-imagelist_3 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-imagelist_3 > div {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 40px;
    width: 33.3%;
  }
}
.step-imagelist_3 > div:last-child {
  padding-bottom: 0;
}
.step-imagelist_3 > div::after {
  background: url(../../common/images/flow-arrow@2x.png) center center/22px auto no-repeat;
  bottom: 7.5px;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
}
@media screen and (min-width: 768px) {
  .step-imagelist_3 > div::after {
    bottom: auto;
    left: auto;
    right: 7.5px;
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.step-imagelist_3 > div:last-child::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .step-imagelist_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -40px;
  }
}

.step-imagelist_4 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-imagelist_4 > div {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 40px;
    width: 25%;
  }
}
.step-imagelist_4 > div:last-child {
  padding-bottom: 0;
}
.step-imagelist_4 > div::after {
  background: url(../../common/images/flow-arrow@2x.png) center center/22px auto no-repeat;
  bottom: 7.5px;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
}
@media screen and (min-width: 768px) {
  .step-imagelist_4 > div::after {
    bottom: auto;
    left: auto;
    right: 7.5px;
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.step-imagelist_4 > div:last-child::after {
  display: none;
}

.preparation-box {
  background: rgba(58, 98, 186, 0.1);
  border-radius: 40px;
  color: #3a62ba;
  padding: 20px;
}

.preparation-title {
  background: #3a62ba;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

.preparation-title2 {
  border-bottom: 1px solid #3a62ba;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .preparation-title2 {
    font-size: 24px;
  }
}

.preparation-title2 small {
  font-size: 16px;
}

.preparation-list li {
  font-size: 14px;
  margin-left: 2em;
}

.row-about-image {
  background: url("../images/unevenness/about-image.jpg") center center/cover;
}

.about-decotype {
  color: rgba(58, 98, 186, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about-decotype {
    font-size: 120px;
  }
}

.about-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.about-list li {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1120px) {
  .about-list li {
    margin-bottom: 0;
    width: 33%;
  }
}

.about-subtitle {
  color: #3a62ba;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .about-subtitle {
    font-size: 18px;
  }
}

.about-subtitle + p {
  font-size: 14px;
}

.example {
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .example {
    padding-top: 60px;
  }
}
.example::after {
  background: url("../images/unevenness/example-drawnline@2x.png") left top/200% auto no-repeat, url("../images/unevenness/example-drawnline2@2x.png") right bottom 10%/200% auto no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .example::after {
    background-size: 100% auto, 100% auto;
  }
}

.example-color {
  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);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .example-color {
    padding: 10px;
  }
}

.example-box1 {
  max-width: 780px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .example-box1 {
    margin-left: auto;
  }
}

.example-box1 .example-color {
  -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: auto;
  margin-right: auto;
  margin-top: -40px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .example-box1 .example-color {
    bottom: -40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: -40px;
    max-width: 202px;
    position: absolute;
  }
}

.example-box1 .example-color > div {
  padding: 10px;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .example-box1 .example-color > div {
    width: 100%;
  }
}

.example-box2 {
  position: relative;
  text-align: center;
}

.example-box2 .example-color {
  -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: auto;
  margin-right: auto;
  margin-top: -40px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .example-box2 .example-color {
    max-width: 666px;
  }
}

.example-box2 .example-color > div {
  padding: 10px;
  width: 33%;
}

.example-box3 {
  max-width: 780px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .example-box3 {
    margin-right: auto;
  }
}

.example-box3 .example-color {
  -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: auto;
  margin-right: auto;
  margin-top: -40px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .example-box3 .example-color {
    bottom: -40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 202px;
    position: absolute;
    right: -40px;
  }
}

.example-box3 .example-color > div {
  padding: 10px;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .example-box3 .example-color > div {
    width: 100%;
  }
}

.colors-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .colors-title {
    font-size: 24px;
  }
}

.colors-color {
  -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;
}

.colors-color > div {
  padding: 0 10px;
}

.movie-player {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.movie-player iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.recover {
  border: 2px solid #3a62ba;
}

.recover-box {
  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);
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recover-box {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .recover-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -40px;
  }
}

.recover-image > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recover-image > div {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 40px;
    width: 50%;
  }
}
.recover-image > div:last-child {
  padding-bottom: 0;
}
.recover-image > div::after {
  background: url(../../common/images/flow-arrow@2x.png) center center/22px auto no-repeat;
  bottom: 7.5px;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
}
@media screen and (min-width: 768px) {
  .recover-image > div::after {
    bottom: auto;
    left: auto;
    right: 7.5px;
    top: 40%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.recover-image > div:last-child::after {
  display: none;
}

.recover-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
}

.recover-list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  width: calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  .recover-list-title {
    font-size: 24px;
    width: calc(100% - 90px);
  }
}

.recover-list-title strong {
  color: #3a62ba;
}

.recover-list-title small {
  font-size: 16px;
}

.recover-list li {
  line-height: 1.25;
}

.recover-list-num {
  background-color: #3a62ba;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .recover-list-num {
    height: 80px;
    width: 80px;
  }
}

.recover-list-num-inner {
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recover-list-num span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .recover-list-num span {
    font-size: 20px;
  }
}

.recover-point {
  border: 1px solid #3a62ba;
  border-radius: 40px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recover-point {
    padding: 40px 20px;
  }
}
.recover-point::after {
  background: url("../images/unevenness/recover-point@2x.png") left top 0/116px auto no-repeat;
  content: "";
  display: block;
  height: 62px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 116px;
}

.step-point p {
  font-weight: bold;
  line-height: 1.25;
}

.step-point strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f0eb4f));
  background: linear-gradient(to bottom, transparent 60%, #f0eb4f 60%);
  color: #3a62ba;
}
/*# sourceMappingURL=unevenness.css.map */