:root {
    --main-color: #3CC3C3;
    --col-accent: #F86D07;
}

/*---------- header & footer ----------*/
.ly_header {
    border-bottom: none;
}
.ly_header .el_btn {
    box-shadow: none;
}
.ly_header .el_btn__orange {
    background: var(--col-accent);
}
.ly_footer {
    margin-top: 8rem;
}
.copyright {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding:4rem 1rem;
}
.bl_underbtn_sponly {
    display: none;
}
.el_btn.sp_inq {
    display: inline-block;
    width: 126px;
    max-width: 126px;
    background-color: var(--col-accent);
    color: #fff;
    font-size: 12px;
    margin-right: 1.4rem;
    padding:11px 10px 8px;
}
.el_btn.sp_dl {
    display: inline-block;
    width: 200px;
    max-width: 200px;
    background-color: #0064B8;
    color: #fff;
    font-size: 12px;
    padding:11px 10px 8px;
}
@media (max-width:768px) {
    .bl_underbtn_sponly {
        width: 100%;
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left:0;
        padding: 2rem 1.4rem;
    }
    .copyright {
        margin-bottom: 7.8rem;
        font-size: 1.1rem;
    }
}
/* footer cta (only SP) */
.showsp {
    display: none;
}
@media (max-width:768px) {
    .showpc {
        display: none;
    }
    .showsp {
        display: block;
    }
}
@media (max-width:320px) {
    .cta__btn span:before {
        margin-right: 0.5rem;
        margin-top:-0.5rem;
    }
    .el_btn.sp_inq,.el_btn.sp_dl {
        font-size: 11px;
    }
    .cta__btn {
        font-size: 1.5rem;
    }
    .lpttl {
        font-size: 1.9rem;
    }
    .cta_title {
        font-size: 1.4rem;
    }
}
/*---------- end header & footer ----------*/

/* --------------------------------------------
base styles
 ---------------------------------------------*/

.ly_body .bl_pageHeader {
    display: none;
}

/*--CTA--*/

