@charset "UTF-8";
/* =====================
  font
===================== */
@font-face {
  font-weight: 400;
  src: url("/kojin/benri/app/assets/fonts/NotoSansJP-Regular.otf") format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-weight: 700;
  src: url("/kojin/benri/app/assets/fonts/NotoSansJP-Bold.otf") format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-weight: 900;
  src: url("/kojin/benri/app/assets/fonts/NotoSansJP-Black.otf") format("opentype");
  font-family: "Noto Sans JP";
}
@font-face {
  font-weight: 700;
  src: url("/kojin/benri/app/assets/fonts/Oswald-Bold.ttf") format("truetype");
  font-family: Oswald;
}
/* =====================
  base
===================== */
body {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px), print {
  body {
    overflow-x: hidden;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    zoom: 0.5;
  }
}
/* =====================
  reset
===================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

/* =====================
  accordion
===================== */
.c-accordion {
  margin-top: 24px;
}

.c-accordion__button {
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 60px 24px 16px;
  outline: none;
  background-color: #d2efe4;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .c-accordion__button {
    padding: 14px 60px 14px 16px;
    transition: opacity 0.3s ease;
  }
  .c-accordion__button:hover {
    opacity: 0.7;
  }
}
.c-accordion__button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%;
  background-image: url("/kojin/benri/app/assets/images/icon_accordion_plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00a469;
  content: "";
}

.c-accordion__button.is-open::after {
  background-image: url("/kojin/benri/app/assets/images/icon_accordion_minus.svg");
}

.c-accordion__detail {
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 768px), print {
  .c-accordion__detail {
    margin-bottom: 32px;
    padding: 32px 86px;
    border-bottom: 2px solid #d6d6d6;
  }
}
/* =====================
  box_inquiry
===================== */
.c-box_inquiry {
  padding: 20px;
  background-color: #fff;
}

.c-box_inquiry__head {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #00a469;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-box_inquiry__head::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #00a469 transparent transparent;
  content: "";
}

.c-box_inquiry__foot {
  padding-top: 8px;
}

@media screen and (min-width: 768px), print {
  .c-box_inquiry__foot {
    display: flex;
    align-items: center;
  }
}
.c-box_inquiry__col:first-child {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px), print {
  .c-box_inquiry__col:first-child {
    margin-right: 32px;
  }
}
.c-box_inquiry__icon {
  width: 70px;
  vertical-align: middle;
}

.c-box_inquiry__tel {
  color: #00a469;
  font-weight: bold;
  font-size: 3.2rem;
  text-decoration: none;
  vertical-align: middle;
}

.c-box_inquiry__tel.is-no_link {
  pointer-events: none;
}

.c-box_inquiry__time {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .c-box_inquiry__time {
    font-weight: bold;
  }
}
.c-box_inquiry__note {
  font-size: 1.2rem;
}

/* =====================
  box
===================== */
.c-box {
  margin: 0 -20px;
  padding: 48px 20px;
}

@media screen and (min-width: 768px), print {
  .c-box {
    margin: 0 calc((100vw - 100%) / 2 * -1);
    padding: 64px 20px;
  }
}
.c-box--gray {
  background-color: #f3f3f3;
}

/* =====================
  button_qa
===================== */
.c-button_qa {
  display: block;
  margin-top: 16px;
  padding: 26px 36px 26px 16px;
  border-radius: 5px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_blank_green.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #00a469;
  font-weight: 900;
  font-size: 1.8rem;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .c-button_qa {
    max-width: 468px;
    margin: 16px auto 0;
    transition: opacity 0.3s ease;
  }
  .c-button_qa:hover {
    opacity: 0.7;
  }
}
.c-button_qa--gray {
  background-color: #f3f3f3;
}

