@charset "UTF-8";
/* --common-- */
html {
    overflow: auto;
  }
  
  body {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
    font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.05rem;
    -webkit-text-size-adjust: none;
    padding-top: 60px;
  }
  .container {
    max-width: fit-content;
    margin: 0 auto;
  }
  .section-h2 {
    text-align: center;
    color: #00428E;
  }
  .h2-hr {
    width: 138px;
    height: 4px;
    background-color: #FF8800;
    border: none;
    margin: 0 auto 24px;
}
.top-marker {
    color: #fff;
    text-shadow: 1px 1px 2px #333;  
}
.marker {
    background: linear-gradient(transparent 55%, rgb(254, 254, 83,.7) 50%);
}
.pc-none {
    display: none;
}
.p_emphasis {
    color: #00428E;
    font-weight: bold;
}
.annotation {
    font-size: 12px;
}
@media (max-width:767px) {
    .section-h2 {
        font-size: 24px;
      }
      .pc-none {
        display: block;
      }
}

  /* ------header------ */
  header {
    position: fixed;
    width: 100%; 
    height: 40px; 
    background-color: #fff;
    padding: 40px 20px; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center;
    z-index: 99;
}
.header-container {
    display: flex;
    width: 1280px;
    margin: 0 auto;
    height: auto;
    justify-content: space-between;
    align-items: center;
}
.lmp-logo {
    height: 44px;
}
.lmp-logo img {
    width: 160px;
}
.header-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-tell {
    padding: 12px;
}
.header-tell img {
    width: 180px;
    vertical-align: middle;
}
.header-contact {
    padding: 12px;
}
.header-contact a{
    display: block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.header-download {
    padding: 12px;
}
.header-download a{
    display: block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.header-contact-sp {
    display: none;
}
.header-tell-sp {
    display: none;
}
.header-contact-sp {
    display: none;
}
.header-download-sp {
    display: none;
}
.btn-blue,a.btn-blue {
    color: #fff;
    background: -webkit-gradient(45deg, #2ca9e1 35%, #007bbb);
    background: linear-gradient(45deg, #2ca9e1 35%, #007bbb);
}
.btn-blue:hover,a.btn-blue:hover {
    color: #fff;
    background: -webkit-gradient(45deg, #59cbff 35%, #00a6ff);
    background: linear-gradient(45deg, #59cbff 35%, #00a6ff);}
.btn-org,a.btn-org {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 47, 94, 1) 10%, rgba(255, 128, 77, 1) 87%);
}
.btn-org:hover,a.btn-org:hover {
    color: #fff;
    background: linear-gradient(90deg, rgb(255, 107, 142) 10%, rgb(254, 171, 138) 87%);
}
a.btn-radius{
    border-radius: 12px;
}

@media (max-width: 767px) {
    .header {
        padding: 6px;
        height: auto;
    }
    .lmp-logo img {
        width: 120px;
        vertical-align: middle;
    }
    .header-tell {
        display: none;
    }
    .header-contact {
        display: none ;
    }
    .header-download {
        display: none ;
    }
    .header-tell-sp {
        display: block;
        margin-right: 16px;
    }
    .header-tell-sp img {
        width: 40px;
        vertical-align: middle;
    }
    .header-contact-sp {
        display: block;
        margin-right: 16px;
    }
    .header-contact-sp img {
        width: 40px;
        vertical-align: middle;
    }
    .header-download-sp {
        display: block;
    }
    .header-download-sp img {
        width: 40px;
        vertical-align: middle;
        margin-right: 8px;     
    }
}
@media (min-width: 1680px) {
    .header-container {
        width: 1680px;
    }
}
  /* ------mv------ */
#mv {
    padding: 36px;
    position: relative;
    height: auto;
    background-image: url("../img/mv_back.jpg");
    background-size: cover;
}
#mv::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(121, 121, 121, 0.5);
    pointer-events: none;
}
.mv-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mv-title {
    width: 740px;
}
.mv-subject {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-bottom: 8px;
    padding: 6px;
    border: 2.5px solid #00428e;
    border-radius: 24px;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #00428e;
}

.mv-subject::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #00428e transparent transparent;
    translate: -50% 100%;
}

.mv-subject::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% - 0.5px) 100%;
}