.ly_mainvisual .el_btn_lp,
.ctaBox .el_btn_lp {
    display: inline-block;
    color: #FFF;
    background: #FFA400;
    box-shadow: none;
    width: 280px;
    padding: 17px;
    border-radius: 25px;
    margin: 0 20px;
    line-height: 1;
    font-size:  18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
em {
    font-style: normal;
}
.sectiontitle {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-weight: 600;
    font-size: 44px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 35px;
}
.block-title {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    color: var(--main-color);
    text-align: center;
    margin: 2em 0 1.2em;
    padding-bottom: .6em;
    border-bottom: 2px solid var(--main-color);
}

@media screen and (max-width:768px) {
    .sectiontitle {
        font-size: 28px;
    }
    .block-title {
        font-size: 22px;
    }
}
.ctaBox {
    background: var(--main-color);
    padding: 40px 0 50px;
    margin-bottom: 65px;
}
.ctaBox .ly_body {
    text-align: center;
    color: #FFF;
}
.cta-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.cta-title em {
    font-size: 1.5em;
}
@media screen and (max-width:768px) {
    .cta-title {
        font-size: 18px;
    }
    .ctaBox {
        padding: 30px 20px 10px;
    }
    .ctaBox .el_btn_lp {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

/*--MV--*/

.ly_mainvisual {
    background:var(--main-color);
}
.ly_mainvisual .ly_body {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.ly_mainvisual .el_btn_lp {
    width: 340px;
    max-width: 100%;
    margin:0;
    font-size: 2rem;
    border-radius: 100px;
}
.ly_mainvisual .bl_kvarea__withForm .bl_KV2col {
    background: transparent;
}
.ly_mainvisual .bl_kvarea__withForm .bl_KV2col {
    display: flex;
    align-items: center;
    background: url("/-/Media/SMC/lp/cloudpatrol-emb/img/dg34.jpg") no-repeat center center / cover;
}
.ly_mainvisual .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body {
    height: auto;
}
.bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail {
    margin-top: 0;
    margin-bottom: 0:;
    padding: 50px 40px 50px 0;
}
.bl_kvarea__withForm .bl_kvarea__form .bl_kvarea__formInr .formHeader p {
    font-weight: 600;
}
.mv-text {
    width: 52%;
}
.mv-title {
    font-weight: bold;
    color:#FFF;
}
.mv-title span {
    font-size: 2.6rem;
}
.mv-title em {
    display: block;
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-weight: 600;
    font-size: 57px;
    margin: 40px 0;
}
.mv-campaign {
    color: #FFF500;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.mv-campaign em {
    font-size: 1.4em;
}
.mv-btn {
    display: flex;
    justify-content: center;
}
.mv-point {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin: 0 0 40px 0;
    padding: 0;
}
.mv-point li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
    aspect-ratio: 1 / 1;
    width: 33%;
    max-width: 180px;
    height: auto;
    border: 3px solid #fff;
    border-radius: 100%;
    background: transparent linear-gradient(179deg, #E6E6E6 0%, #FFFFFF 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

/*--br show-hide--*/

.show-pc {
    display: block;
}
.show-sp {
    display: none;
}
br.sp {
    display: none;
}
@media screen and (max-width:768px) {
    .bl_kvarea__withForm .bl_KV2col {
        width: 100%;
    }
    .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body {
        width: 90%;
        margin: 0 auto;
    }
    .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail {
        padding: 20px 0 0;
    }
    .ly_mainvisual .ly_body {
        display: block !important;
    }
    .mv-text, .mv-img {
        width: 100%;
        text-align:center;
    }
    .mv-title {
        font-size: 15px;
        text-align: center;
    }
    .mv-title span {
        font-size: 15px;
    }
    .mv-title em {
        font-size: 34px;
        margin: 10px 0;
    }
    .mv-point {
        gap: 0 3%;
        margin: 0 0 20px;
    }
    .mv-point li {
        font-size: 3.2vw;
    }
    .mv-btn {
        display: block;
    }
    .mv-campaign {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ly_mainvisual .el_btn_lp {
        display: block;
        width: 80%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .show-pc {
        display: none;
    }
    .show-sp {
        display: block;
        width: 100%;
    }
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
}

/*--about--*/

.about {
    background: #f7f7f7;
    padding: 50px 0;
    margin: 60px auto;
}
.about .ly_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about-contents {
    width: 61%;
    margin-right: 40px;
}
.about-contents p {
    font-size: 1.6rem;
    margin-bottom: 1.4em;
}
.about-img {
    width: calc(100% - 56% - 40px);
}
.about-title {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}
.about-title span {
    color: var(--main-color);
}
@media screen and (max-width:768px) {
    .about-title {
        font-size: 24px;
    }
    .about .ly_body{
        display: block;
    }
    .about-contents {
        width: 100%;
    }
    .about-img {
        width: 90%;
        margin: 0 auto;
    }
}

/*--point--*/

.point {
    margin-bottom: 70px;
}
.point .boxWrap {
    display: flex;
    gap: 0 36px;
}
.pointBox {
    width: calc( (100% - (36px *2)) / 3);
    border: 3px solid var(--main-color);
    border-radius: 10px;
    padding: 17px;
}
.pointBox h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.pointBox h3:after {
    content: "";
    display: block;
    width: 60px;
    margin: 22px auto 30px;
    border-top: 3px solid var(--main-color);
}
.pointBox h3 span {
    display: block;
    color: var(--main-color);
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 20px;
}
.pointBox p {
    margin-bottom: 20px;
}
.pointBox .function-title {
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .point .boxWrap {
        display: block;
    }
    .pointBox {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*--suggest--*/

.suggest {
    margin-bottom: 70px;
}
.suggest-lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}
.suggest .boxWrap,
.resolution .boxWrap {
    display: flex;
    justify-content: center;
    gap: 30px 40px;
    flex-wrap: wrap;
}
.suggestBox{
    display: flex;
    justify-content: center;
    gap: 0 10px;
    width: 90%;
    align-items: center;
}
.suggestBox-text {
    width: calc(100% - 360px);
}
.suggestBox-img {
    max-width: 300px;
}
.suggestBox ul li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.suggestBox ul li:last-child {
    margin-bottom: 0;
}
.suggestBox li:before {
    display: inline-block;
    font-family: 'icomoon' !important;
    font-weight: normal;
    line-height: 1;
    content: "\e916";
    color: #e60033;
    font-size: 2.6rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.resolution {
    margin-top: 70px;
}
.resolution .suggestBox li:before {
    content: "\e915";
    color: #0064b8;
}
@media screen and (max-width:768px) {
    .suggest .boxWrap, .resolution .boxWrap {
        display: block;
    }
    .suggestBox {
        display: block;
        width: 100%;
    }
    .suggestBox-text {
        width: 100%;
    }
    .suggestBox-img {
        display:block;
        max-width: 60%;
        margin: 0 auto;
    }
}

/*--price--*/

.price {
    margin-bottom: 70px;
}
.price_bg {
    background: #FFF6E2;
    padding: 40px 30px 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.price_2col {
    width: 660px;
    margin: 0 auto;
}
.price_2col_inr {
    overflow: hidden;
    margin: 0 auto 20px;
}
.price_2col_left {
    background-color: var(--main-color);
    border-radius: 30px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    width: 300px;
    text-align: center;
    float: left;
}
.price_2col_right {
    float: left;
    margin-left: 25px;
    padding-top: 5px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
}
.price_yen {
    font-size: 2rem;
}
.price_2col .bl_commentList > li {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
@media screen and (max-width:768px) {
    .price_bg {
        padding: 20px;
    }
    .price_2col {
        width: 100%;
    }
    .price_2col_inr {
        margin-bottom: 20px;
    }
    .price_2col_left {
        margin-bottom: 10px;
    }
    .price_2col_right {
        float: none;margin-left: 0;
        font-size: 3rem;
        text-align: center;
    }
    .price_2col .bl_commentList > li {
        font-size: 14px;
    }
}

/*--flow--*/

.flow {
    margin-bottom: 70px;
}
.flow-lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: -20px 0 85px;
}
.flow-lead span {
    padding-bottom: 5px;
    color: var(--main-color);
    background: linear-gradient(transparent 60%, #FFF500 60%);
}
.flow-lead em {
    font-size: 34px;
}
.flow .boxWrap {
    display: flex;
    gap: 0 20px;
}
.flowBox {
    width: calc( (100% - 60px) / 4);
    border: 3px solid var(--main-color);
    border-radius: 10px;
    padding:20px;
}
.flowBox h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.flowBox h3:after {
    content: "";
    display: block;
    width: 60px;
    border-bottom: 3px solid var(--main-color);
    margin: 20px auto 30px;
}
.flowBox h3 span {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin: -70px auto 15px;
}
.flowBox h3 span em {
    font-size: 30px;
    font-weight: bold;
}
.flowBox p {
    margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .flow-lead {
        font-size: 20px;
    }
    .flow .boxWrap {
        display: block;
    }
    .flowBox {
        width: 100%;
        margin-bottom: 60px;
    }
    .flowBox.last {
        margin-bottom: 0;
    }
}

/*--adopting--*/

.adopting-company {
    margin-bottom: 70px;
}
.adopting-company__box {
    padding: 40px;
    background: #dff1f1;
}
.adoptiong-company__info {
    display: flex;
    align-items: center;
    gap: 30px;
}
.adoptiong-company__info .company-logo {
    width:30%;
    max-width: 240px;
}
.adoptiong-company__info .company-info em {
    font-size: 30px;
    font-weight: bold;
}
.adopting-title {
    background: var(--main-color);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 14px;
    margin-bottom: 20px;
}
.adopting-title:before {
    content: "●";
    margin-right: 10px;
}
@media screen and (max-width:768px) {
    .adopting-company__box {
        padding: 20px;
    }
    .adoptiong-company__info {
        display: block;
    }
    .adoptiong-company__info .company-logo,
    .adoptiong-company__info .company-info {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .adoptiong-company__info .company-logo {
        margin-bottom: 20px;
    }
    .adoptiong-company__info .company-logo img {
        width: 80%;
        max-width: 400px;
    }
    .adoptiong-company__info .company-info em {
        font-size: 22px;
    }
}

/*--feature--*/

.bl_2colDetail.bl_2colDetail__rev.feature {
    padding:30px;
    background: #dff1f1;
    margin-bottom: 30px;
}
.bl_2colDetail.bl_2colDetail__rev.feature .bl_2colDetail_ttl {
    font-size: 3rem;
}

/*--info--*/

.info-panel {
    background: #f7f8f9;
    padding: 20px 20px 30px;
}
.info-panel .bl_3colPanel_ttl {
    text-align: center;
}
.info-panel .bl_3colPanel_thumb_img img {
    display: block;
    max-height: 178px;
    width: auto;
    margin: 0 auto;
}
.info-panel .el_btn {
    color: #fff;
}
.bl_3colPanelUnit .bl_3colPanel:hover {
    opacity: 1.0;
}
@media screen and (max-width:768px) {
    .bl_2colDetail.bl_2colDetail__rev.feature .bl_2colDetail_ttl__smallSP {
        font-size: 2rem;
        text-align: center;
    }
    .info-panel .bl_3colPanel_thumb_img img {
        max-height: 100%;
        height: auto;
    }
    .info-panel .bl_3colPanel_ttl_ttl {
        font-size: 1.8rem;
    }
    .bl_3colPanelUnit {
        margin-top:0;
    }
}

/*--local button--*/

.el_btn.cp_btn {
    width: 100%;
    max-width: 320px;
    padding: 12px;
    font-size: 1.8rem;
    border-radius: 100px;
    background: var(--main-color);
    box-shadow: none;
    color: #fff;
}
.el_btn.cp_btnL {
    width: 100%;
    max-width: 440px;
    padding: 12px 30px;
    font-size: 1.8rem;
    border-radius: 100px;
    background: var(--main-color);
    box-shadow: none;
    color: #fff;
}
.el_btn.cp_btn.el_btn__arrow:after {
    font-size: 1.5rem;
    right: 20px;
}

@media screen and (max-width:768px) {
    .el_btn.cp_btnL {
        padding: 12px 34px;
    }
}

/* --------------------------------------------
solutions
---------------------------------------------*/
.section-lead {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.solutions .list-label {
    display: block;
    width: 120px;
    font-size: 1.6rem;
    font-weight: bold;
    color:#fff;
    background: #666;
    text-align: center;
    padding: 12px;
    margin: 0 20px 0 0;
}
.solutions__list {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.solutions__list li {
    margin: 0 0 16px;
}
.solutions__list a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.solutions__list a:hover {
    opacity: 0.85;
}
.solutions__list li a:after {
    content: "\e902";
    color: #2b303c;
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    right: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}
.solutions__box {
    border: 3px solid var(--main-color);
    padding: 20px;
}
.solutions__box .list-title{
    display: flex;
    align-items: center;
    background: #666;
    padding: 10px;
    margin: -16px -16px 20px -16px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}
.solutions__box .list-title.-clear{
    background: var(--main-color);
    margin: 16px -16px 20px -16px;
    color: #fff;
}
.solutions__box .list-title .list-label {
    border-right: 2px solid #fff;
}
.solutions__box .list-title.-clear .list-label {
    background: var(--main-color);
    border-right: 2px solid #fff;
}

@media screen and (max-width:768px) {

    .solutions .list-label {
        width: 78px;
    }
    .solutions .list-text {
        width: calc(90% - 78px);
        padding-right: 20px;
    }
    .solutions__box {
        padding: 15px;
    }
    .solutions__box .list-title,
    .solutions__box .list-title.-clear {
        padding: 5px;
        margin: -11px -11px 15px -11px;
        font-size: 1.6rem;
    }
    .solutions__box .list-label {
        width: 100px;
    }
}

.flowList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.flowList .step-icon {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
.flowList .step-icon em {
    font-size: 30px;
    font-weight: bold;
}
.flowList .step-text {
    width: calc(100% - 120px);
}
.flowList h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
