.p_home_feature2__link_wrap {
  max-width: 790px;
  margin: 0 auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p_home_feature2__link_wrap .c_feature__link01_box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .p_home_feature2__link_wrap .c_feature__link01_box {
    width: 100%;
  }
}
.p_home_feature2__box_blue {
  margin-top: 15px;
  padding: 38px 60px;
  background-color: #EDF6FC;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__box_blue {
    padding: 26px 20px;
    margin-top: 10px;
  }
}
.p_home_feature2__box_blue:first-child {
  margin-top: 30px;
}
.p_home_feature2__box_blue:last-child {
  padding-bottom: 38px;
}
.p_home_feature2__addition, .p_home_feature2__plus {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  background-color: #0168b6;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__addition, .p_home_feature2__plus {
    width: 40px;
    height: 40px;
    top: -26px;
  }
}
.p_home_feature2__addition::before, .p_home_feature2__addition::after, .p_home_feature2__plus::before, .p_home_feature2__plus::after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  background-color: #ffffff;
}
.p_home_feature2__addition::after, .p_home_feature2__plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p_home_feature2__addition {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p_home_feature2__block_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4642857143;
  color: #202020;
  text-align: center;
}
.p_home_feature2__block_title_blue {
  color: #0168b6;
}
.p_home_feature2__block_title_strong {
  font-size: 32px;
  line-height: 1.46875;
  font-family: "Oswald", sans-serif;
  right: -0.1em;
}
.p_home_feature2__image_wrap {
  margin-top: 34px;
}
.p_home_feature2__image {
  width: 100%;
}
.p_home_feature2__more_area {
  margin-top: 30px;
}
.p_home_feature2__more_button_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.p_home_feature2__more_button {
  display: -webkit-inline-box;
  display: inline-flex;
  font-weight: 700;
  color: #0168b6;
  font-size: 22px;
  line-height: 1.4545454545;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__more_button {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p_home_feature2__more_button::after {
  content: "";
  width: 11px;
  height: 17px;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  margin-left: 8px;
}
.p_home_feature2__more_open_area {
  padding-top: 10px;
  display: none;
}
.p_home_feature2__more_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #0168b6;
}
.p_home_feature2__more_text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.875;
}
.p_home_feature2__more_text_note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.7272727273;
}
.p_home_feature2__plus_block {
  position: relative;
  border-top: 2px solid #ffffff;
  padding-top: 53px;
  margin-top: 53px;
}
.p_home_feature2__plus_block .p_home_menu_plan2__plus {
  top: -29px;
}
.p_home_feature2__white_box {
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  padding: 30px;
  gap: 40px;
  border-radius: 10px;
  margin-top: 25px;
}
.p_home_feature2__white_box_item {
  width: 50%;
}
.p_home_feature2__box_blue_text {
  font-weight: 700;
  text-align: center;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__box_blue_text {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p_home_feature2__box_note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__box_note {
    text-align: left;
    font-size: 11px;
    line-height: 1.7272727273;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
  }
}
/* 20240321ここから */
.feature1-body {
  .text-primary {
    color: #0168B6;
  }
  .font-bold {
    font-weight: 700;
  }
  .text-center {
    text-align: center;
  }
  .w-1\/2 {
    width: 50%;
  }
  .my-20 {
    margin-block: 20px;
  }
  .smart-otoku {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .block-sp {
      display: block;
    }
    .smart-otoku {
      background: #EDF6FC;
      border-radius: 15px;
      padding: 40px 20px;
      margin-top: 30px;
    }
    .smart-otoku-ttl {
      font-size: 18px;
    }
  }
  @media screen and (min-width: 769px) {
    .block-pc {
      display: block;
    }
    .smart-otoku {
      margin-top: 40px;
    }
    .smart-otoku-container {
      max-width: 992px;
      margin: auto;
      gap: 48px;
    }
    .smart-otoku-ttl {
      font-size: 40px;
    }
    .smart-otoku-col-right {
      background: #EDF6FC;
      border-radius: 15px;
      padding: 32px;
    }
  }
}
/* 20240321ここまで */

.p_home_feature2__app_box {
  border: 6px solid #0168b6;
  border-radius: 30px;
  padding: 27px 60px 39px;
  background-color: #ffffff;
  max-width: 820px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box {
    border: 4px solid #0168b6;
    border-radius: 15px;
    padding: 30px 20px 32px;
    margin-top: 40px;
  }
}
.p_home_feature2__app_box .c_heading1 {
  margin: 0;
}
.p_home_feature2__app_box_icon {
  width: 39px;
  margin: 0 auto 15px;
  height: auto;
  display: block;
}
.p_home_feature2__app_box_flex {
  display: -webkit-box;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box_flex {
    margin-top: 20px;
    gap: 10px;
  }
}
.p_home_feature2__app_box_flex_image {
  width: 153px;
  min-width: 153px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box_flex_image {
    width: 68px;
    min-width: 68px;
  }
}
.p_home_feature2__app_box_flex_image_item {
  width: 100%;
  height: auto;
}
.p_home_feature2__app_box_image {
  max-width: 153px;
  height: auto;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box_image {
    max-width: 84px;
    width: 20%;
  }
}
.p_home_feature2__app_box_image_item {
  width: 100%;
  height: auto;
}
.p_home_feature2__app_box_title {
  font-weight: 700;
  color: #0168b6;
  font-size: 24px;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box_title {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p_home_feature2__app_box_text {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__app_box_text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p_home_feature2__store_wrap {
  border: 3px solid #DDD;
  padding: 26px 16px 33px 36px;
  border-radius: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_wrap {
    border: 2px solid #DDD;
    padding: 22px 20px;
    margin-top: 11px;
  }
}
.p_home_feature2__store_wrap--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_wrap--pc {
    display: none;
  }
}
.p_home_feature2__store_wrap--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_wrap--sp {
    display: block;
  }
}
.p_home_feature2__store_text {
  color: #202020;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_text {
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p_home_feature2__store_flex {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  margin-top: 18px;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_flex_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 12px;
    width: 100%;
  }
}
.p_home_feature2__store_app_icon {
  width: 81px;
  height: auto;
}
.p_home_feature2__store_app_logo {
  width: 135px;
  height: auto;
}
.p_home_feature2__store_note {
  display: block;
  font-size: 16px;
  line-height: 1.4375;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_note {
    display: none;
  }
}
.p_home_feature2__store_note--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__store_note--sp {
    display: block;
    margin-top: 12px;
  }
}
.p_home_feature2__note_desc {
  font-size: 14px;
  line-height: 1.4285714286;
  text-indent: -3em;
  padding-left: 3em;
  display: block;
  margin-top: 20px;
}
.p_home_feature2__note_desc + .p_home_feature2__note_desc {
  margin-top: 0;
}
.p_home_feature2__note_desc .u_txtlink {
  word-break: break-all;
  display: inline;
}
.p_home_feature2__note_desc--one {
  text-indent: -2em;
  padding-left: 2em;
}
.p_home_feature2__flow_wrap {
  border: 6px solid #ffffff;
  padding: 34px 60px 36px;
  border-radius: 26px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__flow_wrap {
    margin-top: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
.p_home_feature2__flow_wrap .p_top_flow__item {
  background-color: #ffffff;
  max-width: 250px;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__flow_wrap .p_top_flow__item {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
}
.p_home_feature2__flow_wrap .p_top_flow__item:first-child {
  max-width: 440px;
  margin-left: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__flow_wrap .p_top_flow__item:first-child {
    width: 100%;
    max-width: 100%;
  }
}
.p_home_feature2__flow_wrap_title {
  text-align: center;
}
.p_home_feature2__flow_item_title {
  color: #ffffff;
  background-color: #0168b6;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 4px 0;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__flow_item_title {
    width: 100%;
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p_home_feature2__structure_wrap {
  display: -webkit-box;
  display: flex;
  gap: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__structure_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
  }
}
.p_home_feature2__structure_item {
  width: 150px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__structure_item {
    width: 160px;
  }
}
.p_home_feature2__structure_item::after, .p_home_feature2__structure_item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0168b6;
  left: -38px;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__structure_item::after, .p_home_feature2__structure_item::before {
    right: 0;
    left: 0;
    bottom: auto;
    top: -30px;
  }
}
.p_home_feature2__structure_item::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p_home_feature2__structure_item:first-child::after, .p_home_feature2__structure_item:first-child::before {
  display: none;
}
.p_home_feature2__flow_wrap_next {
  margin-top: 60px;
}
.p_home_feature2__flow_wrap_next .c_feature__cap {
  margin-top: 20px;
}
.p_home_feature2__cv_wrap {
  margin-top: 60px;
}
.p_home_feature2__flow_content .p_top_flow__item {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p_home_feature2__plan_list {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p_home_feature2__plan_list .p_top_plan__item {
    padding-top: 30px;
  }
}

.p_home_feature2__link_line {
  text-decoration: underline;
}

.p_home_feature2__link_line:hover {
  text-decoration: none;
}
