/* definition */
/* componet */
.c-section + .c-section {
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .c-section {
    padding: 0 20px;
  }
}
.c-section__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.c-section__title {
  height: 85px;
  line-height: 85px;
  color: #fff;
  background: #f9504c;
  font-size: 20px;
  font-weight: bold;
  margin: -72px -15px 50px;
  border-radius: 5px;
  padding: 0 40px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 0 #d5d5d5;
}

@media screen and (max-width: 820px) {
  .c-section__title {
    font-size: 15px;
    height: auto;
    line-height: 30px;
    padding: 0 20px;
    margin: -47px -10px 25px;
  }
}
.c-roundbox {
  background: #fff;
  border-radius: 5px;
  padding: 30px 45px 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .c-roundbox {
    padding: 25px 25px 30px;
  }
}
.p-movein__note {
  color: #f9504c;
}

/* Project */
.p-movein {
  font-family: "Noto Sans JP", sans-serif;
  background: #efefef;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.02em;
  padding-bottom: 100px;
}

.p-movein__header {
  background: #f9504c;
  color: #fff;
  height: 270px;
  display: flex;
  align-items: center;
}

.p-movein__header h1 {
  font-size: 30px;
  line-height: 1;
  margin-top: -20px;
}

.p-movein__header + .c-section {
  margin-top: -70px;
}

@media screen and (max-width: 820px) {
  .p-movein__header {
    height: 150px;
  }
  .p-movein__header h1 {
    font-size: 22px;
    margin-top: -10px;
  }
  .p-movein__header + .c-section {
    margin-top: -45px;
  }
}
.p-movein__lead {
  font-size: 16px;
}

.p-movein__lead .c-roundbox {
  padding-bottom: 35px;
}

@media screen and (max-width: 820px) {
  .p-movein__lead {
    font-size: 14px;
  }
  .p-movein__lead .c-roundbox {
    padding-bottom: 30px;
  }
}
.p-movein__lead a {
  color: #f9504c;
  text-decoration: underline;
}

.p-movein__step .c-section__title {
  background: #0dbed5;
}

.p-movein__step dl {
  padding-left: 22px;
}

@media screen and (max-width: 820px) {
  .p-movein__step dl {
    padding-left: 11px;
  }
}
.p-movein__step dt {
  font-size: 18px;
  letter-spacing: 0.16em;
  color: #0dbed5;
  font-weight: bold;
  margin-left: -22px;
}