/* =====================
  c-download
===================== */
.c-download {
  margin: 0 -20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767.9px) {
  .c-download__pc {
    display: none;
  }
  .c-download__sp {
    display: block;
  }
  .c-download__sp_upper {
    width: 100%;
  }
  .c-download__sp_lead {
    margin-top: 16px;
    text-align: center;
  }
  .c-download__sp_lead_image {
    width: 238px;
  }
  .c-download__sp_btn_wrap {
    margin-top: 8px;
    padding: 0 20px;
  }
  .c-download__sp_link {
    display: block;
    max-width: 303px;
    margin: 10px auto 0;
  }
  .c-download__sp_link_image {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .c-download__sp {
    display: none;
  }
  .c-download__pc {
    display: block;
  }
  .c-download__pc_upper {
    margin-top: 16px;
    margin-left: 80px;
    text-align: center;
  }
  .c-download__pc_middle {
    margin-top: 6px;
    padding-left: 140px;
    background-color: #00a469;
  }
  .c-download__pc_middle_contentarea {
    position: relative;
    max-width: 432px;
    margin: auto;
    padding: 20px 0;
  }
  .c-download__pc_middle_white {
    color: #fff;
    font-weight: 900;
    font-size: 2.2rem;
    text-align: center;
  }
  .c-download__pc_middle_yellow {
    padding-left: 10px;
    color: #ffe100;
    font-weight: 900;
    font-size: 3.2rem;
  }
  .c-download__pc_middle_yellow--big {
    font-size: 5.8rem;
  }
  .c-download__pc_middle_wrap {
    display: flex;
    margin-top: -42px;
    margin-left: 240px;
  }
  .c-download__pc_middle_item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #00a469;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 40px;
    text-align: center;
  }
  .c-download__pc_middle_item:not(:first-child) {
    margin-left: 5px;
  }
  .c-download__pc_middle_image01 {
    position: absolute;
    top: -40px;
    left: -230px;
  }
  .c-download__pc_middle_image02 {
    position: absolute;
    top: 50px;
    right: -90px;
  }
  .c-download__sp_lower_wrap {
    display: none;
  }
  .c-download__pc_lower_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-left: 130px;
  }
  .c-download__pc_lower_left_text {
    color: #000;
    font-weight: 900;
    font-size: 1.6rem;
  }
  .c-download__pc_lower_left_image {
    margin-top: 8px;
  }
  .c-download__pc_lower_right {
    margin-left: 16px;
  }
}
/* =====================
  footer
===================== */
.c-footer {
  padding: 20px 0;
  background-color: #00a469;
}

.c-footer__link {
  color: #fff;
  font-size: 1.5rem;
}

.c-footer__text {
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 767.9px) {
  .c-footer__inner {
    padding: 0 20px;
  }
  .c-footer__list_item {
    margin-bottom: 20px;
  }
  .c-footer__text--copyright {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dotted #fff;
  }
}
@media screen and (min-width: 768px), print {
  .c-footer {
    padding: 30px 0;
  }
  .c-footer__inner {
    max-width: 984px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .c-footer__list {
    display: flex;
  }
  .c-footer__list_item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
  }
  .c-footer__link:hover {
    text-decoration: none;
  }
  .c-footer__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
  }
}
/* =====================
  header
===================== */
.c-header {
  margin-bottom: 10px;
  box-shadow: 0 -5px 10px 4px rgba(0, 0, 0, 0.5);
}

.c-header__logo {
  padding: 14px 20px;
}

.c-header__logo_image {
  width: 124px;
}

@media screen and (min-width: 768px), print {
  .c-header__inner {
    max-width: 984px;
    margin: 0 auto;
  }
  .c-header__logo_link {
    transition: opacity 0.3s ease;
  }
  .c-header__logo_link:hover {
    opacity: 0.7;
  }
}
/* =====================
  keyvisual
===================== */
.c-keyvisual {
  margin-top: 20px;
}

/* =====================
  link
===================== */
.c-link {
  color: #00a469;
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .c-link {
    transition: opacity 0.3s ease;
  }
  .c-link:hover {
    opacity: 0.7;
  }
}
.c-link[target=_blank]::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_blank_green.svg");
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.c-link[href$=".pdf"]::after {
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-left: 4px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_pdf.svg");
  background-repeat: no-repeat;
  content: "";
  vertical-align: sub;
}

/* =====================
  list_arrow
===================== */
.c-list_arrow {
  display: inline-block;
}

.c-list_arrow:not(:first-child) {
  margin-top: 8px;
}

.c-list_arrow__item {
  position: relative;
  padding-left: calc(1em + 4px);
}

.c-list_arrow__item:not(:first-child) {
  margin-top: 8px;
}

.c-list_arrow__item::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  content: "";
}

.c-list_arrow__link {
  color: #00a469;
  font-weight: 900;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .c-list_arrow__link {
    transition: opacity 0.3s ease;
  }
  .c-list_arrow__link:hover {
    opacity: 0.7;
  }
}
.c-list_arrow__link[target=_blank]::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_blank_green.svg");
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.c-list_arrow__link[href$=".pdf"]::after {
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-left: 4px;
  background-image: url("/kojin/benri/app/assets/images/icon_link_pdf.svg");
  background-repeat: no-repeat;
  content: "";
  vertical-align: sub;
}

/* =====================
  list_note
===================== */
.c-list_note:not(:first-child) {
  margin-top: 8px;
}

.c-list_note__item {
  position: relative;
  padding-left: calc(1em + 4px);
  color: #666;
}

.c-list_note__item:not(:first-child) {
  margin-top: 8px;
}

.c-list_note__item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  content: "※";
}

/* =====================
  list
===================== */
.c-list:not(:first-child) {
  margin-top: 8px;
}

.c-list__item {
  position: relative;
  padding-left: 1em;
}

