@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  header.header-area {
    display: block;
    height: 73px;
    padding: 0;
  }
  header .header-top {
    width: 100%;
    height: 73px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  header #logo {
    width: 182px;
    height: auto;
  }
  .mail_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  header .gnavi {
    display: none;
  }
  footer {
    padding-top: 2em;
  }
  footer .wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrap ul.footer_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1em;
  }
  footer .wrap ul.footer_menu li {
    margin-bottom: 1em;
    position: relative;
    width: 50%;
  }
  footer .wrap ul.footer_menu li a {
    font-size: 11px;
  }
  footer .wrap ul.footer_menu li a[target=_blank] {
    background: url(../img/footer_ic.png) no-repeat right;
    padding-right: 1.25em;
  }
  footer .wrap ul.footer_menu li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65;
  }
  footer a.logo {
    display: block;
    width: 194px;
    margin: 0 auto;
  }
  footer a.logo:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65;
  }
  footer .copyright {
    text-align: center;
    padding: 2.5em 0 0;
    font-size: 10px;
    font-weight: 500;
    display: block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    width: 100%;
  }

  .mv {
    padding-bottom: 30px;
    background: url(../img/mv.jpg) no-repeat 38% center;
    background-size: cover;
  }
  .mv-ribbon {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px 10px;
    background: #222;
  }
  .mv-text,
  .mv-img,
  .mv-cv {
    padding: 0 20px;
  }
  .mv-text {
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }
  .mv-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.632;
    text-align: center;
  }
  .mv-title sup {
    font-size: 57.1%;
    vertical-align: baseline;
  }
  .mv-list {
    font-size: 16px;
    max-width: 620px;
    margin: 10px auto 0;
  }
  .mv-list li {
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    margin-top: 8px;
    padding-left: 1.6em;
  }
  .mv-list li:first-child {
    margin-top: 0;
  }
  .mv-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1.8em;
    background: url(../img/mv_check.svg) no-repeat center left;
    background-size: 1em auto;
  }
  .mv-anno {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    max-width: 620px;
    margin: 14px auto 0;
    padding-left: 1em;
  }
  .mv-anno::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1.75em;
  }
  .mv-img {
    max-width: 582px;
    margin: 25px auto 0;
  }
  .mv-btn {
    color: #fff;
    position: relative;
    box-sizing: border-box;
    max-width: 500px;
    margin: 35px auto 0;
    padding: 20px 16px 18px 33.39%;
    background: #33E2B2;
    border: solid 2px #33E2B2;
    transition: all 0.3s ease;
  }
  .mv-btn:hover {
    color: #33E2B2;
    background: #fff;
  }
  .mv-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .mv-btn:hover a {
    color: #33E2B2;
  }
  .mv-btn a::after,
  .service-menu-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .mv-btn figure {
    position: absolute;
    top: 50%;
    left: 6.06%;
    transform: translate(0, -50%);
    width: 22.59%;
  }
  .mv-btn-note {
    font-size: 14px;
    display: block;
    margin-top: .75em;
  }
  @media screen and (min-width: 600px) {
    .mv-btn {
      padding-left: 20%;
    }
    .mv-btn figure {
      top: -25px;
      left: 2.5%;
      transform: translate(0, 0);
      width: 18%;
    }
  }
  .sec-blc {
    padding: 35px 0;
  }
  .sec-wrap01 {
    padding: 0 20px;
  }
  .sec-title01 {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec-title01 em {
    font-size: 30px;
    font-style: italic;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    padding-left: .068em;
  }
  .sec-title01 em::before {
    content: "";
    position: absolute;
    top: -.068em;
    left: -.182em;
    display: block;
    width: .25em;
    height: .25em;
    background: #1353B9;
  }
  .sec-title01-note {
    color: #1353B9;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }
  .sec-title02 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.285;
    text-align: center;
  }
  .sec-note,
  .sec-note li {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.875;
    text-align: justify;
  }
  .emp {
    color: #1353B9;
  }
  .problem {
    position: relative;
  }
  .problem::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, 0);
    display: block;
    width: 95px;
    height: 32px;
    background: url(../img/arrow01.svg) no-repeat;
    background-size: contain;
  }
  .problem-list {
    margin-top: 20px;
  }
  .problem-list .problem-list-item {
    font-size: 15px;
    letter-spacing: .03em;
    font-weight: 700;
    position: relative;
    margin-top: 14px;
    padding: 1.333em 1.5em 1.389em 3.4em;
    background:  #fff;
    border: solid 1px #1353B9;
    border-radius: 9999px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .1);
  }
  .problem-list .problem-list-item:first-child {
    margin-top: 0;
  }
  .problem-list .problem-list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translate(0, -55%);
    display: block;
    width: 1.111em;
    height: 1em;
    background:  #fff url(../img/ico_check01.svg) no-repeat;
    background-size: contain;
  }
  .problem-catch {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.285;
    text-align: center;
    margin-top: 20px;
  }
  .summary {
    background: url(../img/summary_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .summary-intro {
    margin-top: 18px;
  }
  .summary-blc {
    position: relative;
    max-width: 513px;
    margin: 30px auto 0;
    background: #fff;
  }
  .summary-blc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: #1353B9;
  }
  .summary-blc-inner {
    padding: 20px 16px;
  }
  .summary-blc-text {
    padding-left: 4px;
  }
  .summary-title01,
  .summary-title02 {
    font-weight: 700;
    text-align: center;
  }
  .summary-title01 {
    font-size: 14px;
    line-height: 1;
  }
  .summary-title02 {
    font-size: 20px;
    margin: .607em 0 .857em;
  }
  .summary-title-logo {
    font-size: 20px;
    max-width: 11.65em;
    margin: .571em auto .857em;
  }
  .summary-list {
    font-size: 15px;
  }
  .summary-list li {
    font-weight: 500;
    line-height: 1.667;
    position: relative;
    margin-top: 7px;
    padding-left: 2.222em;
  }
  .summary-list li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 1.111em;
    height: 1.667em;
    background: url(../img/ico_check02.svg) no-repeat left center;
    background-size: contain;
  }
  .summary-blc-img {
    margin-top: 25px;
  }
  .service {
    background: #F7F7F7;
  }
  .service-menu-item {
    text-align: center;
    position: relative;
    max-width: 335px;
    margin: 30px auto 0;
    padding: 20px 20px 25px;
    background: #fff;
    border-top: solid 2px #1353B9;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
  }
  .service-menu-title {
    margin-bottom: 16px;
  }
  .service-menu-title em,
  .service-menu-title span {
    font-style: italic;
    letter-spacing: .1em;
    line-height: 1;
  }
  .service-menu-title em {
    font-size: 10px;
    display: block;
    padding-left: .2em;
    transform: scale(.9);
    transform-origin: bottom center;
  }
  .service-menu-title span {
    font-size: 44px;
  }
  .service-menu-note {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.944;
    margin-top: 15px;
  }
  .service-menu-btn {
    font-size: 12px;
    line-height: 1;
    position: relative;
    box-sizing: border-box;
    max-width: 161px;
    margin: 15px auto 0;
    padding: 1.167em 1em 1.25em;
    background: #222;
    border: solid 1px #222;
    transition: all 0.3s ease;
  }
  .service-menu-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    display: block;
    width: .5em;
    height: .5em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(45deg) translate(0, -50%);
    transform-origin: top right;
    transition: all 0.3s ease;
  }
  .service-menu-btn:hover {
    background: #fff;
  }
  .service-menu-btn:hover::after {
    border-color: #222;
  }
  .service-menu-btn a {
    color: #fff;
    letter-spacing: .15em;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .service-menu-btn:hover a {
    color: #222;
  }
  .service-blc {
    margin-top: 30px;
    padding-top: 10px;
  }
  .service-blc-title01 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px #707070;
  }
  .service-blc-title01::before,
  .service-blc-title01::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
  }
  .service-blc-title01::before {
    bottom: -3px;
    width: 104px;
    height: 4px;
    background: #F7F7F7;
  }
  .service-blc-title01::after {
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #1353B9;
  }
  .service-blc-title01 .service-menu-title {
    text-align: center;
    width: 54px;
    margin: 0 13px 0 0;
  }
  .service-blc-title01-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.285;
    flex: 1;
  }
  .service-blc-title02 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
  }
  .service-blc-note {
    margin-top: 16px;
  }
  .service-blc-note.sec-note li {
    position: relative;
    padding-left: 1em;
  }
  .service-blc-note.sec-note li::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1.875em;
  }
  .service-blc-box {
    margin-top: 30px;
    padding: 20px 20px 0;
    background: #fff;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
  }
  .service-blc-title03 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.375;
    margin-bottom: 18px;
    padding-left: .75em;
    border-left: solid .5em #1353B9;
  }
  .service-blc-img {
    padding-bottom: 20px;
  }
  .service01-img-note,
  .about-box-img-note,
  .function-img-note {
    color: #1353B9;
    text-align: right;
    margin-bottom: 1em;
  }
  .service01-img-wrap,
  .about-box-img-wrap,
  .function-img-wrap {
    margin-bottom: 3px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .service01-img-wrap .service-blc-img {
    width: 100%;
    min-width: 780px;
    padding-bottom: 20px;
  }
  .service02-img-wrap .service-blc-img {
    max-width: 427px;
    margin: 15px auto 0;
  }
  .service02-img-wrap .service-blc-img:first-child {
    margin-top: 0;
  }
  .service-blc-box.service03-box {
    padding: 0;
  }
  .service03-box .service03-box-blc {
    padding: 20px;
  }
  .service03-box .service03-box-blc:nth-child(2) {
    position: relative;
  }
  .service03-box .service03-box-blc:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #1353B9;
  }
  .service03-box .service03-box-blc:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 23px;
    background: #1353B9;
  }
  .service03-wrap01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 30px;
  }
  .service03-wrap01 .service03-wrap01-blc {
    width: 291px;
  }
  .service03-wrap01-blc ul {
    font-size: 15px;
    min-height: 3.444em;
  }
  .service03-wrap01-blc li {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.722;
    position: relative;
    padding-left: 1.278em;
  }
  .service03-wrap01-blc li::before {
    content: "";
    position: absolute;
    top: .667em;
    left: 0;
    display: block;
    width: .556em;
    height: .556em;
    background: #1353B9;
    border-radius: .278em;
  }
  .service03-wrap01-blc p,
  .service03-wrap01-blc p em {
    color: #1353B9;
    font-weight: 700;
    line-height: 1;
  }
  .service03-wrap01-blc p {
    font-size: 18px;
    text-align: center;
    padding: .4em .545em .6em .55em;
    background: #F7F7F7;
  }
  .service03-wrap01-blc p em {
    font-size: 30px;
    display: inline-block;
    padding-right: .125em;
    transform: translate(0, 2px);
  }
  .service03-box-blc dl {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .service03-box-blc dl::before {
    content: "";
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 58px;
    height: 19px;
    background: url(../img/arrow01.svg) no-repeat center center;
    background-size: contain;
  }
  .service03-box-blc dt,
  .service03-box-blc dd,
  .service03-box-blc dd em {
    color: #1353B9;
    font-weight: 700;
    vertical-align: middle;
  }
  .service03-box-blc dt {
    font-size: 15px;
    line-height: 1.3;
    width: 140px;
    padding: .4555em 0 .545em;
    border: solid 1px #1353B9;
  }
  .service03-box-blc dd {
    font-size: 18px;
    line-height: 1;
    margin-left: .667em;
  }
  .service03-box-blc dd em {
    color: #FFB01C;
    font-size: 30px;
    line-height: 1.51;
    position: relative;
    display: inline-block;
    padding-right: .163em;
    transform: translate(0, -.143em);
    border-bottom: solid 2px #FFB01C;
  }
  .service03-total,
  .service03-total em {
    font-weight: bold;
    letter-spacing: .05em;
  }
  .service03-total {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
  }
  .service03-total em {
    color: #FFB01C;
    font-size: 28px;
    line-height: 1.76;
    position: relative;
    display: inline-block;
    margin-right: .24em;
  }
  .service03-total em::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFB01C;
  }
  .sec-convi-title {
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    text-align: center;
  }
  .sec-convi-title img {
    vertical-align: top;
    line-height: 1;
    width: 9em;
    margin-right: .343em;
  }
  .sec-convi-title span {
    letter-spacing: .05em;
    line-height: 1;
  }
  .about-note {
    margin: 20px auto 0;
  }
  .about-anno {
    font-size: 12px;
    margin-top: 1em;
  }
  .about-anno li {
    position: relative;
    display: inline-block;
    padding-left: 1em;
  }
  .about-anno li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1.4em;
  }
  .about-box {
    margin-top: 25px;
    padding: 15px;
    background: #F7F7F7;
  }
  .about-box-img-note {
    position: relative;
    margin-bottom: -1.5em;
    z-index: 10;
  }
  .about-box-img-wrap figure {
    width: 100%;
    min-width: 500px;
  }
  @media screen and (min-width: 530px) {
    .about-box {
      padding-top: 0;
    }
    .about-box-img-note {
      display: none;
    }
    .about-box-img-wrap figure {
      min-width: unset;
    }
  }
  .about-box-note {
    font-size: 12px;
    text-align: center;
    line-height: 2.083;
    margin-top: 10px;
  }
  .about-box-note a {
    text-decoration: underline;
  }
  .about-box-note a:hover {
    text-decoration: none;
  }
  .about-movie {
    margin: 30px auto 0;
  }
  .about-movie p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.375;
    text-align: center;
    margin-bottom: .5em;
  }
  .ytb-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }
  .ytb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .function {
    background: #EEF3F8;
  }
  .function-blc {
    margin-top: 40px;
  }
  .sec-convi-title + .function-blc {
    margin-top: 25px;
  }
  .function-title {
    font-size: 18px;
    margin-bottom: .85em;
    padding: .434em .6em .5em .917em;
    background: #1353B9;
  }
  .function-title em {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    position: relative;
    display: block;
    padding-left: 1.125em;
  }
  .function-title em::before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    display: block;
    width: .5em;
    height: .5em;
    border-radius: .25em;
    background: #fff;
  }
  .function-blc ul {
    margin-bottom: 20px;
  }
  .function-blc li {
    position: relative;
    padding-left: 1em;
  }
  .function-blc li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1.875em;
  }
  .function-img {
    padding: 15px 20px 0;
    background: #fff;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
  }
  .function-img-note {
    position: relative;
    margin-bottom: -1.5em;
    z-index: 10;
  }
  .function-wrap .function-img {
    max-width: 670px;
    margin: 0 auto;
    padding: 0;
  }
  .function-img-wrap figure {
    overflow: hidden;
    width: 100%;
    min-width: 520px;
  }
  .function-img-wrap figure img {
    margin: 0 -40px;
  }
  @media screen and (min-width: 500px) {
    .function-img {
      padding: 0;
    }
    .function-img-note {
      display: none;
    }
    .function-img-wrap figure {
      width: 100%;
      min-width: unset;
    }
    .function-img-wrap figure img {
      margin: 0;
    }
  }
  .faq.sec-blc {
    padding-bottom: 5px;
  }
  .faq-blc {
    padding: 25px 0;
    border-top: solid 1px #707070;
  }
  .sec-title01 + .faq-blc {
    padding-top: 0;
    border-top: none;
  }
  .faq-blc-q,
  .faq-blc-a {
    position: relative;
    min-height: 31px;
    padding-left: 42px;
  }
  .faq-blc-q::before,
  .faq-blc-a::before {
    color: #fff;
    font-size: 22px;
    font-family: 'Inria Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.481em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.481em;
    height: 1.481em;
    padding-left: .074em;
  }
  .faq-blc-q::before {
    content: "Q";
    background: #1353B9;
  }
  .faq-blc-a::before {
    content: "A";
    background: #222;
  }
  .faq-blc-q {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.667;
    padding-top: 3px;
  }
  .faq-blc-a {
    margin-top: 10px;
    padding-top: 3px;
  }
  .conc {
    margin-bottom: 30px;
    background: #1353B9;
  }
  .conc-note {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.285;
    text-align: center;
    padding: 1.037em 0 1.111em;
  }
  .download {
    margin-top: 30px;
    padding: 30px 0;
    background: url(../img/download_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .download .sec-title01 em,
  .download .sec-title01 .sec-title01-note {
    color: #fff;
  }
  .download .sec-title01 em::before {
    background: #fff;
  }
  .download-cont {
    text-align: center;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, .28);
  }
  .download-cont dl {
    max-width: 470px;
    margin: 25px auto 0;
  }
  .download-cont dt,
  .download-cont a {
    color: #fff;
    font-weight: 500;
    line-height: 1;
  }
  .download-cont dt {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 500;
    line-height: 1;
  }
  .download-btn {
    font-size: 16px;
    position: relative;
    margin-top: 12px;
    padding: 1.11em 1.222em 1.158em;
    background: #33E2B2;
    border: solid 2px #33E2B2;
    border-radius: 9999px;
    transition: all 0.3s ease;
  }
  .download-btn:hover {
    background: #fff;
  }
  .download-btn:hover a {
    color: #33E2B2;
    transition: all 0.3s ease;
  }
  .download-cont figure {
    max-width: 417px;
    margin: 0 auto;
  }

  /*************** SECTION 10 ***************/
  .section-10 {
    background-color: #113462;
    color: #FFFFFF;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section-10 h2,
  .section-10-header p {
    color: #fff;
    line-height: 1;
  }
  .section-10 h2 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 29px;
    text-align: center;
  }
  .section-10-header p {
    font-size: 12px;
  }
  .section-10-header {
    padding-bottom: 30px;
  }
  .section-10-header p {
    font-size: 12px;
  }
  .section-10-whiteBox {
    max-width: 100%;
    min-height: 127px;
    margin: auto;
    padding-top: 40px;
    background-color: #FFFFFF;
    color: #000000;
  }
  .section-10-whiteBox p {
    font-size: 11px;
    padding-bottom: 16px;
    font-weight: 700;
  }
  .section-10-center {
    display: flex;
    justify-content: center;
  }
  .section-10 button {
    width: 260px;
    height: 40px;
    font-size: 12px;
    padding: 9px 43px;
    text-align: center;
  }
  .section-10 button img {
    display: inline-block;
    width: 250px;
    margin-right: 15px;
  }
}


