@charset "utf-8";
/* CSS Document */
#customer-order-flow h1 {
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
#customer-order-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.customer-order-flow-contact button {
  background-color: #f60;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  font-size: 130%;
  border-radius: 60px;
  padding: 1rem;
  max-width: 30rem;
  text-align: center;
}
.customer-order-flow-contact button span {
  width: 6.5rem;
  margin-right: 0.3rem;
  color: #fff;
}
.customer-order-flow-contact button img {
  display: inline-block;
  height: 24px;
  width: 1rem;
  padding-top: 10px;
}
.customer-order-flow-contact button:hover {
  transform: scale(1.05);
}
.customer-order-flow-contact label {
  text-align: center;
  width: 100%;
  display: block;
}
#customer-order-flow h2 {
  font-size: 130%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
#customer-order-flow h2 span {
  color: #667699;
}
#customer-order-flow h3 {
  font-size: 110%;
  width: 100%;
  border-bottom: dotted 3px #cce1e8;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
#customer-order-flow li p {
  width: 100%;
}
#customer-order-flow li a {
  font-weight: 700;
  background-color: #667699;
  color: #fff;
  margin: 0.8rem 0;
  padding: 0.5rem 1rem 0.5rem 0.3rem;
  position: relative;
  font-size: 110%;
  /*width: 350px;*/
  border-radius: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-right: 0.5rem;
}
#customer-order-flow li a:hover {
  transition: 0.2s;
  text-decoration: none;
  opacity: 0.7;
}
#customer-order-flow a::before {
  position: absolute;
  content: url("../../common-img/link-icon_white.svg");
  top: 33%;
  width: 10px;
  right: 1rem;
}

.customer-order-flow-link{
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 300px;
}