@charset "UTF-8";
.list-flow-01:after {
  display: block;
  clear: both;
  content: "";
}

.list-flow-01 li {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 19px 0 0;
  padding: 17px 5px 47px 5px;
  width: 162px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  list-style: none;
  text-align: center;
}

.list-flow-01 li.type-abbreviated {
  display: table;
  padding: 0;
  width: 50px;
  height: 84px;
  border: none;
}

.list-flow-01 li.type-abbreviated .inner {
  display: table-cell;
  padding-right: 5px;
  background: url(/support/change/mobile/images/icon_step_arrow_right.png) 0 50% no-repeat;
  vertical-align: middle;
  text-align: center;
}

.list-flow-01 li:nth-child(2), .list-flow-01 li.type-abbreviated {
  margin-right: 5px;
}

.list-flow-01 li:last-child {
  margin-right: 0;
  border-width: 2px;
  border-color: #f354a4;
}

.list-flow-01 li::after {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  margin: auto;
  height: 29px;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 9px #a3a3a3;
  content: "";
}

.list-flow-01 li:nth-child(2)::after, .list-flow-01 li.type-abbreviated::after, .list-flow-01 li:last-child::after {
  content: none;
}

.list-flow-01 li .step {
  display: block;
  padding: 3px;
  border-radius: 15px/50%;
  background-color: #f387b8;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.list-flow-01 li .icon {
  display: block;
  text-align: center;
}

.list-flow-01 li .icon img {
  width: 80px;
  height: 80px;
}

.list-flow-01 li .title {
  display: block;
  margin: 20px 0;
  color: #e4007f;
  text-align: center;
  font-size: 12px;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.list-flow-01 li .title.type-in-icon,
.list-flow-01 li .title.row2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-flow-01 li .title.type-in-icon>img, .list-flow-01 li .title.type-in-icon>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.list-flow-01 li .title.type-in-icon>img {
  width: 40px;
  height: 40px;
}

.list-flow-01 li .text {
  display: block;
  margin: 20px 0 15px;
  font-size: 12px;
}

.list-flow-01 li .time {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  margin: auto;
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
  width: 130px;
  background-color: #f2f2f2;
  font-size: 12px;

}

ol.list-style-01  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.list-style-01 li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 2em;
}
ol.list-style-01 li span {
  position: absolute;
  left: 0em;
  margin: 0 auto;
  text-align: right;
}

ol.list-style-02  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.list-style-02 li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 3em;
}
ol.list-style-02 li span {
  position: absolute;
  left: 0em;
  margin: 0 auto;
  text-align: right;
}
.mt30_pc{
  margin-top: 30px;
}

.contact-box-head {
  background: #ee42a4;
  border-radius: 6px 6px 0 0;
  height: 80px;
  box-sizing: border-box;
  padding: 27px 10px;
}
.contact-box-subheading {
  text-align: center;
}
.contact-box-body {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  padding: 40px 10px 36px;
  text-align: center;
}
.important-text {
  font-size: 24px;
  color: #e4007f;
  font-weight: bold;
}


@media screen and (max-width:768px) {
  .list-flow-01 li {
    margin: 0 0 20px;
    padding: 13px;
    width: 100%;
  }
  .list-flow-01 li:nth-child(2), .list-flow-01 li.type-abbreviated {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .list-flow-01 li.type-abbreviated, .list-flow-01 li.type-abbreviated>.inner {
    display: block;
    min-height: 0;
    width: 100%;
    height: auto;
  }
  .list-flow-01 li.type-abbreviated>.inner {
    padding: 0 0 10px;
    height: 50px;
    background: url(/support/change/mobile/images/icon_step_arrow_bottom.png) 50% 50% no-repeat;
    line-height: 50px;
  }
  .list-flow-01 li::after {
    top: auto;
    right: 0;
    bottom: -17px;
    left: 0;
    width: 34px;
    height: auto;
    border-top: solid 11px #a3a3a3;
    border-right: solid 17px transparent;
    border-bottom: none;
    border-left: solid 17px transparent;
  }
  .list-flow-01 li .step {
    margin-bottom: 10px;
    padding: 2px;
  }
  .list-flow-01 li .inner {
    position: relative;
    padding-left: 90px;
    min-height: 72px;
  }
  .list-flow-01 li .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 72px;
    height: 72px;
  }
  .list-flow-01 li .icon img {
    max-width: 100%;
    height: auto;
  }
  .fields-layout .fields .list-flow-01 li .title {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 13px;
  }
  .list-flow-01 li .title.type-in-icon>img {
    width: 36px;
    height: 36px;
  }
  .list-flow-01 li .text {
    margin: 0 0 10px;
    font-size: 10px;
  }
  .list-flow-01 li .text br {
    display: none;
  }
  .list-flow-01 li .time {
    position: static;
    width: auto;
  }
  .mt30_pc{
    margin-top: 0;
  }
  .contact-box-text {
    font-size: 12px;
    line-height: 2;
  }
}

@media screen and (min-width:768px) {
  a[href^="tel:"]{
    pointer-events: none;
    cursor: default;
  }
}