body {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important; }

@media screen and (min-width: 1025px) {
  .content-pd {
    padding: 120px 0; } }
@media screen and (min-width: 1025px) {
  #footer {
    margin-top: 0 !important; } }
.MV_box {
  width: 100%;
  padding: 0 25px 25px 25px;
  box-sizing: border-box; }
  .MV_box .MV_box_inner {
    width: 100%;
    padding-bottom: 50%;
    background: url("../images/lp/mv_pc.jpg") no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative; }
    .MV_box .MV_box_inner img {
      position: absolute;
      top: 10%;
      right: 5.5%;
      width: 44%; }
    @media screen and (max-width: 1100px) {
      .MV_box .MV_box_inner img {
        position: absolute;
        top: 10%;
        right: 5.5%;
        width: 44%; } }
    @media screen and (max-width: 768px) {
      .MV_box .MV_box_inner img {
        position: absolute;
        top: 46%;
        bottom: auto;
        right: 3%;
        width: 94%;
        padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .MV_box .MV_box_inner {
      width: 100%;
      padding-bottom: 177%;
      background: url("../images/lp/sp/mv_sp.jpg") no-repeat;
      background-size: contain;
      background-position: center top; } }

@media screen and (max-width: 768px) {
  .MV_box {
    width: 100%;
    padding: 0 15px 15px 15px; } }
#header {
  background: none !important;
  height: 118px; }
  #header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); }
  #header #headerCnt {
    position: relative;
    z-index: 3; }

@media screen and (max-width: 1100px) {
  #header {
    height: 60px; } }
.lp_title_box {
  padding-bottom: 50px; }
  .lp_title_box span {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #0587B7;
    font-weight: 400; }
  .lp_title_box h2 {
    text-align: center;
    font-size: 32px;
    color: #222222;
    margin: 0 0 0;
    font-weight: 500; }
    .lp_title_box h2 span {
      text-align: center;
      display: inline;
      margin: 0;
      font-size: 42px;
      color: #222222;
      font-weight: 500; }
  .lp_title_box.left span {
    text-align: left !important; }
  .lp_title_box.left h2 {
    text-align: left !important; }

@media screen and (max-width: 768px) {
  .lp_title_box {
    padding-bottom: 30px; }
    .lp_title_box.left span {
      text-align: center !important; }
    .lp_title_box.left h2 {
      text-align: center !important; }
    .lp_title_box h2 {
      font-size: 26px; }
      .lp_title_box h2 span {
        font-size: 32px; } }
