@charset "UTF-8";
.f-l__lp-footer-content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-l__lp-footer-content {
    width: 100%;
  }
}
.f-l__lp-footer-content_head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-l__lp-footer-content_head_logo {
  width: 38px;
  height: 43px;
}
.f-l__lp-footer-content_head_text {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 0 35px;
  width: 70%;
}
.f-l__lp-footer-content_head_link {
  text-align: right;
  display: flex;
  justify-content: right;
}
.f-l__lp-footer-content_head_link li {
  margin-right: 15px;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
}
.f-l__lp-footer-content_head_link li a {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .f-l__lp-footer-content_head {
    justify-content: left;
  }
  .f-l__lp-footer-content_head_logo {
    width: 38px;
    height: 43px;
  }
  .f-l__lp-footer-content_head_text {
    width: 80%;
    padding: 0 0 0 20px;
  }
  .f-l__lp-footer-content_head_link {
    padding: 15px 0 0;
  }
}
.f-l__lp-footer-content_under_text {
  padding: 30px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.f-l__lp-footer-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 580px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 40px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-mark {
  display: flex;
}
.f-l__company-pmark {
  width: 81px;
}
.f-l__company-isms {
  width: 155px;
  padding: 0 0 0 15px;
}
.f-l__company-jiima {
  width: 100px;
  padding: 0 0 0 15px;
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 1024px) {
  .f-l__company-mark {
    margin: 0 auto;
  }
  .f-l__company-textbox {
    width: 88%;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-l__company-mark {
    margin: 10px auto 0;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-textbox {
    font-size: 10px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 81px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 155px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 90px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 20px 0;
  }
}

.o-c__icon {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: 50%;
}
.o-c__icon-shining_money {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_047_shining_money.svg);
}
.o-c__icon-train {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_052_train.svg);
}
.o-c__icon-pc_document {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-software {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_050_software.svg);
}
.o-c__icon-document_circle {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-stamp {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_045_stamp.svg);
}

.o-c__list-check li {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.o-c__list-check li::before {
  content: "";
  width: 10px;
  height: 7px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #f53c20;
  border-right: solid 2px #f53c20;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.o-c__list-check li:last-child {
  margin: 0;
}
.o-c__list-check._size_s li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.o-c__list-check._size_s li::before {
  width: 10px;
  height: 6px;
}
.o-c__list-check._size_m li {
  line-height: 1.4;
  padding: 0 0 0 20px;
  font-size: 14px;
}
.o-c__list-check._size_m li::before {
  width: 12px;
  height: 8px;
}
.o-c__list-check._size_l li {
  line-height: 1.7;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li::before {
  width: 14px;
  height: 10px;
}

.hbspt-form .hs_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  position: relative;
}
.hbspt-form .hs_company .input::before,
.hbspt-form .hs_email .input::before,
.hbspt-form .hs_phone .input::before {
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: 0;
  line-height: 40px;
  background-color: #f5e673;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_company .input::after,
.hbspt-form .hs_email .input::after,
.hbspt-form .hs_phone .input::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #f5e673;
  display: none;
}
.hbspt-form .hs_company .input.disp_popup::before, .hbspt-form .hs_company .input.disp_popup::after,
.hbspt-form .hs_email .input.disp_popup::before,
.hbspt-form .hs_email .input.disp_popup::after,
.hbspt-form .hs_phone .input.disp_popup::before,
.hbspt-form .hs_phone .input.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hbspt-form .hs_company .input::before {
  content: "お勤め先の会社名を記入してください";
}
.hbspt-form .hs_email .input::before {
  content: "お仕事でお使いのメールアドレスを記入してください";
}
.hbspt-form .hs_phone .input::before {
  content: "日中繋がりやすい電話番号を記入してください";
}

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .o-m__realization {
    padding-top: 70px;
  }
}
.o-m__realization-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0px auto 0px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-inner {
    width: 100%;
  }
}
.o-m__realization-inner.swiper-container {
  margin: 0 auto;
  padding: 0 25px 50px;
}
.o-m__realization-inner._width680 {
  width: 680px;
}
.o-m__realization-inner._width680 .o-m__realization-content_title h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .o-m__realization-inner._width680 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .o-m__realization-inner._width680 .o-m__realization-content {
    margin: 0 auto 30px;
  }
  .o-m__realization-inner._width680 .o-m__realization-content:last-of-type {
    margin-bottom: 0;
  }
}
.o-m__realization-list {
  padding-top: 20px;
}
.o-m__realization-list.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-m__realization-content.swiper-slide {
  width: 32%;
}
.o-m__realization-content_wrap {
  position: relative;
  width: 320px;
  padding: 15px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
}
.o-m__realization-content_wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 15px;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
}
.o-m__realization-content_wrap:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .o-m__realization-content_wrap {
    width: 315px;
    min-height: 300px;
  }
}
.o-m__realization-content_wrap .o-c__btn-text {
  margin-top: 15px;
  bottom: inherit;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap .o-c__btn-text {
    display: none;
  }
}
.o-m__realization-content_wrap._js_open .o-m__realization-content_hidetext {
  padding: 23px 10px 0px 10px;
  font-size: 16px;
  opacity: 1;
  margin: 0 auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap._js_open .o-m__realization-content_hidetext {
    padding: 0;
  }
}
.o-m__realization-content_wrap._js_open .o-c__btn-text_icon_plus_bg::after {
  display: none;
}
.o-m__realization-content_title {
  position: relative;
  display: flex;
}
.o-m__realization-content_title h3 {
  padding-left: 70px;
  padding-bottom: 15px;
  color: #f53c20;
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .o-m__realization-content_title h3 {
    font-size: 16px;
  }
}
.o-m__realization-content_image {
  position: absolute;
  top: -20px;
  left: 8px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_image-small {
    left: 5px;
    top: -22px;
  }
}
.o-m__realization-content_list {
  position: relative;
  padding: 11px 20px 10px;
  background-color: #f6f6f6;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_list {
    margin-bottom: 20px;
  }
}
.o-m__realization-content_item_text {
  position: relative;
  padding-left: 30px;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  color: #323232;
}
.o-m__realization-content_item_text::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: #f53c20;
  border-radius: 20px;
}
.o-m__realization-content_item_text::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 9px;
  height: 6px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  display: block;
  transform: rotate(135deg);
}
.o-m__realization-content_icon_ball {
  position: absolute;
  top: 18px;
  left: 30%;
  display: inline-block;
  background-color: #f53c20;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  transition: all ease 0.3s;
}
.o-m__realization-content_icon_ball::before {
  content: "";
  background-color: #ffffff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__realization-content_icon_ball::after {
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__realization-content_icon_ball._js_open::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_icon_ball {
    top: 17px;
    right: 15px;
  }
}
.o-m__realization-content_label {
  font-size: 14px;
  padding: 18px 0 0 10px;
  position: relative;
  display: block;
  text-align: center;
  color: #f53c20;
}
@media screen and (min-width: 769px) {
  .o-m__realization-content_label:hover .o-m__realization-content_icon_ball {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_label {
    font-size: 14px;
    padding: 17px 42px 2px;
  }
  .o-m__realization-content_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__realization-content_hidetext {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  overflow: hidden;
  border-radius: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_hidetext {
    padding: 0;
    font-size: 16px;
    opacity: 1;
    margin: 0 auto 0;
    height: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_hidetext {
    width: 90%;
  }
  .o-m__realization-content_hidetext_title {
    font-size: 14px;
    padding-left: 20px;
  }
  .o-m__realization-content_hidetext_title::before {
    top: -5px;
    left: -5px;
  }
}
.o-m__realization-content_hidetext_close {
  display: none;
}
.o-m__realization-content_link_inner {
  position: relative;
  width: 320px;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}
.o-m__realization-content_link_inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 15px;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_link_inner-small::before {
    width: 70px;
    height: 70px;
  }
}
.o-m__realization-heading_h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.o-m__realization-heading_h3 b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__realization-heading_h3 {
    line-height: 1.8;
    font-size: 16px;
  }
}
.o-m__realization-pager_box {
  position: absolute;
  height: 0;
  width: 60%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .o-m__realization-pager_box {
    width: 100%;
  }
}
.o-m__realization .swiper-pagination,
.o-m__realization .swiper-button-prev,
.o-m__realization .swiper-button-next {
  display: none;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .o-m__realization .swiper-pagination {
    display: block !important;
    bottom: 15px !important;
  }
  .o-m__realization .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f53c20 !important;
  }
  .o-m__realization .swiper-button-prev {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 150px !important;
  }
  .o-m__realization .swiper-button-prev::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    left: -20px;
  }
  .o-m__realization .swiper-button-prev::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    left: 0;
  }
  .o-m__realization .swiper-button-next {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 150px !important;
  }
  .o-m__realization .swiper-button-next::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    right: -20px;
  }
  .o-m__realization .swiper-button-next::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid white;
    border-right: 2px solid white;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__realization .swiper-button-prev {
    left: -20px;
  }
  .o-m__realization .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization .swiper-button-prev {
    left: 30px;
  }
  .o-m__realization .swiper-button-next {
    right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__company {
    padding: 10px 0;
  }
}
.o-m__company_inner {
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .o-m__company_inner {
    width: 100%;
  }
}
.o-m__company_heading_h2 {
  font-size: 31px;
  padding: 20px 0 0;
  font-weight: 700;
  text-align: center;
}
.o-m__company_heading_h2_big {
  padding-right: 10px;
  padding-left: 15px;
  font-size: 62px;
}
.o-m__company_heading_h2_small {
  padding-right: 10px;
  font-size: 24px;
}
.o-m__company_heading_h2::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .o-m__company_heading_h2 {
    font-size: 20px;
    text-align: center;
  }
  .o-m__company_heading_h2_big {
    font-size: 40px;
  }
  .o-m__company_heading_h2_small {
    font-size: 20px;
  }
}
.o-m__company_company {
  padding: 10px 0;
}
.o-m__company_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 110px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/rakurakucloud/hanbai/lp/zaiko/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 110px;
}
@media screen and (max-width: 576px) {
  .o-m__company_company_image {
    height: 54px;
    background: url(/rakurakucloud/hanbai/lp/zaiko/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 54px;
  }
}
.o-m__company_note {
  width: 530px;
  margin: 0px auto;
  padding-left: 0px;
}
.o-m__company_note_text {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__company_note {
    width: 100%;
    padding: 0 25px;
  }
}

.o-m__efficiency .o-c__heading-lead {
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .o-m__efficiency .o-c__heading-lead {
    line-height: 1.6;
  }
}
.o-m__efficiency_image {
  width: 204px;
  height: 114px;
  margin: 0 auto 30px;
}
.o-m__efficiency_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o-m__efficiency_content {
  width: 24%;
  margin-bottom: 13px;
}
.o-m__efficiency_content_wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
}
.o-m__efficiency_content_wrap h3 {
  padding-top: 2px;
  padding-left: 10px;
  color: #323232;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .o-m__efficiency_content_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .o-m__efficiency_content {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__efficiency_content_link_inner {
    flex-direction: column;
  }
  .o-m__efficiency_content_link_inner h3 {
    padding-left: 0;
  }
}
.o-m__efficiency_link {
  margin: 0 auto;
  text-align: center;
}
.o-m__efficiency_link_btn {
  padding-bottom: 10px;
}
.o-m__efficiency_link_text {
  padding-top: 15px;
  color: #f53c20;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
.o-m__efficiency_link_text:hover {
  text-decoration: none;
}
.o-m__efficiency-heading_h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.o-m__efficiency-heading_h3 b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__efficiency-heading_h3 {
    font-size: 16px;
  }
}