.mv-message {
    font-size: 24px;
    text-align: left;
    color: #fff;
    margin-top: 12px;
}
.mv-message h3 {
    text-shadow: #333 1px 0 10px;
}
.main-message {
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
    line-height: 4.6rem;
    margin-bottom: 24px;
    text-shadow: #333 1px 0 10px;
}
.mv-logo img {
    width: 380px;
}
.mv-cta {
    display: flex;
    width: 480px;
    text-align: center;
}
.mv-cta a {
    display: inline-block;
    width: 320px;
    text-decoration: none;
    padding: 4px;
    border: 2.4px solid #fff;
}
.mv-download {
    position: relative;
    margin: 64px 24px 32px 0;
}
.mv-download p {
    position: absolute;
    font-size: 16px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 260px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -40%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mv-contact {
    position: relative;
    margin-top: 64px;
    margin-bottom: 32px;
}
.mv-contact p {
    position: absolute;
    font-size: 16px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 240px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -40%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mv-cta-sp {
    display: none;
}
.mv-features {
    max-width: 480px;
    position: relative;
}
.lmp-ui img {
    width: 400px!important;
    position: absolute;
    top: 10%;
    left: 15%;
}
.lmp-ui p {
    position: absolute;
    display: flex;
    background: #fff;
    border: 2.4px solid #00428e;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 20px;
    line-height: 1.6rem;
    font-weight: bold;
    color: #00428e;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 73%;
    top: -2%;
    z-index: 1;
}
.mv-features-sp {
    display: none;
}
.features-icon {
    width: 480px;
    margin: 360px 24px 0 24px;
} 

.features-icon img {
    width: 460px;
}


@media (max-width: 767px) {
    #mv {
        padding: 8px;
        height: 1040px;
        background-image: url("../img/mv_back.jpg");
    }
    .mv-container {
        flex-direction: column;
    }
    .mv-subject {
        width: 100px;
        font-size: 12px;
    }
    .mv-message {
        margin-bottom: 0;
    }
    .mv-message {
        font-size: 18px;
        line-height: 2.8rem;
        text-align: center;
    }
    .main-message {
        margin-bottom: 24px;
    }
    .main-message h1 {
        font-size: 28px;
        line-height: 2.4rem;
        text-align: center;
    }
    .mv-logo {
        width: 280px;
        margin: 0 auto 8px;
    }
    .mv-logo img {
        width: 280px;
    }
    .mv_icon_pc {
        display: none;
    }
    .mv-features-sp {
        display: block;
        width: 280px;
        margin: 0 auto 24px;
    }
    .mv-features-sp img {
        width: 280px;
    }
    .mv-features {
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }
    .mv-features img {
        max-width: 280px;
    }
    .lmp-ui img {
        left: 0;
        right: 0;
    }
    .lmp-ui p {
        width: 100px;
        height: 100px;
        font-size: 14px;
        line-height: 1.2rem;
        left: 65%;
    }
    .mv-cta {
        display: none;
    }
    .mv-cta-sp {
        position: absolute;
        display: inline-block;
        text-align: center;
        top: 88%;
    }
    .mv-cta-sp a {
        display: inline-block;
        width: 320px;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        padding: 4px;
        border: 2.4px solid #fff;
}
    .mv-download-sp {
        position: relative;
        margin: 0 auto 48px;
}
    .mv-download-sp p {
        position: absolute;
        font-size: 14px;
        padding: 0 4px;
        color: #00428E;
        background-color: #fff;
        width: 260px;
        border-radius: 24px;
        border: 2px solid #00428e;
        top: -45%;
        right: 0;
        left: 0;
        margin: 0 auto;
}
    .mv-contact-sp {
        position: relative;
        margin: 0 auto;
}
    .mv-contact-sp p {
        position: absolute;
        font-size: 14px;
        padding: 0 4px;
        color: #00428E;
        background-color: #fff;
        width: 260px;
        border-radius: 24px;
        border: 2px solid #00428e;
        top: -45%;
        right: 0;
        left: 0;
        margin: 0 auto;
}

}
@media (min-width: 1680px) {
    #mv {
        height: 820px;
    }
    .mv-title {
    width: 1080px;
}
.mv-message {
    font-size: 32px;
}
.main-message {
    font-size: 2.6rem;
    line-height: 6.8rem;
    margin-bottom: 32px;
}
.mv-logo img {
    width: 430px;
    margin-bottom: 24px;
}
.mv-cta {
    width: 480px;
}
.mv-cta a {
    width: 380px;
    font-weight: bold;
}
.mv-download p {
    font-size: 18px;
    width: 300px;
    top: -45%;
}
.mv-contact {
    margin-bottom: 32px;
}
.mv-contact p {
    font-size: 18px;
    width: 300px;
    top: -45%;
}
.mv-cta-sp {
    display: none;
}
.mv-features {
    max-width: 480px;
    position: relative;
}
.lmp-ui img {
    width: 520px!important;
    top: 15%;
    left: 5%;
}
.lmp-ui p {
    border: 2.4px solid #00428e;
    width: 150px;
    height: 150px;
    font-size: 24px;
    line-height: 2rem;
    left: 83%;
    top: 5%;
}
.mv-features-sp {
    display: none;
}
.features-icon {
    width: 640px;
    margin: 480px 84px 0 0;
} 
.features-icon img {
    width: 600px;
}
}