.c-list__item:not(:first-child) {
  margin-top: 8px;
}

.c-list__item::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00a469;
  content: "";
}

/* =====================
  main
===================== */
.c-main {
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px), print {
  .c-main__outer {
    max-width: 812px;
    margin: 0 auto;
  }
}
.c-main__inner {
  max-width: 640px;
  margin: 0 auto;
}

/* =====================
  login_inner
===================== */
.c_login_inner {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 744px), print {
  .c_login_inner {
    display: flex;
  }
}
.c_login_inner_image {
  display: flex;
  align-items: center;
  width: 25%;
}

@media screen and (max-width: 767.9px) {
  .c_login_inner_image {
    margin: 0 auto;
  }
}
.c_login_inner_app {
  padding: 10px;
}

@media screen and (max-width: 743px) {
  .c-title--04:not(:last-child) {
    text-align: center;
  }
}
/* =====================
  section
===================== */
.c-section:not(:first-child) {
  margin-top: 48px;
}

@media screen and (min-width: 768px), print {
  .c-section:not(:first-child) {
    margin-top: 64px;
  }
}
.c-section .c-section .c-section {
  margin-top: 24px;
}

/* =====================
  text
===================== */
.c-text {
  line-height: 1.57143;
}

.c-text:not(:first-child) {
  margin-top: 8px;
}

/* =====================
  title_number
===================== */
.c-title_number {
  position: relative;
  margin-top: -0.5em;
  margin-bottom: 24px;
  padding-left: 0.5em;
  font-size: 6rem;
  line-height: 1;
}

.c-title_number__number {
  position: relative;
  top: 0.5em;
  left: -0.5em;
  color: #00a469;
  font-weight: bold;
  line-height: 1;
  font-family: Oswald, sans-serif;
  opacity: 0.3;
}

.c-title_number__text {
  display: block;
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.4;
}

/* =====================
  title
===================== */
.c-title--01 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
  padding-left: 15px;
  border-bottom: 2px solid #d6d6d6;
  font-size: 2.4rem;
  line-height: 1.25;
}

.c-title--01::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 28px;
  border-radius: 2px;
  background-color: #00a469;
  content: "";
}

.c-title--02 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.40625;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-title--02 {
    margin-bottom: 48px;
  }
}
.c-title--03 {
  font-weight: 900;
  font-size: 2rem;
}

.c-title--03:not(:last-child) {
  margin-bottom: 16px;
}

.c-title--04 {
  font-weight: 900;
}

.c-title--04:not(:last-child) {
  margin-bottom: 8px;
}

/* =====================
  utility
===================== */
/* text */
.u-text_bold {
  font-weight: bold !important;
}

.u-text_black {
  font-weight: 900 !important;
}

.u-text_all_center {
  text-align: center !important;
}

.u-text_all_right {
  text-align: right !important;
}

.u-text_all_left {
  text-align: left !important;
}

@media screen and (max-width: 767.9px) {
  .u-text_sp_center {
    text-align: center !important;
  }
  .u-text_sp_right {
    text-align: right !important;
  }
  .u-text_sp_left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-text_pc_center {
    text-align: center !important;
  }
  .u-text_pc_right {
    text-align: right !important;
  }
  .u-text_pc_left {
    text-align: left !important;
  }
}
/* color */
.u-color_primary_01 {
  color: #00a469 !important;
}

.u-w_10 {
  width: 10% !important;
}

.u-w_20 {
  width: 20% !important;
}

.u-w_30 {
  width: 30% !important;
}

.u-w_40 {
  width: 40% !important;
}

.u-w_50 {
  width: 50% !important;
}

.u-w_60 {
  width: 60% !important;
}

.u-w_70 {
  width: 70% !important;
}

.u-w_80 {
  width: 80% !important;
}

.u-w_90 {
  width: 90% !important;
}

.u-w_100 {
  width: 100% !important;
}

/* =====================
  mt
===================== */
.u-mt_all_0 {
  margin-top: 0 !important;
}

.u-mt_all_8 {
  margin-top: 8px !important;
}

.u-mt_all_16 {
  margin-top: 16px !important;
}

.u-mt_all_24 {
  margin-top: 24px !important;
}

.u-mt_all_32 {
  margin-top: 32px !important;
}

.u-mt_all_40 {
  margin-top: 40px !important;
}

.u-mt_all_48 {
  margin-top: 48px !important;
}

.u-mt_all_56 {
  margin-top: 56px !important;
}

.u-mt_all_64 {
  margin-top: 64px !important;
}

.u-mt_all_72 {
  margin-top: 72px !important;
}

