@charset "UTF-8";
.wp-block-heading.has-black-color {
  color: #000;
}
.wp-block-heading.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.wp-block-heading.has-white-color {
  color: #fff;
}
.wp-block-heading.has-pale-pink-color {
  color: #f78da7;
}
.wp-block-heading.has-vivid-red-color {
  color: #cf2e2e;
}
.wp-block-heading.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.wp-block-heading.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.wp-block-heading.has-light-green-cyan-color {
  color: #7bdcb5;
}
.wp-block-heading.has-vivid-green-cyan-color {
  color: #00d084;
}
.wp-block-heading.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.wp-block-heading.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.wp-block-heading.has-vivid-purple-color {
  color: #9b51e0;
}
.wp-block-heading.has-black-background-color {
  background-color: #000;
}
.wp-block-heading.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.wp-block-heading.has-white-background-color {
  background-color: #fff;
}
.wp-block-heading.has-pale-pink-background-color {
  background-color: #f78da7;
}
.wp-block-heading.has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.wp-block-heading.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.wp-block-heading.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.wp-block-heading.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.wp-block-heading.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.wp-block-heading.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.wp-block-heading.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.wp-block-heading.has-vivid-purple-background-color {
  background-color: #9b51e0;
}

.wp-block-image[class*=align] {
  display: block;
}

.marker {
  position: relative;
}
.marker::before {
  content: "";
  background-color: #fff57f;
  width: calc(100% + 0.5em);
  height: 50%;
  position: absolute;
  left: -0.25em;
  top: 0;
  bottom: -0.5em;
  margin: auto;
}
.marker_inner {
  position: relative;
  z-index: 10;
}

