@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
#contents {
  background: none;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #contents {
    padding-bottom: 120px;
  }
}

#breadcrumb {
  display: none;
}

.form_fin__title--block {
  background-color: #f1f1f1;
  padding: 32px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .form_fin__title--block {
    padding: 40px 24px;
  }
}
.form_fin__title--block .form_fin__title {
  color: #eb5505;
  font-size: 18px;
}
@media (min-width: 768px) {
  .form_fin__title--block .form_fin__title {
    font-size: 40px;
  }
}
.form_fin__title--block .form_fin__title.color_oce {
  color: #a61c4b !important;
}
.form_fin__title--block .form_fin__title.color_store {
  color: #44bbb7 !important;
}
.form_fin__title--block .form_fin__title.color_co {
  color: #112c51 !important;
}
.form_fin__title--block .form_fin__title.color_matching {
  color: #e4bb48 !important;
}
.form_fin__title--block .form_fin__title.color_zaiko {
  color: #41b5c6 !important;
}

.form_fin__section {
  margin: 24px auto 0;
  max-width: 840px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .form_fin__section {
    margin: 40px auto 0;
  }
}
.form_fin__section + .form_fin__section {
  margin: 64px auto 0;
}

.form_fin__intro--title {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
@media (min-width: 768px) {
  .form_fin__intro--title {
    font-size: 24px;
  }
}

.form_fin__section--title {
  color: #ec5506;
  font-size: 18px;
  margin: 0;
  padding: 0 0 8px;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .form_fin__section--title {
    font-size: 24px;
  }
}
.form_fin__section--title::before, .form_fin__section--title::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form_fin__section--title::before {
  background-color: #ddd;
  width: 100%;
}
.form_fin__section--title::after {
  background-color: #ec5506;
  width: 160px;
}

.form_fin__section--title.color_oce {
  color: #a61c4b !important;
}
.form_fin__section--title.color_oce::after {
  background-color: #a61c4b !important;
}

.form_fin__section--title.color_store {
  color: #44bbb7 !important;
}
.form_fin__section--title.color_store::after {
  background-color: #44bbb7 !important;
}

.form_fin__section--title.color_co {
  color: #112c51 !important;
}
.form_fin__section--title.color_co::after {
  background-color: #112c51 !important;
}

.form_fin__section--title.color_matching {
  color: #414549 !important;
}
.form_fin__section--title.color_matching::after {
  background-color: #e4bb48 !important;
}

.form_fin__section--title.color_zaiko {
  color: #414549 !important;
}
.form_fin__section--title.color_zaiko::after {
  background-color: #41b5c6 !important;
}

.form_fin__intro--txt {
  font-size: 14px;
  margin: 16px 0 0 !important;
  text-align: left;
}
@media (min-width: 768px) {
  .form_fin__intro--txt {
    font-size: 16px;
    margin: 24px 0 0 !important;
  }
}
.form_fin__intro--txt + .form_fin__intro--txt {
  margin: 24px 0 0 !important;
}
@media (min-width: 768px) {
  .form_fin__intro--txt + .form_fin__intro--txt {
    margin: 32px 0 0 !important;
  }
}

.phone_number__block {
  background-color: #f1f1f1;
  margin: 32px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .phone_number__block {
    margin: 40px auto 0;
  }
}
.phone_number__block .phone_number__block--title {
  background-color: #eb5505;
  color: #fff;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .phone_number__block .phone_number__block--title {
    font-size: 18px;
  }
}
.phone_number__block .phone_number__block--inner {
  padding: 16px 32px;
}
@media (min-width: 768px) {
  .phone_number__block .phone_number__block--inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 24px;
    padding: 24px 32px;
  }
}
.phone_number__block .phone_number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .phone_number__block .phone_number {
    font-size: 40px;
  }
}
.phone_number__block .phone_number a {
  color: #eb5505;
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .phone_number__block .phone_number a {
    padding: 0 0 0 40px;
  }
}
.phone_number__block .phone_number a::before {
  content: "\f095";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 0;
}
.phone_number__block .phone_number__note {
  font-size: 14px;
  line-height: 1.25;
  margin: 8px 0 0 !important;
}
@media (min-width: 768px) {
  .phone_number__block .phone_number__note {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px !important;
  }
}

.phone_number__block.color_oce .phone_number__block--title {
  background-color: #a61c4b !important;
}
.phone_number__block.color_oce .phone_number a {
  color: #a61c4b !important;
}

.phone_number__block.color_store .phone_number__block--title {
  background-color: #44bbb7 !important;
}
.phone_number__block.color_store .phone_number a {
  color: #44bbb7 !important;
}

.phone_number__block.color_co .phone_number__block--title {
  background-color: #112c51 !important;
}
.phone_number__block.color_co .phone_number a {
  color: #112c51 !important;
}

.phone_number__block.color_matching .phone_number__block--title {
  background-color: #e4bb48 !important;
}
.phone_number__block.color_matching .phone_number a {
  color: #414549 !important;
}
.phone_number__block.color_matching .phone_number a::before {
  color: #e4bb48 !important;
}

.phone_number__block.color_zaiko .phone_number__block--title {
  background-color: #41b5c6 !important;
}
.phone_number__block.color_zaiko .phone_number a {
  color: #414549 !important;
}
.phone_number__block.color_zaiko .phone_number a::before {
  color: #41b5c6 !important;
}

.logizard-service_list {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .logizard-service_list {
    gap: 40px 0;
  }
}