.u-mt_all_80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767.9px) {
  .u-mt_sp_0 {
    margin-top: 0 !important;
  }
  .u-mt_sp_8 {
    margin-top: 8px !important;
  }
  .u-mt_sp_16 {
    margin-top: 16px !important;
  }
  .u-mt_sp_24 {
    margin-top: 24px !important;
  }
  .u-mt_sp_32 {
    margin-top: 32px !important;
  }
  .u-mt_sp_40 {
    margin-top: 40px !important;
  }
  .u-mt_sp_48 {
    margin-top: 48px !important;
  }
  .u-mt_sp_56 {
    margin-top: 56px !important;
  }
  .u-mt_sp_64 {
    margin-top: 64px !important;
  }
  .u-mt_sp_72 {
    margin-top: 72px !important;
  }
  .u-mt_sp_80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px), print {
  .u-mt_pc_0 {
    margin-top: 0 !important;
  }
  .u-mt_pc_8 {
    margin-top: 8px !important;
  }
  .u-mt_pc_16 {
    margin-top: 16px !important;
  }
  .u-mt_pc_24 {
    margin-top: 24px !important;
  }
  .u-mt_pc_32 {
    margin-top: 32px !important;
  }
  .u-mt_pc_40 {
    margin-top: 40px !important;
  }
  .u-mt_pc_48 {
    margin-top: 48px !important;
  }
  .u-mt_pc_56 {
    margin-top: 56px !important;
  }
  .u-mt_pc_64 {
    margin-top: 64px !important;
  }
  .u-mt_pc_72 {
    margin-top: 72px !important;
  }
  .u-mt_pc_80 {
    margin-top: 80px !important;
  }
}
/* =====================
  moreInfo
===================== */
.moreInfo {
  padding: 3rem 0;
  background: #F3F3F3;
}
.moreInfo__heading2 {
  text-align: center;
}
.moreInfo__heading2 .title {
  font-weight: 900;
  font-size: 20px;
}
.moreInfo__heading3 {
  margin-top: 30px;
  text-align: center;
}
.moreInfo__heading3 .title {
  color: #00A469;
  font-weight: 900;
  font-size: 1.6rem;
}
.moreInfo .box--link-v2 {
  min-height: 93px;
}

.u-pi_all_20 .moreInfo {
  padding-inline: 20px;
}

@media screen and (min-width: 768px), print {
  .moreInfo__wrap {
    max-width: 812px;
    margin-inline: auto;
  }
  .moreInfo__heading2 .title {
    font-size: 3.2rem;
  }
  .moreInfo__heading3 .title {
    font-size: 2rem;
  }
  .moreInfo .link__layout01 {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
  .moreInfo .link__layout01 .box--link-v2 {
    height: 93px;
    margin-top: 0;
  }
  .moreInfo .link__layout01 .box--link-v2:nth-child(3) {
    grid-column: 1/3;
  }
  .moreInfo .link__layout01 .box--link-v2__type {
    justify-content: center;
    padding-inline: 0;
  }
  .moreInfo .link__layout02 {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =====================
  box--link
===================== */
.box--link {
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.box--linkwrap {
  margin-top: 16px;
}
.box--linkwrap a {
  -moz-text-align-last: left;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 22px;
  color: #01A469;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
       text-align-last: left;
}
.box--link.target-blank a .link-text {
  position: relative;
}
.box--link.target-blank a .link-text::after {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 108%;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background: url("/kojin/benri/app/guaidance/lp/shintaku/images/index_ic03.svg") no-repeat;
  background-size: contain;
  content: "";
}
.box--link .link__s-text {
  font-weight: 400;
  font-size: 1.4rem;
}
.box--link-v2 {
  margin-top: 16px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.box--link-v2__type {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 93px;
  padding: 20px 30px 20px 70px;
  color: #00A469;
  font-weight: 900;
  font-size: 1.8rem;
}
.box--link-v2__type .sub-text {
  color: #666;
  font-weight: 400;
  font-size: 1.4rem;
}
.box--link-v2__type .link-text {
  position: relative;
}
.box--link-v2__type .link-text::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -6rem;
  width: 51px;
  height: 53px;
  transform: translateY(-50%);
  background-size: contain;
  content: "";
}
.box--link-v2__type .link-text::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #00A469;
  border-right: 2px solid #00A469;
  content: "";
}
.box--link-v2__type.link-img01 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic01.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img02 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic02.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img03 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic03.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img04 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic04.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img05 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic05.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img06 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic06.svg") no-repeat;
  background-size: contain;
}
.box--link-v2__type.link-img07 .link-text::before {
  background: url("/kojin/benri/app/assets/images/moreInfo_ic07.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .box--link[data-size-column="1"] {
    max-width: 350px;
    margin-inline: auto;
  }
  .box--link-v2__type.link-img03 .link-text::before {
    left: -10rem;
    width: 90px;
    height: 90px;
  }
}
:target {
  scroll-margin-top: 57px;
}