/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  .other_freeloan_lp_container {
    padding-bottom: 40px;
  }
  * + .colored_icon_group {
    margin-top: 40px;
  }
  .colored_icon_group {
    padding-left: 80px;
    padding-right: 15px;
  }
  .colored_icon_group .colored_icon_pretxt {
    margin-left: -80px;
  }
  .colored_icon_group .colored_icon_heading {
    margin-left: -80px;
  }
  .colored_icon_group .heading_notice {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .colored_icon_group .heading_notice_label {
    font-size: 18px;
    color: #ff507d;
    border: 2px solid #ff507d;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    padding: 2px 8px;
    line-height: 1.25;
  }
  .colored_icon_pretxt {
    color: var(--colored_icon_heading_line_color, #008cf4);
    font-size: 18px;
    font-weight: 600;
    padding-left: 1px;
  }
  .colored_icon_heading {
    border-top: 2px solid var(--colored_icon_heading_line_color, #008cf4);
    position: relative;
    padding-left: 70px;
  }
  .colored_icon_heading .heading_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon::before {
    content: "";
    background-color: var(--colored_icon_heading_icon_color, #008cf4);
    border-bottom-right-radius: 80px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon::after {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-bottom-right-radius: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon__inner {
    font-size: 40px;
    width: 85%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_text {
    font-size: 26px;
    line-height: 1.25;
    color: var(--colored_icon_heading_text_color, #008cf4);
    font-weight: 600;
    padding: 25px 10px;
    display: block;
  }
  .colored_icon_heading .heading_text .conjunction {
    border-radius: 1em;
    font-size: 16px;
    padding: 6px 10px;
    display: inline-block;
    background-color: var(--colored_icon_heading_text_color, #008cf4);
    color: #fff;
    margin-bottom: 0.5em;
    margin-left: 3em;
  }
  .colored_icon_prg {
    font-size: 20px;
    line-height: 1.25;
  }
  .colored_icon_prg::before {
    content: "";
    display: block;
    margin-top: -0.25em;
  }
  * + .colored_icon_notes {
    margin-top: 5px;
  }
  * + .colored_icon_notes_2 {
    margin-top: 5px;
	text-align: center;
	color: #ff507d;
  }
  * + .other_freeloan_lp_heading {
    margin-top: 40px;
  }
  .other_freeloan_lp_heading {
    background-color: #008cf4;
    font-size: 26px;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .other_freeloan_lp_heading.has_pre_icon {
    position: relative;
    padding-left: 40px;
  }
  .other_freeloan_lp_heading .pre_icon img {
    position: absolute;
    height: 2em;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_heading .size_middle {
    font-size: 0.8em;
  }
  .other_freeloan_lp_sub_container {
    padding: 15px;
    background-color: var(--custom-group_var_color, #d9eefd);
  }
  .other_freeloan_lp_sub_copy {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
  }
  .colored_steps .colored_step + .colored_step {
    margin-top: 15px;
  }
  .colored_steps .colored_step:first-child .elm_grid_icon {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  }
  .colored_steps .colored_step:last-child .elm_grid_icon {
    -webkit-clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px));
            clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px));
  }
  .colored_step .elm_grid {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .colored_step .elm_grid_icon {
    margin-bottom: -10px;
    width: 50px;
    background: var(--colored_step_icon_color, #008cf4);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
            clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .colored_step .elm_grid_icon::before {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_step .elm_grid_entity {
    flex: 1;
    background-color: #fff;
    padding: 15px;
  }
  .colored_step .elm_grid_entity::after {
    content: "";
    display: block;
    clear: both;
  }
  .colored_step .heading_img {
    float: right;
    margin-left: 5px;
  }
  .colored_step .heading_img img {
    width: 100px;
  }
  .colored_step .heading_text {
    font-size: 20px;
    line-height: 1.25;
  }
  .colored_step * + .heading_notes {
    margin-top: 10px;
  }
  .colored_step .heading_notes {
    line-height: 1.25;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .colored_step .heading_notes::before {
    content: "※";
  }
  * + .other_freeloan_lp_application {
    margin-top: 10px;
  }
  .other_freeloan_lp_application {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 5px;
    position: sticky;
    z-index: 100;
    bottom: 0;
  }
  .other_freeloan_lp_application img {
    width: 360px;
    max-width: 100%;
  }
  * + .other_freeloan_lp_button {
    margin-top: 10px;
  }
  .other_freeloan_lp_button {
    display: flex;
    justify-content: center;
  }
  .other_freeloan_lp_button > * {
    display: inline-block;
    width: auto;
  }
  .other_freeloan_lp_button a {
    transition: 500ms ease;
    min-width: 260px;
    text-align: center;
    font-size: 20px;
    border-radius: 1.5em;
    border: 1px solid var(--custom-group_var_color, #008cf4);
    color: var(--custom-group_var_color, #008cf4);
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    position: relative;
  }
  .other_freeloan_lp_button a::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: var(--custom-group_var_color, #008cf4);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_button a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
            clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
  }
  * + .other_freeloan_lp_button_2 {
    margin-top: 10px;
  }
  .other_freeloan_lp_button_2 {
    display: flex;
    justify-content: center;
  }
  .other_freeloan_lp_button_2 > * {
    display: inline-block;
    width: auto;
  }
  .other_freeloan_lp_button_2 a {
    transition: 500ms ease;
    min-width: 280px;
    text-align: center;
    font-size: 20px;
    border-radius: 1.5em;
    border: 1px solid var(--custom-group_var_color, #008cf4);
    color: var(--custom-group_var_color, #008cf4);
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    position: relative;
  }
  .other_freeloan_lp_button_2 a::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: var(--custom-group_var_color, #008cf4);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_button_2 a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
            clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
  }
  * + .other_freeloan_lp_qa {
    padding: 30px;
  }
  .other_freeloan_lp_qa dl + dl {
    margin-top: 20px;
  }
  .other_freeloan_lp_qa dl {
    line-height: 1.45;
  }
  .other_freeloan_lp_qa dl dt {
    font-size: 18px;
    color: var(--custom-group_var_color, #008cf4);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
  }
  .other_freeloan_lp_qa dl dt::before {
    content: "Q";
    font-size: 16px;
    color: #fff;
    min-width: 30px;
    padding-top: 3px;
    background-color: var(--custom-group_var_color, #008cf4);
    -webkit-clip-path: polygon(0 0, 50% 5px, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px));
            clip-path: polygon(0 0, 50% 5px, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_freeloan_lp_qa dl dt::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    min-width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .other_freeloan_lp_qa dl dd {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
  }
  .other_freeloan_lp_qa dl dd::before {
    content: "A";
    font-size: 16px;
    color: #fff;
    min-width: 30px;
    background-color: #828282;
    -webkit-clip-path: polygon(0 0, 50% 5px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 5px, 100% 0, 100% 100%, 0 100%);
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_freeloan_lp_qa dl dd::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    min-width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .other_freeloan_lp_footer {
    background-color: var(--custom-group_var_color, #008cf4);
    color: #fff;
    text-align: center;
    line-height: 1.75;
  }
  .other_freeloan_lp_footer_inner {
    box-sizing: content-box;
    padding: 30px 15px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .other_freeloan_lp_footer_heading {
    font-size: 22px;
  }
  .other_freeloan_lp_footer_contact {
    font-size: 18px;
  }
  * + .other_freeloan_lp_footer_banner {
    margin-top: 10px;
  }
  * + .other_freeloan_lp_footer_bottom {
    margin-top: 10px;
  }
  .other_freeloan_lp_footer_bottom {
    font-size: 10px;
  }
  .other_freeloan_lp_footer_bottom small {
    display: block;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  .other_freeloan_lp_container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  * + .colored_icon_group {
    margin-top: 40px;
  }
  .colored_icon_group {
    padding-left: 120px;
  }
  .colored_icon_group .colored_icon_pretxt {
    margin-left: -120px;
  }
  .colored_icon_group .colored_icon_heading {
    margin-left: -120px;
  }
  .colored_icon_group .heading_notice {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .colored_icon_group .heading_notice_label {
    font-size: 18px;
    color: #ff507d;
    border: 2px solid #ff507d;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    padding: 2px 8px;
    line-height: 1.25;
  }
  .colored_icon_pretxt {
    color: var(--colored_icon_heading_line_color, #008cf4);
    font-size: 26px;
    font-weight: 600;
  }
  .colored_icon_heading {
    border-top: 2px solid var(--colored_icon_heading_line_color, #008cf4);
    position: relative;
    padding-left: 100px;
  }
  .colored_icon_heading .heading_icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon::before {
    content: "";
    background-color: var(--colored_icon_heading_icon_color, #008cf4);
    border-bottom-right-radius: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon::after {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-bottom-right-radius: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_icon__inner {
    font-size: 40px;
    width: 85%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  .colored_icon_heading .heading_text {
    font-size: 30px;
    line-height: 1.25;
    color: var(--colored_icon_heading_text_color, #008cf4);
    font-weight: 600;
    padding: 35px 20px;
    display: block;
  }
  .colored_icon_heading .heading_text .conjunction {
    border-radius: 1em;
    font-size: 18px;
    padding: 6px 10px;
    display: inline-block;
    background-color: var(--colored_icon_heading_text_color, #008cf4);
    color: #fff;
    margin-bottom: 0.5em;
    margin-left: 3em;
  }
  .colored_icon_prg {
    font-size: 28px;
    line-height: 1.25;
  }
  .colored_icon_prg::before {
    content: "";
    display: block;
    margin-top: -0.25em;
  }
  * + .colored_icon_notes {
    margin-top: 5px;
  }
  * + .colored_icon_notes_2 {
    margin-top: 5px;
	text-align: center;
	color: #ff507d;
  }
  * + .other_freeloan_lp_heading {
    margin-top: 40px;
  }
  .other_freeloan_lp_heading {
    background-color: #008cf4;
    font-size: 30px;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .other_freeloan_lp_heading.has_pre_icon {
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
  }
  .other_freeloan_lp_heading .pre_icon img {
    position: absolute;
    height: 2.5em;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_heading .size_middle {
    font-size: 0.8em;
  }
  .other_freeloan_lp_sub_container {
    padding: 30px;
    background-color: var(--custom-group_var_color, #d9eefd);
  }
  .other_freeloan_lp_sub_copy {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .colored_steps .colored_step + .colored_step {
    margin-top: 15px;
  }
  .colored_steps .colored_step:first-child .elm_grid_icon {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  }
  .colored_steps .colored_step:last-child .elm_grid_icon {
    -webkit-clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px));
            clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px));
  }
  .colored_step .elm_grid {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .colored_step .elm_grid_icon {
    margin-bottom: -10px;
    width: 50px;
    background: var(--colored_step_icon_color, #008cf4);
    color: #fff;
    -webkit-clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
            clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .colored_step .elm_grid_icon::before {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .colored_step .elm_grid_entity {
    flex: 1;
    background-color: #fff;
    padding: 20px 15px;
  }
  .colored_step .elm_grid_entity::after {
    content: "";
    display: block;
    clear: both;
  }
  .colored_step .heading_img {
    float: right;
    margin-left: 5px;
  }
  .colored_step .heading_img img {
    width: 150px;
  }
  .colored_step .heading_text {
    font-size: 30px;
    line-height: 1.25;
  }
  .colored_step * + .heading_notes {
    margin-top: 10px;
  }
  .colored_step .heading_notes {
    line-height: 1.25;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .colored_step .heading_notes::before {
    content: "※";
  }
  * + .other_freeloan_lp_application {
    margin-top: 10px;
  }
  .other_freeloan_lp_application {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 5px;
    position: sticky;
    z-index: 100;
    bottom: 0;
  }
  .other_freeloan_lp_application img {
    max-width: 400px;
  }
  .other_freeloan_lp_application a:hover img {
    opacity: 0.7;
  }
  * + .other_freeloan_lp_button {
    margin-top: 10px;
  }
  .other_freeloan_lp_button {
    display: flex;
    justify-content: center;
  }
  .other_freeloan_lp_button > * {
    display: inline-block;
    width: auto;
  }
  .other_freeloan_lp_button a {
    transition: 500ms ease;
    min-width: 260px;
    text-align: center;
    font-size: 20px;
    border-radius: 1.5em;
    border: 1px solid var(--custom-group_var_color, #008cf4);
    color: var(--custom-group_var_color, #008cf4);
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    position: relative;
  }
  .other_freeloan_lp_button a::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: var(--custom-group_var_color, #008cf4);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_button a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
            clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
  }
  * + .other_freeloan_lp_button_2 {
    margin-top: 10px;
  }
  .other_freeloan_lp_button_2 {
    display: flex;
    justify-content: center;
  }
  .other_freeloan_lp_button_2 > * {
    display: inline-block;
    width: auto;
  }
  .other_freeloan_lp_button_2 a {
    transition: 500ms ease;
    min-width: 280px;
    text-align: center;
    font-size: 20px;
    border-radius: 1.5em;
    border: 1px solid var(--custom-group_var_color, #008cf4);
    color: var(--custom-group_var_color, #008cf4);
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    position: relative;
  }
  .other_freeloan_lp_button_2 a::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: var(--custom-group_var_color, #008cf4);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .other_freeloan_lp_button_2 a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
            clip-path: polygon(2px 1px, 4px 0, 100% calc(50% - 1px), 100% calc(50% + 1px), 4px 100%, 2px calc(100% - 1px), calc(100% - 2px) 50%);
  }  .other_freeloan_lp_button a:hover {
    border: 1px solid var(--custom-group_var_color, #008cf4);
    color: #fff;
    background-color: var(--custom-group_var_color, #008cf4);
  }
  .other_freeloan_lp_qa {
    padding: 30px;
  }
  .other_freeloan_lp_qa dl + dl {
    margin-top: 20px;
  }
  .other_freeloan_lp_qa dl {
    font-size: 24px;
    line-height: 1.45;
  }
  .other_freeloan_lp_qa dl dt {
    color: var(--custom-group_var_color, #008cf4);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
  }
  .other_freeloan_lp_qa dl dt::before {
    content: "Q";
    font-size: 18px;
    color: #fff;
    min-width: 30px;
    background-color: var(--custom-group_var_color, #008cf4);
    -webkit-clip-path: polygon(0 0, 50% 5px, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px));
            clip-path: polygon(0 0, 50% 5px, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_freeloan_lp_qa dl dt::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    min-width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .other_freeloan_lp_qa dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
  }
  .other_freeloan_lp_qa dl dd::before {
    content: "A";
    font-size: 18px;
    color: #fff;
    min-width: 30px;
    background-color: #828282;
    -webkit-clip-path: polygon(0 0, 50% 5px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 5px, 100% 0, 100% 100%, 0 100%);
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_freeloan_lp_qa dl dd::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    min-width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .other_freeloan_lp_footer {
    background-color: var(--custom-group_var_color, #008cf4);
    color: #fff;
    text-align: center;
    line-height: 1.75;
  }
  .other_freeloan_lp_footer_inner {
    box-sizing: content-box;
    padding: 40px 30px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .other_freeloan_lp_footer_heading {
    font-size: 26px;
  }
  .other_freeloan_lp_footer_contact {
    font-size: 20px;
  }
  * + .other_freeloan_lp_footer_banner {
    margin-top: 10px;
  }
  * + .other_freeloan_lp_footer_bottom {
    margin-top: 10px;
  }
  .other_freeloan_lp_footer_bottom {
    font-size: 14px;
  }
  .other_freeloan_lp_footer_bottom small {
    display: block;
  }
}
/*--=== / PC ONLY min-width: 961px ===-- *//*# sourceMappingURL=lp_freeloan.css.map */