@media (min-width: 768px) {
  .logizard-service_list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.logizard-service_list__inner .logizard-service_icon {
  text-align: center;
}
.logizard-service_list__inner .logizard-service_icon a {
  display: inline-block;
  transition: all 0.1s ease-out !important;
  width: 180px;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_icon a {
    width: 100%;
  }
  .logizard-service_list__inner .logizard-service_icon a:hover {
    transform: translateY(-5px);
    opacity: 1 !important;
  }
}
.logizard-service_list__inner .logizard-service_summary {
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_summary {
    margin: 0;
    width: calc(100% - 240px - 32px);
  }
}
.logizard-service_list__inner .logizard-service_name {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_name {
    font-size: 24px;
    text-align: left;
  }
}
.logizard-service_list__inner .logizard-service_name .logizard-service_sub-copy {
  display: block;
  font-size: 12px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_name .logizard-service_sub-copy {
    font-size: 14px;
  }
}
.logizard-service_list__inner .logizard-service_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 16px;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_links {
    justify-content: flex-start;
  }
}
.logizard-service_list__inner .logizard-service_links .logizard-service_links__item {
  margin: 16px 0 0;
}
.logizard-service_list__inner .logizard-service_links .item_completed {
  width: 100%;
}
@media (min-width: 768px) {
  .logizard-service_list__inner .logizard-service_links .item_completed {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .list_cooperation {
    position: relative;
  }
  .list_cooperation::before {
    background-color: #eb5505;
    content: "";
    display: block;
    height: 80%;
    width: 2px;
    position: absolute;
    top: 40px;
    left: 170px;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .list_cooperation .logizard-service_list__item {
    position: relative;
  }
  .list_cooperation .logizard-service_list__item:nth-child(n+2)::before {
    background-color: #eb5505;
    border-radius: 9999px;
    color: #fff;
    content: "連携";
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 170px;
    transform: translate(-50%, 0);
  }
}

.service_link {
  background: #eb5505;
  border-radius: 9999px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
@media (min-width: 768px) {
  .service_link {
    font-size: 14px;
  }
}
.service_link.link_zero {
  background: linear-gradient(90deg, #ec5505 0%, #eb7702 100%) !important;
}
.service_link.link_oce {
  background: linear-gradient(90deg, #a61c4b 0%, #f40e5c 100%) !important;
}
.service_link.link_store {
  background: linear-gradient(90deg, #44bbb7 0%, #79bf5d 100%) !important;
}

.completed {
  border: 2px solid #eb5505;
  color: #eb5505;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0 !important;
  padding: 12px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .completed {
    font-size: 14px;
  }
}
.completed.color_oce {
  border-color: #a61c4b !important;
  color: #a61c4b !important;
}
.completed.color_store {
  border-color: #44bbb7 !important;
  color: #44bbb7 !important;
}
.completed.color_matching {
  border-color: #e4bb48 !important;
  color: #e4bb48 !important;
}
.completed.color_zaiko {
  border-color: #41b5c6 !important;
  color: #41b5c6 !important;
}

.service_summary__block {
  margin: 16px 0 0;
}
.service_summary__block .service_summary__txt {
  font-size: 14px;
  margin: 0 !important;
  text-align: left;
}

.related_wp__links {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .related_wp__links {
    margin: 24px -10px 0;
  }
}

@media (min-width: 768px) {
  .related_wp__links--module {
    padding: 0 10px;
  }
}

.related_wp__image {
  margin: 0;
}

.related_wp__titles {
  display: flex;
  flex-direction: column-reverse;
}
.related_wp__titles .related_wp__title {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .related_wp__titles .related_wp__title {
    font-size: 16px;
  }
}
.related_wp__titles .related_wp__sub-title {
  color: #eb5505;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 !important;
  text-align: left;
}
@media (min-width: 768px) {
  .related_wp__titles .related_wp__sub-title {
    font-size: 12px;
  }
}

.meta_wp {
  margin: 8px 0 0 !important;
  text-align: left;
}
.meta_wp .wp_category {
  background: transparent;
  border: 1px solid #eb5505;
  border-radius: 3px;
  color: #eb5505;
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 2px 4px 0 0;
  padding: 8px 16px 6px;
  text-align: center;
  text-decoration: none !important;
}

.related_wp__link {
  margin: 16px auto 0;
}
.related_wp__link .btn_wp__download {
  background: #eb5505;
  border-bottom: solid 3px #d13a1b;
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 16px auto 0;
  padding: 8px 0 6px !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  max-width: 300px;
  width: 100%;
}
.related_wp__link .btn_wp__download::after {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.slick-prev,
.slick-next {
  top: 120px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.slick-prev {
  left: -18px;
}

.slick-next {
  right: -18px;
}

@media (min-width: 1280px) {
  .slick-prev,
  .slick-next {
    top: 90px;
  }
  .slick-prev {
    left: -48px;
  }
  .slick-next {
    right: -48px;
  }
}
.slick-prev::before,
.slick-next::before {
  background-color: #fff;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #253052;
}

@media (min-width: 1280px) {
  .slick-prev::before,
  .slick-next::before {
    background-color: transparent;
  }
}
.slick-dots {
  bottom: -32px;
}

.slick-dots li button::before {
  font-size: 10px;
}

.slick-dots li button::before {
  opacity: 1;
  color: #fff;
}

.slick-dots li button::before {
  color: #ddd;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #ec5506;
}