.o-m__function-list {
  text-align: center;
}
.o-m__function-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__function-list_column._column_3 ._column_data {
  position: relative;
  flex-basis: 32%;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_column._column_3 ._column_data {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.o-m__function-list_btn {
  position: absolute;
  bottom: 20px;
  left: 35%;
}
.o-m__function-list_box {
  border-radius: 10px;
  padding: 0;
}
.o-m__function-list_box dt {
  display: grid;
  place-content: center;
  height: 91px;
  text-align: center;
  font-size: 20px;
  color: #f53c20;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-m__function-list_box_list {
  min-height: 120px;
}
.o-m__function-list_box_list dd {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 30px 8px 45px;
  color: #323232;
}
.o-m__function-list_box_list dd::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 12px;
  height: 8px;
  border-top: solid 2px #f53c20;
  border-right: solid 2px #f53c20;
  transform: rotate(135deg);
}
.o-m__function-list_box_list dd span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_box_list {
    padding: 0 0 30px;
    min-height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box {
    padding: 25px 10px 0;
  }
  .o-m__function-list_box dt {
    height: auto;
    padding: 0 0 15px;
  }
}
.o-m__function-list_box_head {
  width: 100%;
  display: block;
}
.o-m__function-list_box_head_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box_head {
    display: flex;
    flex-direction: column;
  }
  .o-m__function-list_box_head dt {
    place-content: inherit;
  }
}
.o-m__function-list_box_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  transition: all ease 0.3s;
}
.o-m__function-list_box_hidetext span {
  font-weight: bold;
}
.o-m__function-list_box_hidetext_title {
  display: none;
}
.o-m__function-list_box_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-m__function-list_box_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-m__function-list_box_hidetext_indata .o-c__btn-link::after {
  right: 10px;
}
.o-m__function-list_box_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-m__function-list_box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #f53c20;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-m__function-list_box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #f53c20;
  }
  .o-m__function-list_box_hidetext_close::after, .o-m__function-list_box_hidetext_close::before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .o-m__function-list_box_hidetext_close::before {
    transform: rotate(45deg);
  }
}
.o-m__function-list_box._js_open .o-c__panel-box_list {
  min-height: inherit;
}
.o-m__function-list_box._js_open .o-m__function-list_box_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  margin: 0 20px 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box._js_open .o-m__function-list_box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 0;
    width: 90%;
  }
}
.o-m__function-list_box._js_open .o-c__btn-text {
  padding-top: 10px;
}
.o-m__function-list_box._js_open .o-c__btn-text_icon_plus_bg {
  top: 63%;
}
.o-m__function-list_box._js_open .o-c__btn-text_icon_plus_bg::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box._js_open::after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}
.o-m__function-list_icon {
  background-color: #ffffff;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__function-list_link {
  padding: 20px 0 0;
}