/* ------concern------ */
#concern {
    background-color: #fff;
    padding-top: 24px;
}
.concern-group {
    display: flex;
    max-width: 1080px;
    justify-content: space-around;
    align-items: center;
}
.concern-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 0 8px gray;
    margin: 24px;
}
.concern-items img {
    width: 240px;
}
.concern-items p {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

@media (max-width:767px) {
    .concern-group {
        flex-direction: column;
    }
    .concern-items {
        margin: 16px 0px;
    }
}

/* ------solution------ */
#solution {
    padding : 24px 0 48px 0;
    margin: 0 auto;
    background-color: #D0EBF7;
    position: relative;
}
#solution::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 80px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);   
    top: 0;
    left: 50%;
    transform: translateY(-4%) translateX(-50%); 
}
#solution p {
    text-align: center;
    font-size: 36px;
    line-height: 3rem;
    font-weight: bold;
    margin-top: 18px;
}

@media (max-width:767px) {
    #solution p {
        font-size: 24px;
        line-height: 2.4rem;
    }
    .sl-container {
        padding: 8px;
    }
}

/* ------about-logimopro------ */
#about-logimopro {
    padding-top: 24px;
    background-color: #F6F6F6;
}
#about-logimopro p {
    max-width: 1080px;
    font-size: 22px;
}
.explain-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px 0;
}
.ep-image1-pc {
    width: 480px;
}
.ep-image1-sp {
    display: none;
}
.ep-image2-pc {
    width: 480px;
    border-radius: 8px;
}
.ep-image2-sp {
    display: none;
}

@media (max-width:767px) {
    #about-logimopro p {
        font-size: 18px;
    }
    .lmp-explain {
        padding: 14px;
    }
    .explain-image {
        flex-direction: column;
    }
    .ep-image1-pc {
        display: none;
    }
    .ep-image1-sp {
        display: block;
        width: 360px;
    }
    .ep-image2-pc {
        display: none;
    }
    .ep-image2-sp {
        display: block;
        width: 360px;
    }
}