.lp_title_box_d {
  font-size: 16px;
  padding-top: 0; }
  .lp_title_box_d span {
    color: #0587B7; }

@media screen and (max-width: 768px) {
  .lp_title_box_d {
    font-size: 14px;
    padding-top: 0;
    text-align: center !important; } }
.bc_accent-colorlp {
  background: linear-gradient(to right, #EAF5F6, #ECF3FD); }

.accordion-container .accordion-list .accordion-title::after {
  width: 20px !important;
  height: 1px !important;
  background-color: #707070 !important; }
.accordion-container .accordion-list .accordion-title::before {
  width: 20px !important;
  height: 1px !important;
  background-color: #707070 !important; }
.accordion-container .accordion-list .accordion-title .q-text {
  font-weight: 500; }
  .accordion-container .accordion-list .accordion-title .q-text::before {
    color: #0587B7 !important; }
.accordion-container .accordion-list .accordion-title.open .q-text {
  border-bottom: 1px solid #0587B7 !important; }
.accordion-container .accordion-list .accordion-text::before {
  color: #E8790A !important; }

#footer .footer_bottom .bc_white {
  padding: 40px 20px !important; }
  #footer .footer_bottom .bc_white ul {
    max-width: 286px;
    margin: 0 auto; }
    #footer .footer_bottom .bc_white ul li {
      text-align: left;
      font-size: 14px !important; }

.service_flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  .service_flow_list::after {
    content: "";
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0587B7; }
  @media screen and (max-width: 1210px) {
    .service_flow_list::after {
      top: 8vw; } }
  .service_flow_list li {
    width: calc( ( 100% - ( 70px * ( 4 - 1) ) ) / 4 );
    position: relative;
    z-index: 2; }
    .service_flow_list li .img_box {
      width: 100%;
      padding-bottom: 100%;
      background: #eee;
      position: relative;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 50%;
      border: 1px solid #0587B7; }
      .service_flow_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .service_flow_list li h3 {
      text-align: center;
      font-size: 22px;
      font-weight: 500; }
      .service_flow_list li h3 span {
        display: block;
        margin: 0 auto;
        font-size: 24px;
        color: #0587B7;
        font-style: italic;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400; }

@media screen and (max-width: 768px) {
  .service_flow_list {
    display: block; }
    .service_flow_list::after {
      content: "";
      position: absolute;
      top: 0;
      left: 45px;
      width: 1px;
      height: 100%;
      background: #0587B7; }
    .service_flow_list li {
      width: 100%;
      position: relative;
      z-index: 2;
      min-height: 90px; }
      .service_flow_list li .img_box {
        width: 90px;
        padding-bottom: 90px;
        background: #eee;
        position: absolute;
        overflow: hidden;
        transition: all ease .3s;
        border-radius: 50%;
        border: 1px solid #0587B7;
        top: 0;
        left: 0; }
        .service_flow_list li .img_box img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: 'object-fit: cover;' !important;
          transition: all ease .3s; }
      .service_flow_list li h3 {
        padding-left: 105px;
        text-align: left;
        font-size: 22px;
        padding-top: 8px; }
        .service_flow_list li h3 span {
          font-size: 24px; }
        .service_flow_list li h3 br {
          display: none; } }
.voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .voice_list li {
    width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 );
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
    padding: 25px 30px 25px 152px; }
    .voice_list li .img_box {
      width: 100px;
      padding-bottom: 100px;
      background: #eee;
      position: absolute;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 50%;
      top: 50%;
      margin-top: -50px;
      left: 30px; }
      .voice_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .voice_list li h3 {
      margin-top: 0;
      font-size: 20px;
      font-weight: 500; }
    .voice_list li p {
      font-size: 16px;
      margin-bottom: 5px; }

@media screen and (max-width: 768px) {
  .voice_list li {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 20px 20px 130px; }
    .voice_list li .img_box {
      width: 90px;
      padding-bottom: 90px;
      background: #eee;
      position: absolute;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 50%;
      top: 50%;
      margin-top: -45px;
      left: 20px; }
      .voice_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .voice_list li h3 {
      margin-top: 0;
      font-size: 18px;
      font-weight: 500; }
    .voice_list li p {
      font-size: 14px; } }
.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 127px; }
  .option_list li {
    width: calc( ( 100% - ( 18px * ( 3 - 1) ) ) / 3 );
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px; }
    .option_list li .img_box {
      width: 100%;
      padding-bottom: 56%;
      background: #eee;
      position: relative;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 8px; }
      .option_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .option_list li h3 {
      font-size: 26px;
      color: #0587B7;
      text-align: center;
      margin: 0 0 15px;
      font-weight: 500; }

@media screen and (max-width: 1000px) {
  .option_list {
    margin-bottom: 60px; }
    .option_list li {
      width: calc( ( 100% - ( 18px * ( 2 - 1) ) ) / 2 );
      background: #FFFFFF;
      border-radius: 8px;
      margin-bottom: 20px;
      padding: 20px; }
      .option_list li h3 {
        font-size: 24px; } }
@media screen and (max-width: 768px) {
  .option_list li {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px; }
    .option_list li h3 {
      font-size: 24px; } }
.area_c_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto; }
  .area_c_box .c_box {
    max-width: 460px; }
    .area_c_box .c_box:first-child {
      max-width: 452px;
      padding-bottom: 35px; }
    @media screen and (max-width: 1050px) {
      .area_c_box .c_box:first-child {
        margin: 0 auto;
        max-width: 410px; } }
    @media screen and (max-width: 768px) {
      .area_c_box .c_box:first-child {
        margin: 0 auto;
        max-width: 452px; } }
    .area_c_box .c_box h3 {
      margin: 30px 0 12px;
      font-size: 26px;
      color: #0587B7;
      font-weight: 500; }
      .area_c_box .c_box h3:first-child {
        margin-top: 0; }
    .area_c_box .c_box p {
      font-size: 16px;
      color: #222222;
      font-weight: 500; }
    @media screen and (max-width: 768px) {
      .area_c_box .c_box h3 {
        font-size: 24px; }
      .area_c_box .c_box p {
        font-size: 14px; } }

.staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto; }
  .staff_list li {
    width: calc( ( 100% - ( 15px * ( 3 - 1) ) ) / 3 ); }
    .staff_list li .img_box {
      width: 200px;
      padding-bottom: 200px;
      background: #eee;
      position: relative;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 50%;
      margin: 0 auto; }
      .staff_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .staff_list li h3 {
      display: block;
      font-size: 20px;
      color: #0587B7;
      text-align: center;
      width: 100%; }
    .staff_list li p {
      text-align: center;
      font-size: 16px; }

@media screen and (max-width: 768px) {
  .staff_list li {
    width: 100%;
    position: relative;
    padding-left: 108px;
    min-height: 90px;
    margin-bottom: 25px; }
    .staff_list li .img_box {
      width: 90px;
      padding-bottom: 90px;
      background: #eee;
      position: absolute;
      overflow: hidden;
      transition: all ease .3s;
      border-radius: 50%;
      margin: 0 auto;
      top: 0;
      left: 0; }
      .staff_list li .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .staff_list li h3 {
      text-align: left;
      margin-top: 0;
      margin-bottom: 10px; }
    .staff_list li p {
      text-align: left;
      font-size: 14px; } }
.case_list_box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #F2F9FF;
  border-radius: 16px;
  margin-bottom: 50px;
  overflow: hidden; }
  .case_list_box .before_after_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 40px 0 40px;
    background: url("../images/lp/case_arrow.png") no-repeat;
    background-position: center top calc(50% + 30px );
    background-size: 36px; }
    .case_list_box .before_after_box .c_box {
      width: calc( ( 100% - ( 80px * ( 2 - 1) ) ) / 2 ); }
      .case_list_box .before_after_box .c_box span {
        text-align: center;
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #222222;
        margin-bottom: 20px; }
      .case_list_box .before_after_box .c_box:last-child span {
        color: #00ADA9; }
      .case_list_box .before_after_box .c_box .img_box {
        width: 100%;
        padding-bottom: 72%;
        background: #eee;
        position: relative;
        overflow: hidden;
        transition: all ease .3s;
        margin-bottom: 10px;
        border-radius: 8px; }
        .case_list_box .before_after_box .c_box .img_box img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: 'object-fit: cover;' !important;
          transition: all ease .3s; }
  .case_list_box .title_box {
    padding: 25px 40px 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .case_list_box .title_box .title_box_right {
      width: calc( 100% - 255px  ); }
      .case_list_box .title_box .title_box_right h3 {
        font-size: 22px;
        margin-top: 0; }
      .case_list_box .title_box .title_box_right .op_box {
        display: flex;
        flex-wrap: wrap; }
      .case_list_box .title_box .title_box_right dl {
        display: table;
        width: 295px;
        margin-bottom: 10px; }
        .case_list_box .title_box .title_box_right dl dt {
          display: table-cell;
          width: 120px;
          background: #00ADA9;
          color: #fff;
          text-align: center;
          padding: 2px 5px;
          border-radius: 4px; }
        .case_list_box .title_box .title_box_right dl dd {
          display: table-cell;
          padding: 2px 15px 2px 15px;
          min-width: 177px; }
    .case_list_box .title_box .title_box_left {
      width: 240px; }
      .case_list_box .title_box .title_box_left .w_box {
        width: 100%;
        background: #fff url("../images/lp/calculator.png") no-repeat;
        background-position: top 16px left 15px;
        background-size: 13px;
        padding: 10px 15px 10px 41px;
        border-radius: 8px; }
        .case_list_box .title_box .title_box_left .w_box p {
          font-size: 16px;
          margin-bottom: 0; }
          .case_list_box .title_box .title_box_left .w_box p .price_title {
            display: block;
            width: 100%;
            font-size: 16px;
            font-weight: 700; }
            .case_list_box .title_box .title_box_left .w_box p .price_title span {
              font-size: 14px; }
          .case_list_box .title_box .title_box_left .w_box p .price_value {
            display: block;
            width: 100%;
            font-size: 32px;
            color: #00A5E2;
            text-align: right;
            line-height: 1em; }
            .case_list_box .title_box .title_box_left .w_box p .price_value span {
              font-size: 16px;
              margin-left: 5px; }
  .case_list_box .title_box2 {
    padding: 0 40px 12px 40px; }
    .case_list_box .title_box2 dl {
      width: 100%;
      border-top: 1px solid #00ADA9;
      padding-top: 25px;
      display: table; }
      .case_list_box .title_box2 dl dt {
        width: 100px;
        display: table-cell;
        color: #00ADA9; }
      .case_list_box .title_box2 dl dd {
        display: table-cell; }
  .case_list_box .title_box3 {
    padding: 35px 40px 35px 40px;
    background: #FFFFFF; }
    .case_list_box .title_box3 h4 {
      display: block;
      width: 408px;
      height: 38px;
      line-height: 38px;
      margin: -56px auto 18px;
      border: 1px solid #00ADA9;
      border-radius: 19px;
      text-align: center;
      color: #00ADA9;
      font-size: 12px;
      font-weight: 700;
      background: #fff; }
      .case_list_box .title_box3 h4 span {
        padding-left: 38px;
        background: url("../images/lp/staff.png") no-repeat;
        background-position: center left;
        background-size: 30px;
        display: inline-block; }
    .case_list_box .title_box3 p {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .case_list_box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #F2F9FF;
    border-radius: 16px;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
    .case_list_box .before_after_box {
      width: 100%;
      display: block;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 30px 20px 0 20px;
      background: url("../images/lp/case_arrow_sp.png") no-repeat;
      background-position: center top calc(50% + 15px );
      background-size: 22px; }
      .case_list_box .before_after_box .c_box {
        width: 100%;
        margin-bottom: 50px; }
        .case_list_box .before_after_box .c_box span {
          text-align: center;
          display: block;
          font-size: 14px;
          font-weight: 700;
          color: #222222;
          margin-bottom: 20px; }
        .case_list_box .before_after_box .c_box:last-child {
          margin-bottom: 0; }
          .case_list_box .before_after_box .c_box:last-child span {
            color: #00ADA9; }
        .case_list_box .before_after_box .c_box .img_box {
          width: 100%;
          padding-bottom: 72%;
          background: #eee;
          position: relative;
          overflow: hidden;
          transition: all ease .3s;
          margin-bottom: 10px;
          border-radius: 8px; }
          .case_list_box .before_after_box .c_box .img_box img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            font-family: 'object-fit: cover;' !important;
            transition: all ease .3s; }
    .case_list_box .title_box {
      padding: 25px 20px 20px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .case_list_box .title_box .title_box_right {
        width: 100%; }
        .case_list_box .title_box .title_box_right h3 {
          font-size: 18px;
          margin-top: 0; }
        .case_list_box .title_box .title_box_right .op_box {
          display: flex;
          flex-wrap: wrap; }
        .case_list_box .title_box .title_box_right dl {
          display: table;
          width: 100%;
          margin-bottom: 10px; }
          .case_list_box .title_box .title_box_right dl dt {
            display: table-cell;
            width: 85px;
            background: #00ADA9;
            color: #fff;
            text-align: center;
            padding: 2px 5px;
            border-radius: 4px;
            font-size: 12px; }
          .case_list_box .title_box .title_box_right dl dd {
            display: table-cell;
            padding: 2px 15px 2px 15px;
            min-width: 177px;
            font-size: 12px; }
      .case_list_box .title_box .title_box_left {
        width: 100%; }
        .case_list_box .title_box .title_box_left .w_box {
          width: 100%;
          background: #fff url("../images/lp/calculator.png") no-repeat;
          background-position: top 16px left 15px;
          background-size: 17px;
          padding: 10px 15px 10px 41px;
          border-radius: 8px;
          margin-top: 20px; }
          .case_list_box .title_box .title_box_left .w_box p {
            font-size: 16px;
            margin-bottom: 0;
            display: table; }
            .case_list_box .title_box .title_box_left .w_box p .price_title {
              display: table-cell;
              width: 140px;
              min-width: 140px;
              font-size: 16px;
              font-weight: 700; }
              .case_list_box .title_box .title_box_left .w_box p .price_title span {
                font-size: 14px; }
            .case_list_box .title_box .title_box_left .w_box p .price_value {
              display: table-cell;
              width: 100%;
              font-size: 22px;
              color: #00A5E2;
              text-align: right;
              line-height: 1em; }
              .case_list_box .title_box .title_box_left .w_box p .price_value span {
                font-size: 16px;
                margin-left: 5px; }
    .case_list_box .title_box2 {
      padding: 0 20px 12px 20px; }
      .case_list_box .title_box2 dl {
        width: 100%;
        border-top: 1px solid #00ADA9;
        padding-top: 25px;
        display: block; }
        .case_list_box .title_box2 dl dt {
          width: 100px;
          display: block;
          color: #00ADA9;
          font-size: 16px; }
        .case_list_box .title_box2 dl dd {
          display: block;
          font-size: 14px; }
    .case_list_box .title_box3 {
      padding: 35px 20px 35px 20px;
      background: #FFFFFF; }
      .case_list_box .title_box3 h4 {
        display: block;
        max-width: 408px;
        width: 100%;
        height: 38px;
        line-height: 38px;
        margin: -56px auto 18px;
        border: 1px solid #00ADA9;
        border-radius: 19px;
        text-align: center;
        color: #00ADA9;
        font-size: 12px;
        font-weight: 700;
        background: #fff; }
        .case_list_box .title_box3 h4 span {
          padding-left: 38px;
          background: url("../images/lp/staff.png") no-repeat;
          background-position: center left;
          background-size: 30px;
          display: inline-block; }
      .case_list_box .title_box3 p {
        margin-bottom: 0; } }
.cta_box {
  width: 100%;
  max-width: 940px;
  min-height: 365px;
  background: #12ADAA;
  position: relative;
  border-radius: 16px;
  margin: 0 auto; }
  .cta_box .title_box {
    position: absolute;
    width: 100%;
    top: -32px;
    left: 0; }
    .cta_box .title_box .title_box_inner {
      display: table;
      margin: 0 auto 0;
      background: #fff;
      border: 1px solid #00ADA9;
      border-radius: 35px;
      text-align: center;
      color: #00ADA9;
      font-size: 20px;
      font-weight: 500;
      padding: 2px 25px 5px;
      height: 70px;
      line-height: 1; }
      .cta_box .title_box .title_box_inner .fs54 {
        font-size: 54px; }
      .cta_box .title_box .title_box_inner .fs34 {
        font-size: 34px;
        padding-right: 5px; }
  @media screen and (max-width: 768px) {
    .cta_box .title_box .title_box_inner {
      font-size: 14px;
      padding-top: 11px;
      max-width: 345px;
      width: 100%; }
      .cta_box .title_box .title_box_inner .fs54 {
        font-size: 29px; }
      .cta_box .title_box .title_box_inner .fs34 {
        font-size: 18px;
        padding-right: 5px; } }
  .cta_box .cta_box_top {
    padding: 80px 50px 40px; }
    .cta_box .cta_box_top .tel_link {
      width: 100%;
      background: #fff;
      border: 1px solid #fff;
      border-radius: 8px;
      padding: 16px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 22px; }
      .cta_box .cta_box_top .tel_link .left_box {
        width: calc(100% - 340px);
        background: url("../images/lp/t_j_icon.png") no-repeat;
        background-size: 62px;
        background-position: top left;
        color: #00ADA9;
        font-size: 16px;
        padding-left: 72px;
        min-height: 62px;
        padding-top: 5px;
        font-weight: 700; }
      .cta_box .cta_box_top .tel_link .right_box {
        width: 324px;
        border-left: 1px solid #10ADAA;
        font-size: 36px;
        padding-left: 98px;
        background: url("../images/lp/cta_t.png") no-repeat;
        background-size: 64px;
        background-position: top 13px left 22px;
        color: #00ADA9; }
    @media screen and (max-width: 768px) {
      .cta_box .cta_box_top {
        padding: 39px 15px 10px; }
        .cta_box .cta_box_top .tel_link {
          background: none;
          border: none;
          display: block;
          padding: 0;
          margin-bottom: 12px; }
          .cta_box .cta_box_top .tel_link .left_box {
            width: 100%;
            max-width: 320px;
            color: #fff;
            font-size: 12px;
            margin: 10px auto;
            background: url("../images/lp/t_j_icon.png") no-repeat;
            background-size: 44px;
            background-position: top left;
            padding-left: 50px;
            min-height: 48px; }
          .cta_box .cta_box_top .tel_link .right_box {
            width: 100%;
            background: #fff;
            font-size: 26px;
            height: 60px;
            border-radius: 8px;
            padding: 0; }
            .cta_box .cta_box_top .tel_link .right_box span {
              line-height: 60px;
              padding-left: 49px;
              display: table;
              margin: 0 auto;
              background: url("../images/lp/cta_t.png") no-repeat;
              background-position-x: 0%;
              background-position-y: 0%;
              background-size: auto;
              background-size: 40px;
              background-position: top 22px left 0; } }
    @media screen and (min-width: 767px) {
      .cta_box .cta_box_top .tel_link:hover {
        background: #00ADA9; }
        .cta_box .cta_box_top .tel_link:hover .left_box {
          color: #fff; }
        .cta_box .cta_box_top .tel_link:hover .right_box {
          border-left: 1px solid #fff;
          background: url("../images/lp/cta_t2.png") no-repeat;
          background-size: 64px;
          background-position: top 13px left 22px;
          color: #fff; } }
    .cta_box .cta_box_top .btn_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .cta_box .cta_box_top .btn_box a {
        width: calc( ( 100% - ( 20px * ( 2 - 1) ) ) / 2 );
        display: block;
        background: #fff;
        padding: 0 15px;
        text-align: center;
        border-radius: 8px; }
        .cta_box .cta_box_top .btn_box a span {
          line-height: 60px;
          padding-left: 37px;
          font-size: 16px;
          display: table;
          margin: 0 auto; }
        .cta_box .cta_box_top .btn_box a:first-child {
          border: 1px solid #0587B7;
          color: #0587B7; }
          .cta_box .cta_box_top .btn_box a:first-child span {
            background: url("../images/lp/cta_m.png") no-repeat;
            background-size: 24px;
            background-position: top 21px left 0; }
        .cta_box .cta_box_top .btn_box a:last-child {
          border: 1px solid #02AD4A;
          color: #02AD4A; }
          .cta_box .cta_box_top .btn_box a:last-child span {
            background: url("../images/lp/cta_l.png") no-repeat;
            background-size: 24px;
            background-position: top 19px left 0; }
      @media screen and (min-width: 767px) {
        .cta_box .cta_box_top .btn_box a:hover:first-child {
          background: #0587B7;
          color: #fff; }
          .cta_box .cta_box_top .btn_box a:hover:first-child span {
            background: url("../images/lp/cta_m2.png") no-repeat;
            background-size: 24px;
            background-position: top 21px left 0; }
        .cta_box .cta_box_top .btn_box a:hover:last-child {
          background: #02AD4A;
          color: #fff; }
          .cta_box .cta_box_top .btn_box a:hover:last-child span {
            background: url("../images/lp/cta_l2.png") no-repeat;
            background-size: 24px;
            background-position: top 19px left 0; } }
    @media screen and (max-width: 768px) {
      .cta_box .cta_box_top .btn_box {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between; }
        .cta_box .cta_box_top .btn_box a {
          width: 100%;
          margin-bottom: 12px; } }
  .cta_box .cta_box_bottom {
    background: #F8F8F8;
    border-radius: 0 0 16px 16px;
    padding: 17px 80px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cta_box .cta_box_bottom .l_box {
      line-height: 1.4; }
    .cta_box .cta_box_bottom .c_box {
      width: 321px;
      background: url("../images/lp/creditcard.png") no-repeat;
      background-size: contain;
      background-position: center; }
    .cta_box .cta_box_bottom .r_box {
      background: url("../images/lp/v.png") no-repeat;
      background-size: 40px;
      background-position: top left;
      padding: 16px 0 0 50px;
      line-height: 1; }
  @media screen and (max-width: 768px) {
    .cta_box .cta_box_bottom {
      background: #F8F8F8;
      border-radius: 0 0 16px 16px;
      padding: 17px 15px 17px;
      display: block;
      flex-wrap: wrap;
      justify-content: space-between; }
      .cta_box .cta_box_bottom .l_box {
        width: 100%;
        line-height: 1.4;
        font-size: 14px;
        text-align: center; }
        .cta_box .cta_box_bottom .l_box br {
          display: none; }
      .cta_box .cta_box_bottom .c_box {
        width: 100%;
        padding-bottom: 17%;
        background: url("../images/lp/creditcard.png") no-repeat;
        background-size: contain;
        background-position: center; }
      .cta_box .cta_box_bottom .r_box {
        display: table;
        margin: 0 auto;
        width: auto;
        height: 56px;
        background: url("../images/lp/v.png") no-repeat;
        background-size: 40px;
        background-position: top left;
        padding: 16px 0 0 50px;
        line-height: 1; } }

.s_img_area {
  width: 100%;
  height: 500px;
  background: url("../images/lp/price_img01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 120px; }

@media screen and (max-width: 768px) {
  .s_img_area {
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    background: url("../images/lp/price_img01_sp.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 60px; } }
#drawerNaviWrap .drawer-nav .drawer_content {
  margin-bottom: 40px !important; }

#drawerNaviWrap .drawer-nav .drawer-menu-items li a::after {
  content: none !important; }

.drawer-menu-items .btn_link {
  padding: 20px 20px 0;
  border: none !important; }
  .drawer-menu-items .btn_link a {
    width: 100%;
    height: 60px;
    border: 1px solid #00ADA9;
    border-radius: 8px; }
    .drawer-menu-items .btn_link a span {
      padding-left: 55px;
      font-size: 26px;
      color: #00ADA9;
      line-height: 60px;
      display: table;
      margin: 0 auto;
      background: url("../images/lp/icon_t.png") no-repeat;
      background-position: top 20px left;
      background-size: 40px; }
.drawer-menu-items .btn_link2 {
  padding: 0 20px;
  border: none !important; }
  .drawer-menu-items .btn_link2 a {
    width: 100%;
    height: 60px;
    border: 1px solid #0587B7;
    border-radius: 8px; }
    .drawer-menu-items .btn_link2 a span {
      padding-left: 33px;
      font-size: 16px;
      color: #0587B7;
      line-height: 60px;
      display: table;
      margin: 0 auto;
      background: url("../images/lp/icon_m.png") no-repeat;
      background-position: top 22px left;
      background-size: 24px; }
.drawer-menu-items .btn_link3 {
  padding: 0 20px;
  border: none !important; }
  .drawer-menu-items .btn_link3 a {
    width: 100%;
    height: 60px;
    border: 1px solid #02AD4A;
    border-radius: 8px; }
    .drawer-menu-items .btn_link3 a span {
      padding-left: 34px;
      font-size: 16px;
      color: #02AD4A;
      line-height: 60px;
      display: table;
      margin: 0 auto;
      background: url("../images/lp/icon_l.png") no-repeat;
      background-position: top 20px left;
      background-size: 23px; }

.icon-mail2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0587B7;
  border: 1px solid #0587B7;
  border-radius: 4px !important;
  height: 54px;
  padding: 0 20px 0 52px;
  background: url("../images/lp/m_h.png") no-repeat;
  background-position: top 18px left 15px;
  background-size: 26px; }

.icon-line2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02AD4A;
  border: 1px solid #02AD4A;
  border-radius: 4px !important;
  height: 54px;
  padding: 0 20px 0 52px;
  background: url("../images/lp/l_h.png") no-repeat;
  background-position: top 15px left 15px;
  background-size: 24px; }

@media screen and (min-width: 767px) {
  .icon-mail2:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #0587B7;
    height: 54px;
    padding: 0 20px 0 52px;
    background: #0587B7 url("../images/lp/m_h2.png") no-repeat;
    background-position: top 18px left 15px;
    background-size: 26px; }

  .icon-line2:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #02AD4A;
    height: 54px;
    padding: 0 20px 0 52px;
    background: #02AD4A url("../images/lp/l_h2.png") no-repeat;
    background-position: top 15px left 15px;
    background-size: 24px; } }
#drawerNaviWrap .drawerNaviBtnWrap {
  background: none !important; }

#drawerNaviWrap .drawerNaviBtn span {
  background-color: #4E3B30 !important; }

#drawerNaviWrap.open .drawerNavClose span {
  background-color: #4E3B30 !important; }

.obi_area {
  background: #0587B7;
  padding: 25px 0; }
  .obi_area p {
    text-align: center !important;
    font-size: 24px;
    color: #fff;
    margin: 0 !important;
    width: 100%;
    line-height: 1em; }
    .obi_area p .fs34 {
      font-size: 34px; }
    .obi_area p .fs14 {
      font-size: 14px; }

@media screen and (max-width: 768px) {
  .obi_area {
    background: #0587B7;
    padding: 25px 15px; }
    .obi_area p {
      text-align: center !important;
      font-size: 18px;
      color: #fff;
      margin: 0 !important;
      width: 100%;
      line-height: 1.5em; }
      .obi_area p .fs34 {
        font-size: 18px; }
      .obi_area p .fs14 {
        font-size: 12px; } }
#fixedBtnSp_lp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #fixedBtnSp_lp .c_box {
    width: calc( ( 100% - ( 0px * ( 3 - 1) ) ) / 3 );
    background: #FFFFFF; }
    #fixedBtnSp_lp .c_box a {
      width: 100%;
      display: block;
      border: 1px solid #0587B7;
      padding: 35px 0 2px;
      text-align: center;
      color: #0587B7 !important;
      font-size: 12px;
      height: 60px; }
    #fixedBtnSp_lp .c_box:nth-child(1) a {
      background: url("../images/lp/ft_t.png") no-repeat;
      background-position: top 10px center;
      background-size: 19px; }
    #fixedBtnSp_lp .c_box:nth-child(2) a {
      background: url("../images/lp/m_h.png") no-repeat;
      background-position: top 10px center;
      background-size: 26px; }
    #fixedBtnSp_lp .c_box:nth-child(3) a {
      background: url("../images/lp/ft_l.png") no-repeat;
      background-position: top 10px center;
      background-size: 20px; }

@media screen and (min-width: 767px) {
  #fixedBtnSpArea {
    display: none; } }
.footer_logo img {
  display: block;
  margin: 50px auto 76px; }

#footer .footer_bottom address br {
  display: block !important; }

.footer_bottom h2 {
  margin-top: 0; }

.a_link {
  padding-right: 20px;
  background: url("../images/lp/a_link.png") no-repeat;
  background-position: top 6px right;
  background-size: 13px; }

#formArea input[type="checkbox"]:checked::before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px black;
  content: "";
  width: 10px;
  height: 4px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }

#formArea input[type="checkbox"]:checked::after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #000;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

.postPage p.pp_btn {
  text-align: center;
  margin: 0 auto;
  padding: 20px 10px;
  background: #ffd0c9;
  border: 1px solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-top: none; }

.over_scorll {
  width: 100%;
  height: 300px;
  border: 1px solid #000000;
  overflow-y: scroll;
  padding: 25px 30px; }
  .over_scorll .privacyTitle {
    text-align: center !important; }
  .over_scorll .alignR {
    text-align: right !important; }

#mainCnt .the_content-postPage h2::after, #mainCnt .over_scorll .titleh2::after {
  content: none !important; }

.btn.main_color {
  background-color: #00ADA9 !important;
  border: none !important; }

@media screen and (min-width: 767px) {
  .btn.main_color:hover {
    background-color: #0D6F9A !important; } }
#formArea .att {
  color: #FFFFFF;
  font-size: 14px;
  background: #DB6F5E;
  display: block;
  width: 52px;
  height: 24px;
  text-align: center;
  border-radius: 4px;
  margin-top: 5px; }

#formArea .att_2 {
  color: #FFFFFF;
  font-size: 14px;
  background: #B2B2B2;
  display: block;
  width: 52px;
  height: 24px;
  text-align: center;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 10px; }

#formArea .att_3 {
  color: #FFFFFF;
  font-size: 14px;
  background: #B2B2B2;
  display: block;
  width: 52px;
  height: 24px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  display: inline flow-root list-item; }

#formArea .privacy_policy_text {
  padding-top: 20px; }

.cta_area {
  padding: 129px 0 116px; }

@media screen and (max-width: 768px) {
  .cta_area {
    padding: 90px 0 60px; } }
.cta_area2 {
  padding: 129px 0 116px; }

@media screen and (max-width: 768px) {
  .cta_area2 {
    padding: 90px 0 60px; } }
.bc_accent-colorlp2 {
  background: url("../images/lp/worries_bg_pc.jpg") no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 620px; }
  .bc_accent-colorlp2 .container {
    max-width: 940px; }

@media screen and (max-width: 768px) {
  .bc_accent-colorlp2 {
    background: url("../images/lp/worries_bg_sp.png") no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 60px 0 51% !important; }
    .bc_accent-colorlp2 img {
      max-width: 305px;
      width: 100%;
      margin: 0 auto; } }
.worries_bottom {
  width: 100%;
  padding: 83px 15px 136px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 1050px) {
    .worries_bottom {
      padding: 20px 15px 112px; } }
  @media screen and (max-width: 768px) {
    .worries_bottom .title_img {
      max-width: 345px; } }
  .worries_bottom .yajirusi {
    position: absolute;
    bottom: -42px;
    left: 50%;
    width: 16px;
    margin-left: 0; }
  .worries_bottom::before {
    content: "";
    position: absolute;
    width: 228px;
    height: 333px;
    top: 78px;
    left: 25px;
    background: url("../images/lp/solution_left.png") no-repeat;
    background-position: bottom center;
    background-size: cover; }
  .worries_bottom::after {
    content: "";
    position: absolute;
    width: 237px;
    height: 291px;
    top: 90px;
    right: 0;
    background: url("../images/lp/solution_right.png") no-repeat;
    background-position: bottom center;
    background-size: cover; }
  @media screen and (max-width: 1050px) {
    .worries_bottom::before {
      content: "";
      position: absolute;
      width: 170px;
      height: 97px;
      top: 166px;
      left: -39px;
      background: url("../images/lp/solution_left.png") no-repeat;
      background-position: bottom left;
      background-size: cover; }
    .worries_bottom::after {
      content: "";
      position: absolute;
      width: 166px;
      height: 109px;
      top: 150px;
      right: 0;
      background: url("../images/lp/solution_right.png") no-repeat;
      background-position: top right;
      background-size: cover; } }

.why_us_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .why_us_list li {
    width: calc( ( 100% - ( 20px * ( 3 - 1) ) ) / 3 ); }
    .why_us_list li:nth-child(2) {
      padding-top: 40px; }
    .why_us_list li:nth-child(3) {
      padding-top: 80px; }

.why_us_list2 {
  width: 67%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px; }
  .why_us_list2 li {
    width: calc( ( 100% - ( 20px * ( 2 - 1) ) ) / 2 ); }
    .why_us_list2 li:nth-child(2) {
      padding-top: 40px; }
    .why_us_list2 li:nth-child(3) {
      padding-top: 80px; }

.why_us_card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden; }
  .why_us_card .img_box {
    width: 100%;
    padding-bottom: 56%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .why_us_card .img_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }
  .why_us_card h3 {
    padding: 0 20px;
    color: #0587B7;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.4; }
  .why_us_card p {
    padding: 0 20px 15px;
    font-size: 16px;
    margin-bottom: 5px !important; }

@media screen and (max-width: 768px) {
  .why_us_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0; }
    .why_us_list li {
      width: 100%; }
      .why_us_list li:nth-child(2) {
        padding-top: 0; }
      .why_us_list li:nth-child(3) {
        padding-top: 0; }

  .why_us_list2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px; }
    .why_us_list2 li {
      width: 100%; }
      .why_us_list2 li:nth-child(2) {
        padding-top: 0; }
      .why_us_list2 li:nth-child(3) {
        padding-top: 0; }

  .why_us_card {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 15px 142px;
    margin-bottom: 15px;
    min-height: auto; }
    .why_us_card .img_box {
      width: 100px;
      padding-bottom: 100px;
      position: absolute;
      top: 50%;
      left: 20px;
      border-radius: 50px;
      margin-top: -50px; }
      .why_us_card .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .why_us_card h3 {
      padding: 0;
      color: #0587B7;
      font-size: 17px;
      text-align: left;
      font-weight: 500;
      margin: 0 0 15px;
      line-height: 1.4; }
    .why_us_card p {
      padding: 0 0 0 !important;
      font-size: 14px;
      margin-bottom: 0 !important; } }
.bc_accent-colorlp3 {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -20px; }
  .bc_accent-colorlp3::after {
    content: "";
    position: absolute;
    top: -120px;
    left: 35px;
    width: calc(100% - 70px);
    background: #fff;
    height: 120px;
    border-radius: 40px 40px 0 0; }

@media screen and (max-width: 768px) {
  .bc_accent-colorlp3 {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    margin-bottom: 0; }
    .bc_accent-colorlp3::after {
      content: "";
      position: absolute;
      top: -42px;
      left: 15px;
      width: calc(100% - 30px);
      background: #fff;
      height: 42px;
      border-radius: 40px 40px 0 0; } }
.img_c2_box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px; }
  .img_c2_box .c_box {
    width: calc( ( 100% - ( 20px * ( 2 - 1) ) ) / 2 ); }
    .img_c2_box .c_box img {
      border-radius: 8px; }

@media screen and (max-width: 768px) {
  .img_c2_box {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px; }
    .img_c2_box .c_box {
      width: 100%; }
      .img_c2_box .c_box:last-child {
        order: 1;
        margin-bottom: 20px; }
      .img_c2_box .c_box:first-child {
        order: 2; }
      .img_c2_box .c_box img {
        border-radius: 8px;
        width: 100%; } }
.red_box {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 30px;
  background: #F8D1D1;
  border-radius: 8px;
  padding: 40px 30px; }
  .red_box h3 {
    text-align: center !important;
    font-size: 28px;
    color: #222222;
    margin: 0 0 16px;
    font-weight: 500; }
  .red_box p {
    text-align: center !important; }
  .red_box .csy_text {
    background: #fff;
    padding: 5px 15px;
    color: #BC0A0A;
    text-align: center;
    display: block;
    border-radius: 20px;
    margin-bottom: 0;
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .red_box {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 30px;
    background: #F8D1D1;
    border-radius: 8px;
    padding: 20px 19px; }
    .red_box h3 {
      text-align: center !important;
      font-size: 18px;
      color: #222222;
      margin: 0 0 16px;
      font-weight: 500; }
    .red_box p {
      text-align: center !important;
      font-size: 14px; }
    .red_box .csy_text {
      background: #fff;
      padding: 12px 15px;
      color: #BC0A0A;
      text-align: center;
      display: block;
      border-radius: 32px;
      margin-bottom: 0;
      font-size: 12px;
      font-weight: bold; } }
.service_list {
  width: 100%;
  margin: 0 auto -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .service_list li {
    width: calc( ( 100% - ( 20px * ( 2 - 1) ) ) / 2 );
    margin-bottom: 90px; }

@media screen and (max-width: 768px) {
  .service_list {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .service_list li {
      width: 100%;
      margin-bottom: 60px; } }
.service_card {
  background: #F2F9FF;
  padding: 0 30px 0;
  border-radius: 4px;
  margin-top: 40px;
  position: relative;
  height: 100%; }
  .service_card .img_box {
    top: -40px;
    width: 100%;
    position: relative;
    left: 0; }
    .service_card .img_box img {
      width: 100%; }
  .service_card h3 {
    text-align: center !important;
    font-size: 26px;
    color: #0587B7;
    margin: -20px 0 15px;
    font-weight: 500; }
  .service_card p {
    text-align: center !important;
    font-size: 16px; }
  .service_card .w_box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: -5px; }
    .service_card .w_box h4 {
      text-align: center !important;
      font-size: 20px;
      font-weight: 500;
      margin: 0 0 15px; }
    .service_card .w_box ul li {
      width: 100%;
      margin-bottom: 4px;
      font-size: 16px;
      padding-left: 25px;
      position: relative;
      background: url("../images/lp/check.png") no-repeat;
      background-position: top 9px left;
      background-size: 14px; }

@media screen and (max-width: 768px) {
  .service_card {
    background: #F2F9FF;
    padding: 0 20px 0;
    border-radius: 4px;
    margin-top: 40px;
    position: relative;
    height: 100%; }
    .service_card .img_box {
      top: -40px;
      width: 100%;
      position: relative;
      left: 0; }
      .service_card .img_box img {
        width: 100%; }
    .service_card h3 {
      text-align: center !important;
      font-size: 24px;
      color: #0587B7;
      margin: -20px 0 10px;
      font-weight: 500; }
    .service_card p {
      text-align: center !important;
      font-size: 14px; }
    .service_card .w_box {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: -22px; }
      .service_card .w_box h4 {
        text-align: center !important;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 15px; }
      .service_card .w_box ul li {
        width: 100%;
        margin-bottom: 4px;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
        background: url("../images/lp/check.png") no-repeat;
        background-position: top 9px left;
        background-size: 14px; } }
@media screen and (max-width: 768px) {
  .bc_accent-colorlp4 {
    padding: 0 0 0 !important; } }
.bc_accent-colorlp5 {
  position: relative;
  padding-bottom: 203px !important; }
  .bc_accent-colorlp5::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 314px;
    background: url("../images/lp/bc_accent-colorlp5_icon.png") no-repeat;
    background-position: top left;
    background-size: cover; }

@media screen and (max-width: 1080px) {
  .bc_accent-colorlp5::after {
    width: 483px;
    height: 252px; } }
@media screen and (max-width: 1000px) {
  .bc_accent-colorlp5::after {
    width: 316px;
    height: 167px; } }
@media screen and (max-width: 768px) {
  .bc_accent-colorlp5 {
    position: relative;
    padding-top: calc( 51% + 30px ) !important; }
    .bc_accent-colorlp5::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: calc( 100% - 15px );
      height: 0;
      padding-bottom: 51%;
      background: url("../images/lp/bc_accent-colorlp5_icon.png") no-repeat;
      background-position: top left;
      background-size: cover; } }
.hyou_box {
  max-width: 800px;
  margin: 157px auto 0; }
  .hyou_box .hyou_text {
    text-align: center !important;
    font-size: 16px;
    display: block; }
  .hyou_box h3 {
    text-align: center !important;
    font-size: 26px;
    color: #0587B7;
    margin-top: 5px;
    font-weight: 500;
    position: relative;
    margin-bottom: 60px; }
    .hyou_box h3::after {
      content: "";
      position: absolute;
      bottom: -50px;
      left: 50%;
      width: 1px;
      height: 44px;
      background: #222222; }
  .hyou_box table.type2 tbody tr th {
    background-color: #00ADA9 !important; }
  .hyou_box table.type2 tr td {
    background-color: #fff !important; }

@media screen and (max-width: 768px) {
  .hyou_box {
    margin: 37px auto 0; } }
.center_text {
  text-align: center !important;
  font-size: 16px;
  margin-bottom: 30px !important; }

@media screen and (max-width: 768px) {
  .center_text {
    text-align: center !important;
    font-size: 14px;
    margin-bottom: 30px !important; } }
.pric_area {
  padding: 50px 0 120px;
  position: relative; }
  .pric_area::after {
    content: "";
    position: absolute;
    top: -120px;
    left: 35px;
    width: calc(100% - 70px);
    background: #fff;
    height: 120px;
    border-radius: 80px 80px 0 0; }
  .pric_area .pric_head {
    margin-top: -136px;
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
    padding: 0 15px; }
    .pric_area .pric_head h3 img {
      display: block;
      margin: 0 auto; }
  .pric_area .pric_box {
    background: linear-gradient(to right, #EAF5F6, #ECF3FD);
    padding: 60px 60px;
    border-radius: 8px; }
    .pric_area .pric_box h4 {
      font-size: 26px;
      font-weight: 500;
      text-align: center;
      color: #0587B7;
      margin: 0 0 40px; }
    .pric_area .pric_box img {
      display: block;
      margin: 0 auto 40px; }
      .pric_area .pric_box img.mb0 {
        margin: 0 auto 0 !important; }

@media screen and (max-width: 768px) {
  .pric_area {
    padding: 50px 0 60px; }
    .pric_area::after {
      content: "";
      position: absolute;
      top: -120px;
      left: 0;
      width: 100%;
      background: #fff;
      height: 120px;
      border-radius: 80px 80px 0 0; }
    .pric_area .pric_head h3 img {
      max-width: 345px; }
    .pric_area .pric_box {
      padding: 50px 20px; }
      .pric_area .pric_box h4 {
        font-size: 24px; } }
.title_j {
  display: block; }

.title_j_sp {
  display: none;
  font-size: 18px;
  padding: 15px 20px 0 20px;
  margin-bottom: -10px; }

@media screen and (max-width: 768px) {
  .title_j {
    display: none; }

  .title_j_sp {
    display: block; } }
@media screen and (max-width: 768px) {
  .bc_accent-colorlpx {
    padding: 90px 0 60px; } }
#formArea .mwform-checkbox-field {
  font-size: 18px !important; }

.has-error {
  background: #ffd0c9 !important; }

#formArea input[type="email"] {
  line-height: 2 !important;
  padding: 10px 1em !important; }

#formArea input[type="checkbox"]:checked::after {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) !important; }

#formArea input[type="checkbox"]:checked::before {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 1px #fff !important; }

#formArea {
  margin-top: -100px;
  padding-top: 100px; }

.page-id-1400 #formArea {
  margin-top: -500px;
  padding-top: 500px; }
  .page-id-1400 #formArea .form_end {
    margin-top: -500px;
    padding-top: 500px; }