.o-m__benefits_heading_h3 {
  padding-bottom: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__benefits_heading_h3 {
    font-size: 16px;
  }
}
.o-m__benefits_heading_h3 span {
  font-weight: bold;
}
.o-m__benefits-content {
  background-color: #FFF;
  border-radius: 10px;
  padding: 45px;
  width: 850px;
  margin: 0 auto;
}
.o-m__benefits-content_image {
  width: 597px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .o-m__benefits-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__benefits-content {
    width: 100%;
    padding: 20px;
  }
  .o-m__benefits-content_image {
    width: 100%;
    height: auto;
  }
}
.o-m__benefits-note {
  width: 850px;
  margin: 0 auto;
}
.o-m__benefits-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__benefits-note {
    width: 100%;
  }
}

.o-m__case-list {
  display: flex;
  justify-content: space-between;
}
.o-m__case-list_logo {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  max-height: 45px;
  width: auto;
  height: 32px;
}
.o-m__case-list_title {
  display: grid;
  place-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #f53c20;
  padding: 30px 0;
  height: 105px;
}
.o-m__case-list_photo {
  display: block;
  margin: 0 auto;
  width: 310px;
  height: auto;
  border-radius: 10px;
}
.o-m__case-list_company {
  display: grid;
  place-content: center;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.o-m__case-list_point {
  padding: 0 15px 10px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list {
    padding: 20px 0px;
  }
  .o-m__case-list_title {
    padding: 20px 0;
  }
  .o-m__case-list_photo {
    width: 180px;
  }
  .o-m__case-list_company {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .o-m__case-list_point {
    padding: 0 0 10px;
  }
}
.o-m__case-list_link {
  padding: 25px 0 0;
  text-align: center;
}
.o-m__case-list_link a {
  color: #f53c20;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_link_link {
    padding: 15px 0 0;
  }
}
.o-m__case-item {
  position: relative;
  width: 310px;
}
.o-m__case-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .o-m__case-item:not(:last-of-type)::after {
    content: none;
  }
}
.o-m__case-item.swiper-slide {
  width: 310px;
}
.o-m__case-link {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-link {
    padding: 15px 0 0;
  }
}
.o-m__case-pager_box {
  position: absolute;
  height: 0;
  width: 80%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .o-m__case-pager_box {
    width: 100%;
  }
}
.o-m__case .swiper-pagination,
.o-m__case .swiper-button-prev,
.o-m__case .swiper-button-next {
  display: none;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .o-m__case .swiper-container {
    width: 80%;
    margin: 0 auto;
  }
  .o-m__case .swiper-pagination {
    display: block !important;
    bottom: 0 !important;
  }
  .o-m__case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f53c20 !important;
  }
  .o-m__case .swiper-button-prev {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 365px !important;
  }
  .o-m__case .swiper-button-prev::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    left: 0px;
  }
  .o-m__case .swiper-button-prev::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
  }
  .o-m__case .swiper-button-next {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 365px !important;
  }
  .o-m__case .swiper-button-next::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    right: 0;
  }
  .o-m__case .swiper-button-next::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid white;
    border-right: 2px solid white;
  }
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #f53c20;
}
.o-m__price-content_text {
  font-size: 24px;
}
.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
}
.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 80%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
}
.o-m__price-note {
  width: 700px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .o-m__price-note {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__price .o-c__cta {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.o-m__flow-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__flow-content {
  position: relative;
  padding-top: 30px;
}
.o-m__flow-content_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_list {
    display: block;
    padding: 0;
  }
}
.o-m__flow-content_item {
  width: 180px;
  position: relative;
  min-height: 160px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
.o-m__flow-content_item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: -20px;
  width: 24px;
  height: 24px;
  background-image: url(/rakurakucloud/hanbai/lp/zaiko/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_item {
    width: 80%;
    min-height: 0;
    padding: 80px 20px 20px 40px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 90px;
  }
  .o-m__flow-content_item:last-of-type {
    margin-bottom: 0;
  }
  .o-m__flow-content_item:not(:last-of-type)::after {
    content: none;
  }
  .o-m__flow-content_item:not(:first-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-image: url(/rakurakucloud/hanbai/lp/zaiko/assets/image/icon/icon_000_arrow_02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_item {
    background-color: white;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_item {
    background-color: white;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_item {
    width: 295px;
  }
}
.o-m__flow-content_circle {
  background-color: #f6f6f6;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  color: #f53c20;
  padding: 15px 0 0;
  font-weight: 700;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_circle {
    width: 68px;
    height: 68px;
  }
}
.o-m__flow-content_circle_text {
  display: block;
  font-size: 10px;
}
.o-m__flow-content_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_circle_num {
    font-size: 22px;
  }
}
.o-m__flow-content_title {
  position: relative;
  line-height: 1;
  padding: 60px 0 0 0;
  height: 110px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 18px;
  background-color: white;
  color: #f53c20;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_title {
    background-color: transparent;
    padding: 50px 0 25px 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_text {
    padding: 0 30px 20px;
  }
}
.o-m__flow-content_text p {
  position: relative;
  margin-top: 20px;
  padding: 1px 0 0 25px;
  line-height: 1.6;
}
.o-m__flow-content_text p:not(:first-of-type) {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_text p {
    margin-top: 0;
  }
}
.o-m__flow-content_text p span {
  display: block;
  font-size: 10px;
}
.o-m__flow-content_text p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 6px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(135deg);
  z-index: 1;
}
.o-m__flow-content_text p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #f53c20;
  border-radius: 11px;
}

.o-m__support-list {
  text-align: center;
}
.o-m__support-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__support-list_column._column_3 ._column_data {
  position: relative;
  flex-basis: 32%;
  margin-bottom: 25px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .o-m__support-list_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
  .o-m__support-list_column._column_3 ._column_data:nth-of-type(2) {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.o-m__support-list_box {
  border-radius: 10px;
  padding: 30px 0;
  text-align: center;
}
.o-m__support-list_box dt {
  display: grid;
  place-content: center;
  height: 86px;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.o-m__support-list_box dd {
  position: relative;
  font-size: 12px;
  color: #f53c20;
  line-height: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__support-list_box {
    padding: 25px 10px;
  }
  .o-m__support-list_box dt {
    height: 76px;
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .o-m__support-list_box dd {
    font-size: 12px;
    line-height: 18px;
  }
}
.o-m__support-list_icon img {
  width: 80px;
  height: 80px;
}
.o-m__support-list_link {
  padding: 20px 0 0;
}

.o-m__faq-content_item {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item {
    padding: 0 0 12px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #f53c20;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 27px;
  right: 27px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_icon_ball:before {
  content: "";
  background-color: #ffffff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__faq-content_item_icon_ball:after {
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__faq-content_item_icon_ball._js_open:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_icon_ball {
    top: 17px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball {
    transform: rotate(90deg);
  }
}
.o-m__faq-content_item_label {
  font-size: 16px;
  padding: 28px 25px 0px 60px;
  position: relative;
  display: block;
}
.o-m__faq-content_item_label::before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #f53c20;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 42px 2px;
  }
  .o-m__faq-content_item_label::before {
    left: 13px;
    top: 13px;
  }
}
.o-m__faq-content_item_answer {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff6f5;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #f53c20;
  font-weight: 700;
  position: relative;
}
.o-m__faq-content_item_answer_title::before {
  content: "A";
  position: absolute;
  font-weight: 500;
  left: -25px;
  top: -3px;
  font-size: 22px;
  color: #f53c20;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.o-m__faq-content_item_answer_link-area {
  padding: 15px 0 0;
}
.o-m__faq-content_item_answer_link-area a {
  margin-right: 10px;
}
.o-m__faq-content_item_answer._js_open {
  padding: 25px 25px 25px 45px;
  opacity: 1;
  margin: 15px auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer._js_open {
    margin-top: 10px;
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer {
    width: 90%;
    padding: 0 15px 0 40px;
  }
  .o-m__faq-content_item_answer_title {
    font-size: 14px;
    padding-left: 20px;
  }
  .o-m__faq-content_item_answer_title::before {
    top: -5px;
    left: -5px;
  }
  .o-m__faq-content_item_answer_link-area {
    padding: 5px 0 0;
  }
  .o-m__faq-content_item_answer_link-area a {
    margin-top: 10px;
  }
}
.o-m__faq-content_link {
  padding: 20px 0 0;
  text-align: center;
}

.o-m__lp-form {
  background-color: #fdd3cd;
}
.o-m__lp-form-content {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content {
    padding: 0 20px;
  }
}
.o-m__lp-form-content_form {
  background-color: #f6f6f6;
  padding: 55px;
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content_form {
    width: 100%;
    padding: 30px 10px;
  }
}
.o-m__lp-form-content_form label {
  font-size: 15px;
  align-items: center;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 700;
  justify-content: flex-end;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 1px 0 2px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.o-m__lp-form-content_form label .hs-form-required {
  background-color: #f5e673;
  color: #323232;
  font-size: 12px;
  padding: 2px 4px 1px;
  margin-right: 4px;
  border-radius: 3px;
}
.o-m__lp-form-content_form .hs-fieldtype-checkbox label {
  padding: 0 0 10px;
}
.o-m__lp-form-content_form .hs-error-msg {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ed6c56;
  color: #FFF;
  padding: 2px 7px 1px;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.o-m__lp-form-content_form .hs-error-msg::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 20px;
  top: -7px;
  transform: translateX(-50%);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom: 8px solid #ed6c56;
}
.o-m__lp-form-content_form .hs_prefecture,
.o-m__lp-form-content_form .hs_how_to_know {
  position: relative;
}
.o-m__lp-form-content_form .hs_prefecture::after,
.o-m__lp-form-content_form .hs_how_to_know::after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #f53c20;
  border-bottom: 2px solid #f53c20;
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 43px;
}
.o-m__lp-form-content_form .input {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}
.o-m__lp-form-content_form .input input[type=text], .o-m__lp-form-content_form .input input[type=email], .o-m__lp-form-content_form .input input[type=tel], .o-m__lp-form-content_form .input textarea, .o-m__lp-form-content_form .input select {
  height: 45px;
  width: 100% !important;
  padding: 3px 10px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.o-m__lp-form-content_form .input input[type=text]:focus, .o-m__lp-form-content_form .input input[type=email]:focus, .o-m__lp-form-content_form .input input[type=tel]:focus, .o-m__lp-form-content_form .input textarea:focus, .o-m__lp-form-content_form .input select:focus {
  border-color: #f53c20;
  background-color: #fff6f5;
}
.o-m__lp-form-content_form .input input[type=text].error, .o-m__lp-form-content_form .input input[type=email].error, .o-m__lp-form-content_form .input input[type=tel].error, .o-m__lp-form-content_form .input textarea.error, .o-m__lp-form-content_form .input select.error {
  border-color: #ffdadf;
  background: #fff1f3;
}
.o-m__lp-form-content_form .input ul {
  display: flex;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0%;
  width: 17px;
  height: 17px;
  top: -6px;
  left: -18px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked::before {
  background-color: #fdd3cd;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  height: 6px;
  width: 10px;
  top: -2px;
  left: -15px;
  border-width: 2px;
  border-bottom: 2px solid #f53c20;
  border-left: 2px solid #f53c20;
  transform: rotate(-45deg);
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_form .input ul {
    display: block;
  }
  .o-m__lp-form-content_form .input ul li {
    margin-bottom: 10px;
  }
}
.o-m__lp-form-content_form .hs-richtext {
  font-size: 10px;
  padding: 10px 0 20px;
  text-align: center;
}
.o-m__lp-form-content_form .hs-richtext a {
  text-decoration: underline;
}
.o-m__lp-form-content_form .hs-richtext a:hover {
  text-decoration: none;
}
.o-m__lp-form-content_form .actions .hs-button {
  background-color: #00B383;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding: 24px 55px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 300;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_form .actions .hs-button {
    font-size: 20px;
    padding: 22px 15px;
    width: 100%;
  }
}
.o-m__lp-form-content_form .actions .hs-button:hover {
  background-color: #fff;
  border: 3px solid #00B383;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  color: #00B383;
  transform: scale(1.03);
}
.o-m__lp-form-content_head {
  text-align: center;
}
.o-m__lp-form-content_head_h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 85px;
  line-height: 1.7;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_head_h2 {
    padding-left: 75px;
    line-height: 1.5;
    font-size: 20px;
  }
}
.o-m__lp-form-content_head_h2 span {
  color: #f53c20;
}
.o-m__lp-form-content_head_h2::before {
  content: "無料";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  line-height: 34px;
  width: 70px;
  border-radius: 15px;
  background-color: #f5e673;
  font-size: 16px;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_head_h2::before {
    height: 32px;
    width: 60px;
    font-size: 14px;
  }
}
.o-m__lp-form-content_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_lead {
    font-size: 16px;
  }
}
.o-m__lp-form-content_lead_capture {
  margin-right: 20px;
  max-width: 90px;
  min-width: 90px;
}
.o-m__lp-form-content_text {
  padding: 20px 0 0;
  font-size: 10px;
  text-align: center;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-date .hs-input,
.hs-fieldtype-phonenumber .hs-input {
  color: #323232;
}

.hs-fieldtype-select {
  position: relative;
}

.hs-fieldtype-select:after {
  border-right: 1px solid #706d6d;
  border-top: 1px solid #706d6d;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 49px;
  transform: rotate(135deg);
  width: 6px;
}/*# sourceMappingURL=zaiko.css.map */