/* ------features------ */
#features {
    background-color: #fff;
    padding-top: 24px;

}
.features-group {
    max-width: 100%;
    padding-bottom: 24px;
}
.features-items {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    background-color: #d8f0ed;
    width: 880px;
    padding: 0 16px;
    margin:12px;
}
.fi-left {
    width: 640px;
}
.features-items img {
    width: 240px;
}
.fi_img {
    padding: 24px;
}
.items-h {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #00428E;
}
.items-p {
    max-width: 640px;
    font-size: 16px;
    text-align: left;
}

@media (max-width:767px) {
    .features-group {
        flex-direction: column;
    }
    .features-items {
        width: 360px;
        margin: 18px 0;
        flex-direction: column;
        padding: 12px;
    }
    .fi-left {
        width: 320px;
    }
    
    .features-items img {
        width: 240px;
    }
    .items-h {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .items-p {
        max-width: 450px;
        font-size: 16px;
        text-align: left;
    }
    .annotation {
        font-size: 12px;
    }
}

@media (min-width: 1680px) {
    .features-items {
        width: 1080px;
    }
}

/* ------cta------ */
#cta {
    padding: 24px;
    background-color: #FFE6CF;
}
#cta p {
    text-align: center;
    color: #00428e;
    line-height: 2rem;
    margin-bottom: 30px;
}
/* .cta-container{
    position: relative;
} */
/* .cta-container::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -70px;
    right: -380px;
    width: 320px;
    height: 180px;
    background-image: url('../img/thumbnail_top.png');
    border: solid 1px #00428e;
    background-position: center;
    background-size: contain;
} */
 .cta-title {
    padding-bottom: 24px;
    font-weight: bold;
 }
.md-cta {
    position: relative;
    text-align: center;
}
.md-cta::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 318px;
    height: 180px;
    border: solid 1px #00428e;
    background-image: url("../img/thumbnail_a.png");
    background-position: center;
    background-size: contain;
    top: -94%;
    left: 120%;
}
.md-cta a {
    display: inline-block;
    width: 360px;
    text-decoration: none;
    padding: 4px;
    border: 2.4px solid #fff;
}
.md-cta2 {
    position: relative;
    text-align: center;
}
.md-cta2::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 318px;
    height: 180px;
    border: solid 1px #00428e;
    background-image: url("../img/thumbnail_b.png");
    background-position: center;
    background-size: contain;
    top: -94%;
    left: 120%;
}
.md-cta2 a {
    display: inline-block;
    width: 360px;
    text-decoration: none;
    padding: 4px;
    border: 2.4px solid #fff;
}
.md-download {
    position: relative;
}
.md-download p {
    position: absolute;
    font-size: 18px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 280px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -45%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.md-contact {
    font-size: 16px;
    color: #00428E;
    width: 280px;
}
.md-contact a {
    border: none!important;
    text-decoration: underline;
    color: #1a0dab;
}


@media (max-width:767px) {
    .md-cta {
        flex-direction: column;
    }
    .md-cta::after {
        display: none;
    }
    .md-cta2::after {
        display: none;
    }
    .md-cta a {
        width: 320px;
        font-size: 20px;
    }
    .md-cta p {
        width: 240px;
        font-size: 16px;
    } 
    .md-cta2 a {
        width: 320px;
        font-size: 20px;
    }
    .md-cta2 p {
        width: 240px;
        font-size: 16px;
    } 
    .md-download p {
        top: -55%;
    }
    .md-contact {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .md-contact a {
        font-size: 16px;
    }
}

/* ------price------ */
#price {
    background-color: #E5F1FB;
    padding: 24px;
}
  .fee__subtitle {
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #ff2f5e;
    text-align: center;
  }
  
  .fee__table {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
  }
  
  .fee__table::-webkit-scrollbar {
    height: 15px;
  }
  
  .fee__table::-webkit-scrollbar-track {
    background: #d3d4d5;
    border-radius: 10px;
  }
  
  .fee__table::-webkit-scrollbar-thumb {
    background:#5ebff1;
    border-radius: 10px;
  }
  
  .fee__image {
    width: 1080px;
    max-width: none;
  }
  
  .fee__notice {
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    text-indent: -1.5rem;
  }
  
  .fee__cta {
    background: linear-gradient(180deg, #eee 0%, #eee 60%, #fff 60%, #fff 100%);
  }
  

@media (max-width:767px) {
    .fee__group {
        padding: 8px;
    }
    .fee__group p {
        font-size: 14px;
    }
    .fee__subtitle {
        font-size: 1rem;
      }
    
}

/* ------alignment------ */
#alignment {
    padding: 24px;
}
#alignment h3 {
    text-align: center;
    padding-bottom: 18px;
}
.aligment_group {
    width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content:space-between ;
    flex-wrap: wrap;
}
.aligment_group img {
    width: 240px;
    margin: 36px;
    vertical-align: middle;
}
.alignment_cart {
    margin-bottom: 48px;
}
.alignment_cart p {
    font-size: 16px;
    text-align: center;
}
.alignment_btb {
    margin-bottom: 48px;
}
.alignment_oms {
    margin-bottom: 48px;
}
.alignment-hr {
    width: 480px;
    margin: 0 auto 24px;
    border: 1.2px solid #333;
}