.p-movein__step dt:before {
  content: attr(data-id);
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 4px;
  background: #0dbed5;
  color: #fff;
  margin-right: 15px;
  font-weight: bold;
  flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .p-movein__step dt {
    font-size: 14px;
    margin-left: -11px;
  }
  .p-movein__step dt:before {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.p-movein__step dd {
  padding: 20px 20px 60px 40px;
  background: url(/images/movein/bg-dotline.gif) repeat-y left top;
}

.p-movein__step dd:last-child {
  background: none;
  padding-bottom: 50px;
}

@media screen and (max-width: 820px) {
  .p-movein__step dd {
    padding: 10px 10px 40px 20px;
  }
  .p-movein__step dd:last-child {
    padding-bottom: 35px;
  }
}
.p-movein__step p {
  color: #f9504c;
  margin-left: 46px;
}

@media screen and (max-width: 820px) {
  .p-movein__step p {
    margin-left: 30px;
  }
}
.p-movein__price .c-section__title {
  background: #fc9006;
}

.p-movein__price h2 {
  margin-top: 50px;
}

.p-movein__price h2 + * {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .p-movein__price h2 {
    margin-top: 30px;
  }
  .p-movein__price h2 + * {
    margin-top: 10px;
  }
}
.p-movein__price h3 {
  font-weight: bold;
  margin-top: 40px;
}

.p-movein__price h3 + * {
  margin-top: 20px;
}

.p-movein__price h3 + ul {
  margin-top: 0;
}

@media screen and (max-width: 820px) {
  .p-movein__price h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .p-movein__price h3 + * {
    margin-top: 10px;
  }
}
.p-movein__price p {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .p-movein__price p {
    margin-top: 10px;
  }
}
.p-movein__price .c-banner__fixplan {
  margin-top: 70px;
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  .p-movein__price .c-banner__fixplan {
    margin-top: 35px;
  }
}
.p-movein__price__calc {
  display: flex;
  flex-wrap: wrap;
  color: #fc9006;
  align-items: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.p-movein__price__calc span {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.p-movein__price__calc span.ext-alt {
  width: 70px;
}

.p-movein__price__calc span, .p-movein__price__calc em {
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .p-movein__price__calc {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-movein__price__calc span {
    align-self: center;
  }
  .p-movein__price__calc span.ext-alt {
    transform: rotate(90deg);
  }
  .p-movein__price__calc span, .p-movein__price__calc em {
    margin-bottom: 0;
  }
  .p-movein__price__calc em {
    text-align: left;
  }
  .p-movein__price__calc em.ext-alt {
    text-align: center;
  }
}
.p-movein__price__label {
  border-radius: 4px;
  border: 1px solid #fc9006;
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  padding-right: 20px;
  min-height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #fc9006;
  box-sizing: border-box;
}

.p-movein__price__label:before {
  content: attr(data-id);
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #fc9006;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.p-movein__price__label.ext-alt {
  background: #fc9006;
  color: #fff;
  padding-left: 20px;
}

.p-movein__price__label.ext-alt:before {
  display: none;
}

@media screen and (max-width: 820px) {
  .p-movein__price__label {
    font-size: 15px;
    padding-right: 10px;
    min-height: 28px;
    line-height: 28px;
  }
  .p-movein__price__label:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
  }
}
.p-movein__price__minicalc {
  font-weight: bold;
  font-size: 16px;
  color: #fc9006;
}

.p-movein__price__minicalc span {
  border: 1px solid #fc9006;
  border-radius: 4px;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  color: #fc9006;
  padding: 0 10px;
  margin-right: 16px;
  min-width: 110px;
  text-align: center;
}

.p-movein__price__minicalc span.ext-alt {
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .p-movein__price__minicalc {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-movein__price__minicalc span {
    font-size: 12px;
    height: 29px;
    line-height: 29px;
  }
  .p-movein__price__minicalc span.ext-alt {
    font-size: 14px;
  }
}
.p-movein__price__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-movein__price__list li {
  border-radius: 5px;
  border: 1px solid #fc9006;
  color: #fc9006;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 20px;
  margin-right: 20px;
}

.p-movein__price__list li strong {
  font-size: 18px;
  margin-left: 1em;
}

@media screen and (max-width: 820px) {
  .p-movein__price__list {
    display: block;
  }
  .p-movein__price__list li {
    margin-top: 10px !important;
    width: auto;
    display: inline-block;
    padding: 0 7px 0 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
  }
  .p-movein__price__list li span {
    margin-right: 5px;
  }
  .p-movein__price__list li strong {
    font-size: 12px;
  }
}
.p-movein__price__text strong, .p-movein__price__text em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}

.p-movein__price__text em {
  color: #fc9006;
}

@media screen and (max-width: 820px) {
  .p-movein__price__text {
    font-size: 14px;
  }
  .p-movein__price__text strong, .p-movein__price__text em {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .c-banner__fixplan {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-movein__date .c-section__title {
  background: #50aa54;
}

.p-movein__date .c-section__title + * {
  margin-top: 50px;
}

@media screen and (max-width: 820px) {
  .p-movein__date .c-section__title + * {
    margin-top: 25px;
  }
}
.p-movein__date h2 {
  margin-top: 100px;
  font-size: 18px;
  font-weight: bold;
}

.p-movein__date h2:before {
  content: attr(data-id);
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #50aa54;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 4px;
  flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .p-movein__date h2 {
    margin-top: 50px;
    font-size: 14px;
  }
  .p-movein__date h2:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 12px;
  }
}
.p-movein__date h3 {
  margin-top: 60px;
  font-weight: bold;
  color: #50aa54;
  display: flex;
  align-items: center;
}

.p-movein__date h3:before {
  content: attr(data-id);
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #50aa54;
  color: #50aa54;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 4px;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 820px) {
  .p-movein__date h3 {
    margin-top: 30px;
    font-size: 14px;
    align-items: flex-start;
  }
  .p-movein__date h3:before {
    content: attr(data-id);
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
  }
}
.p-movein__date p {
  margin-top: 20px;
}

.p-movein__date p img {
  width: 100%;
  height: auto;
}

.p-movein__date__box {
  margin-top: 30px;
  padding: 25px;
  border-radius: 4px;
  background: #e0e0e0;
}

.p-movein__date__box p {
  margin-top: 0;
}

.p-movein__date__box li {
  display: flex;
  margin-top: 10px;
  color: #50aa54;
}

.p-movein__date__box li:before {
  content: attr(data-id);
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  border: 1px solid #50aa54;
  background: #fff;
  color: #50aa54;
  margin-right: 10px;
  border-radius: 4px;
  flex-shrink: 0;
}

@media screen and (max-width: 820px) {
  .p-movein__date__box {
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
  }
  .p-movein__date__box ul {
    margin-top: 15px;
  }
  .p-movein__date__box li:before {
    font-size: 12px;
  }
}