@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,p,ul {
	margin: 0px;
	padding: 0px;
}
.red {
	color: #CC0000;
}

a:hover {
	opacity: 0.8;
}

/*==========================*/

.usagestep-wrap {
	width: 100%;
  /*max-width: 1000px;*/
	margin: 3px auto 100px;
	font-family: fot-tsukuardgothic-std, "fot-tsukuardgothic-std", "FOT-TsukuARdGothic Std", sans-serif;
}
.usagesteps {
  display: flex;
  max-width: 640px;
  margin: 0 auto 40px;
  align-items: center;
  justify-content: space-between;
}
.usagesteps a {
  display: block;
  padding: 1px 8px 0;
  font-size: 13px;
  color: #FFF;
  background: #e2893b;
  border-radius: 3px;
  text-decoration: none;
}
.usagestep-title {
  position: relative;
  display: block;
  padding: 24px 30px 24px 40px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  background: #fcf3eb;
  border-radius: 16px;
}
.us-info-item {
  padding: 0 30px;
  margin-bottom: 48px;
  font-size: 14px;
}
.us-inner-title {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #e2893b;
  border-bottom: 1px solid;
}
.us-info-box {
  padding: 20px 40px 30px;
}
.usagestep-img {
  display: block;
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}
.us-info-box ul {
  padding-left: 1em;
}
.us-next-btns {
  margin-top: 80px;
  text-align: center;
}
.us-next_btn {
	margin-bottom: 20px;
  font-size: 12px;
}
.us-next_btn a {
  display: flex;
  width: 100%;
  max-width: 420px;
  height: 40px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
  background: #e2893b;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
/*.us-next_btn .us-next_btn-longer {
  max-width: 420px;
}*/
.us-next_btn p {
  margin-bottom: 4px;
}
.us-sub-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.us-info-box p a {
  display: inline-block;
  color: #e2893b;
  text-decoration: underline;
}

@media screen and (max-width: 580px) {
  .usagesteps {
    flex-wrap: wrap;
    gap: 4px 0;
  }
  .usagesteps a:first-child {
    width: 100%;
  }
  .usagesteps a,
  .usagesteps span {
    display: flex;
    width: 24%;
    padding: 1px 8px 0;
    font-size: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .usagestep-title {
    padding: 16px 24px;
    border-radius: 10px;
  }
  .us-info-item {
    padding: 0 10px;
  }
  .us-info-box {
    padding: 20px 0 28px;
  }
  .us-next-btns {
    margin-top: 48px;
  }
  .us-next_btn {
    margin-bottom: 10px;
  }
  .us-next_btn a {
    font-size: 13px;
  }
}