@media (max-width:767px) {
    #alignment h3 {
        font-size: 22px;
    }
    .aligment_group {
        width: 320px;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: center;
        }
    .aligment_group img {
        width: 180px;
        margin: 0 auto 24px;
    }
    .alignment_cart {
    margin-bottom: 24px;
}
.alignment_btb {
    margin-bottom: 24px;
}
.alignment_oms {
    margin-bottom: 24px;
}
.alignment-hr {
    width: 240px;
}
.alignment_auto {
    text-align: center;
}
}


/* ------introduction_example------ */
#introduction_example {
    background-color: #f6f6f6;
    padding: 24px;
}
.ex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
}
.ex-container-right {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 24px;
}
.ex-title {
    font-size: 20px;
}
.ex-contents {
    padding: 16px;
}
.ex-logo {
    width: 120px;
}
.ex-contents-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8rem;
    color: #00428e;
    margin-bottom: 12px;
}
.ex-contents-text {
    font-size: 16px;
    width: 820px;
    display: inline-block;
    position: relative; 
    margin: 10px 20px;
    padding: 10px 20px;
    background: #d8f3ff;
    text-align: left;
    border-radius: 12px;
}
.ex-contents-text::after{
    content: "";
    border-top: 25px solid transparent;
    border-right: 25px solid #d8f3ff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 30%;
    left: -24px;
}
.ex-contents-text-right {
    font-size: 16px;
    width: 820px;
    display: inline-block;
    position: relative; 
    margin: 10px 20px;
    padding: 10px 20px;
    background: #d8f3ff;
    text-align: left;
    border-radius: 12px;
}
.ex-contents-text-right::after{
    content: "";
    border-top: 25px solid transparent;
    border-left: 25px solid #d8f3ff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 30%;
    right: -24px;
}
.ex-contents-text p {
    margin: 0;
    padding: 0;
}
.ex-products-img img {
    width: 240px;
}

.ex-hr {
    border: 1px solid #333 ;
    margin: 0 auto 12px;
}

@media (max-width:767px) {
    .ex-container {
        flex-direction: column;
    }
    .ex-container-right {
        flex-direction: column;
    }
    .ex-contents {
        padding: 8px;
    }
    .ex-contents-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8rem;
        color: #00428e;
        margin-bottom: 12px;
    }
    .ex-contents-text {
        font-size: 16px;
        width: 360px;
    }
    .ex-contents-text::after{
    content: none;
}
    .ex-contents-text-right {
        font-size: 16px;
        width: 360px;
    }
    .ex-contents-text-right::after{
    content: none;
}
    .ex-products-img img {
        width: 240px;
    }
}

/* ------usage-flow------ */
#usage-flow {
    background-color: #F6F6F6;
    padding-top: 24px;
    padding-bottom: 24px;
}
#usage-flow p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 36px;
}
.flow-h {
    max-width: 640px;
    margin: 0 auto;
}
.flow-h h3 {
    color: #00428E;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
}
.flow-group {
    display: flex;
    max-width: 1080px;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}
.flow-image {
    margin-bottom: 12px;
}
.flow-image h3 {
    font-size: 20px;
}
.flow-image p {
    font-size: 16px;
}
.flow-image img {
    width: 220px;
    margin: 4px 12px;
}
.image7 {
    border: solid 4px #75E0D2;
    border-radius: 50%;
    width: 212.2px!important;
}

@media (max-width:767px) {
    .flow-h h3 {
        line-height: 2.6rem;
    }
    .usage-flow p {
        font-size: 18px;
    }
    .flow-group {
        flex-direction: column;
        align-items: center;
    }
}

/* ------faq------ */
#faq {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #E5F1FB;
}
.faq-container {
    width: 1080px;
    margin: 0 auto;
}
.qa-1 {
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
    font-size: 20px;
    background-color: #fff;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

@media (max-width:767px) {
    .faq-container {
        max-width: 380px;
        padding: 12px;
    }
    .qa-1 {
        font-size: 16px;
    }
}

/* ------about-company------ */
.about-company {
    padding: 24px;
    background-color: #f6f6f6;
}

.about__title span {
    color: #22267a;
}

.section-title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1rem;
}

.section-title span {
    display: block;
    font-size: 1.6rem;
    /* color: #a9ddf7; */
}

.about__table {
    margin: 0 auto 30px;
}

.about__table td,
.about__table th {
    padding: 1px 2px;
}

.about__table th {
    text-align: right;
}

.about__table span {
    display: block;
}

.about__logo {
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .about {
        padding: 60px 0;
    }
    .about__table {
        margin-bottom: 50px;
    }
    .about__table td,
    .about__table th {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }
    .about__table span {
        display: inline;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .about-company {
        padding: 8px;
    }

    .about__table th {
        text-align: left;
        font-size: 16px;
    }
    .about__table td {
        font-size: 16px;
    }
}

/* ------download------ */
#download {
    padding: 36px;
    background: linear-gradient(rgba(217,244,255,0.8),rgba(255,255,255,0.8));
}
.download-area {
    display: flex;
}
.download-explain {
    text-align: center;
    width: 720px;
}
.dl-title {
    font-size: 24px;
    line-height: 2rem;
    margin-bottom: 24px;
}
.download-explain img {
    width: 400px;
    margin-bottom: 24px;
}
.dl-recommend {
    width: 480px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
}
.dl-recommend p {
    font-size: 18px;
    color: #0FAFAA;
}
.dl-recommend li {
    list-style-position: inside;
    font-size: 16px;
}

.dl-form {
    max-width: 480px;
    background-color: rgba(255,255,255,0.7);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.dl-form p {
    text-align: center;
    font-size: 16px;
    margin: 36px 0 ;
}
@media (max-width: 767px) {
    .download-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .download-explain {
        text-align: center;
        width: 360px;
    }
    .dl-title {
        font-size: 20px;
        line-height: 2rem;
        margin-bottom: 24px;
    }
    .download-explain img {
        width: 340px;
    }
    .dl-recommend {
        width: 340px;
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 24px;
    }
    .dl-recommend p {
        font-size: 14px;
    }
    .dl-recommend li {
        font-size: 12px;
    }
    .dl-form {
        max-width: 360px;
    }
    .dl-form p {
        text-align: center;
        font-size: 14px;
        margin: 12px 0 ;
    }
}
/* ------contact------ */
#contact {
    padding: 36px;
    background: linear-gradient(rgba(255, 230, 207,0.8),rgba(255,255,255,0.8));
    /* position: relative;
    background-image: url("../img/warehouse_image.jpg");
    background-size: cover; */
}
/* #contact::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(246,246,246,0.7) ;
}
#contact .container {
    position: relative;
    z-index: 1;
} */

.contact-area {
    display: flex;
    margin-top: 48px;
}
.contact-explain {
    text-align: center;
    width: 720px;
}
.ap-title {
    font-size: 24px;
    line-height: 2rem;
    margin-bottom: 96px;
}
.ap-recommend {
    width: 480px;
    margin: 0 auto 84px;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.ap-recommend p {
    font-size: 18px;
    color: #005bac;
    margin-bottom: 12px;
}
.ap-recommend li {
    list-style-position: inside;
    font-size: 16px;
    text-align-last: left;
}
.lmp-ui {
    width: 580px;
    margin: 0 auto;
}
.lmp-ui img {
    width: 580px;
}
.ui-explain {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 36px;
}
.ap-form {
    max-width: 480px;
    background-color: rgba(255,255,255,0.7);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.ap-form p {
    text-align: center;
    font-size: 16px;
    margin: 36px 0 ;
}
@media (max-width: 767px) {
    .contact-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact-explain {
        text-align: center;
        width: 360px;
    }
    .ap-title {
        font-size: 20px;
        line-height: 2rem;
        margin-bottom: 24px;
    }
    .ap-recommend {
        width: 340px;
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 24px;
    }
    .ap-recommend p {
        font-size: 14px;
    }
    .ap-recommend li {
        font-size: 12px;
    }
    .lmp-ui {
    width: 340px;
    }
    .lmp-ui img {
    width: 340px;
    }
    .ui-explain {
        font-size: 12px;
    }
    .ap-form {
        max-width: 360px;
    }
    .ap-form p {
        text-align: center;
        font-size: 14px;
        margin: 12px 0 ;
    }
}


/* ------end-cta------ */
#end-cta {
    padding: 24px;
}

.end-cta-container {
    display: flex;
    align-items: center;
}

.end-contact a {
    display: block;
    font-size: 18px;
    width: 240px;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    margin-right: 36px;
}

.end-tell a {
    display: block;
    width: 240px;
    text-align: center;    
    border: 1px solid #00428e;
    border-radius: 12px;
    padding: 6px;
}
.end-tell img {
    width: 180px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .end-cta-container {
        flex-direction: column;
    }
    .end-contact a {
        margin-right: 0 ;
        margin-bottom: 24px;
    }
}

/* ------footer------ */
.lp-sec-footer {
    background-color: #333;
}

.lp-sec-footer>.lp-block .lp-copyright {
    color: #fff;
    font-size: 16px;
}

.footer {
    background: #333333;
    font-size: 1.3rem;
    color: #fff;
}

.footer a {
    color: #fff!important;
}

.footer a:visited {
    color: #fff;
}

.footer__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.footer__list {
    margin-bottom: 20px;
}
.footer__list li {
    list-style-type: none;
}

.footer__item {
    padding: 5px;
}

.footer__copy {
    text-align: center;
}
.footer__copy {
    font-size: 14px;
}

@media screen and (max-width: 560px) {
    .lp-sec-footer>.lp-block .lp-copyright {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 8px;
    }
    .footer__list {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    .footer__item {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .footer__list li {
        font-size: 16px;
    }
}

/* ======================================== */

/* ===mail-form=== */
.mail-form {
    padding: 24px;
    background-color: #fff;
    font-size: 1rem;
}
.mail-form h2 {
    font-size: 48px;
    margin-bottom: 18px;
}
.form-h2 {
    font-size: 36px;
}
.mail-form h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
@media (max-width:767px) {
    .mail-form {
        font-size: 1.6rem;
    }
    .mail-form h2 {
        font-size: 32px;
    }
    .form-h2 {
        font-size: 24px;
    }
    .mail-form h3 {
        font-size: 16px;
        text-align: center;
    }
}

