@charset "UTF-8";

section {
    margin: 0;
}

section,
div,
li,
dt,
dd,
p,
span,
a {
    word-wrap: normal;
    overflow-wrap: normal;
}

/*============================
	汎用タイトル
============================*/
.campaign-fence-mobile-remotemanager .section__titel {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
  position: relative;
}
.campaign-fence-mobile-remotemanager .section__titel::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 70px);
  width: 140px;
  height: 2px;
  content: "";
  background: #3a3a3a;
}

.campaign-fence-mobile-remotemanager section.inherit {
	margin-top: inherit!important;
}

.campaign-fence-mobile-remotemanager .section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 30px 64px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .section-inner {
        padding: 56px 16px 48px;
    }
}

.campaign-fence-mobile-remotemanager .section-inner>*:last-child {
    margin-bottom: 0;
}

.campaign-fence-mobile-remotemanager .section-inner.no_top_padding {
    padding: 0px 30px 64px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .section-inner.no_top_padding {
        padding: 0px 16px 64px;
    }
}

.campaign-fence-mobile-remotemanager .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
}

.campaign-fence-mobile-remotemanager .fv_hd .fv_flex {
    padding: 0 2%;
}

.campaign-fence-mobile-remotemanager figure {
    text-align: center;
}

.campaign-fence-mobile-remotemanager figure img {
    max-height: 250px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .section-inner img {
        width: 70%;
    }
}

/* センタリング
====================================================*/

.campaign-fence-mobile-remotemanager .center {
    text-align: center;
}

/* txt
====================================================*/
.campaign-fence-mobile-remotemanager h2 {
    font-size: 2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager h2 {
        font-size: 1.5rem;
    }
}

.campaign-fence-mobile-remotemanager h2+p {
    margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager h2+p {
        margin-bottom: 30px;
    }
}

.campaign-fence-mobile-remotemanager h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager h3 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
}

.campaign-fence-mobile-remotemanager p {
    font-size: 1rem;
    line-height: 1.6;
}

.campaign-fence-mobile-remotemanager h2.hdg-b {
    position: relative;
    margin: 0px 0 64px;
    padding-bottom: 18px;
    line-height: 1.4;
    color: #000;
    display: flex;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager h2.hdg-b {
        margin: 0px 0 32px;
    }
}

.campaign-fence-mobile-remotemanager h2.hdg-b::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 18.75%;
    min-width: 72px;
    height: 3px;
    background: #ffe700;
    content: "";
}

.campaign-fence-mobile-remotemanager h2.hdg-b.white_line::before {
    background: #fff;
}

.campaign-fence-mobile-remotemanager h2.hdg-b.diff-center {
    justify-content: center;
}

.campaign-fence-mobile-remotemanager h2.hdg-b.diff-center::before {
    left: 50%;
    width: 12.5%;
    min-width: inherit;
    margin-left: -6.25%;
}

.campaign-fence-mobile-remotemanager .diff-color-a {
    color: #790b17;
}


/* テキスト改行　画像切り替え
====================================================*/

.pc {
    display: inline;
}

.sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}


/* デバイス別表示
====================================================*/
@media only screen and (min-width: 769px) {
    .hide-pc {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .hide-tb {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .hide-sp {
        display: none;
    }
}

.displayout {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/*ボタン設定
====================================================*/
.campaign-fence-mobile-remotemanager [class^="btn-"] {
    position: relative;
    padding: 0;
    color: #000;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
    min-width: auto;
    background: none;
    border: none;
    border-radius: 0px;
    display: inline;
    justify-content: space-between;
    align-items: center;
}

.campaign-fence-mobile-remotemanager .border-btn {
    text-align: center;
}

.campaign-fence-mobile-remotemanager .border-btn a {
    display: inline-block;
    max-width: 420px;
    width: 100%;
    border: 1px solid #000;
    padding: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
	box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .border-btn a {
        max-width: 320px;
    }
}


@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .border-btn a {
        width: 100%;
    }
}

.campaign-fence-mobile-remotemanager .border-btn.round a {
    border-radius: 50px;
    font-size: 1.125rem;
    max-width: 300px;
	padding: 20px 52px 20px 20px;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .border-btn.round a {
        font-size: 0.875rem;
    }
}


.campaign-fence-mobile-remotemanager .border-btn.orange-grade a {
    background: linear-gradient(to right, #ff9700, #ffc100, #ffbc00);
    color: #000;
    border: none;
    font-size: 20px;
    font-weight: 800;
	padding: 20px 56px 20px 20px;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .border-btn.orange-grade a {
        background: linear-gradient(to right, #ff9700, #ffc100, #ffbc00);
        font-size: 14px;
    }
}

.campaign-fence-mobile-remotemanager .border-btn a span {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}

.campaign-fence-mobile-remotemanager .btn-lf-a {
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* 色指定 */

.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-6d6e70 {
    color: #6d6e70
}

.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-ffffff {
    color: #ffffff
}

.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-000000 {
    color: #000
}

/* ホバー色指定 */
.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-000000:hover,
.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-000000:active,
.campaign-fence-mobile-remotemanager .btn-lf-a.btn-lf-a-000000:focus {
    color: #000
}


.campaign-fence-mobile-remotemanager .btn-lf-a-icon {
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
}

.campaign-fence-mobile-remotemanager .icon_set_right .btn-lf-a-icon {
    margin-left: 10px;
}

.campaign-fence-mobile-remotemanager .icon_set_left .btn-lf-a-icon {
    margin-right: 10px;
}

/* アイコンサイズ指定 */

.campaign-fence-mobile-remotemanager .btn-lf-a-24 .btn-lf-a-icon {
    width: 24px;
    height: 24px
}

.campaign-fence-mobile-remotemanager .btn-lf-a-36 .btn-lf-a-icon {
    width: 36px;
    height: 36px
}

.campaign-fence-mobile-remotemanager .btn-lf-a-icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 0
}

.campaign-fence-mobile-remotemanager .btn-lf-a-000000 .btn-lf-a-icon::before {
    border: 1px solid #000
}

.campaign-fence-mobile-remotemanager .btn-lf-a-icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.campaign-fence-mobile-remotemanager .btn-lf-a-000000 .btn-lf-a-icon svg {
    fill: #000
}

.campaign-fence-mobile-remotemanager .btn-lf-a-icon svg .circle {
    fill: none;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.campaign-fence-mobile-remotemanager .btn-lf-a-000000 .btn-lf-a-icon svg .circle {
    stroke: #000
}

.campaign-fence-mobile-remotemanager .btn-lf-a-icon svg .arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.campaign-fence-mobile-remotemanager a.btn-lf-a:hover .btn-lf-a-icon::before {
    opacity: .1
}

.campaign-fence-mobile-remotemanager a.btn-lf-a:hover .btn-lf-a-icon svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

.campaign-fence-mobile-remotemanager a.btn-lf-a:hover .btn-lf-a-icon svg .circle {
    fill: transparent;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1)
}

.campaign-fence-mobile-remotemanager a.btn-lf-a-000000.btn-lf-a:hover .btn-lf-a-icon svg .circle {
    stroke: #000
}

.campaign-fence-mobile-remotemanager a:hover .btn-lf-a .btn-lf-a-icon::before {
    opacity: .1
}

.campaign-fence-mobile-remotemanager a:hover .btn-lf-a .btn-lf-a-icon svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

.campaign-fence-mobile-remotemanager a:hover .btn-lf-a .btn-lf-a-icon svg .circle {
    fill: transparent;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1)
}

.campaign-fence-mobile-remotemanager a:hover .btn-lf-a-000000.btn-lf-a .btn-lf-a-icon svg .circle {
    stroke: #000
}

.campaign-fence-mobile-remotemanager .link_icon {
    display: inline-block;
    padding-left: 42px;
}

.campaign-fence-mobile-remotemanager .link_icon.newwin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/image/newwin) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* btn animation */

@-webkit-keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*パーツアニメーション設定
====================================================*/

.fade-in {
    opacity: 0;
    transition: opacity 3s
}

.fade-in.is-animation {
    opacity: 1
}

.slide-side-in {
    opacity: 0
}

.slide-side-in.is-animation {
    -webkit-animation-name: SlideSideIn;
    animation-name: SlideSideIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes SlideSideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slide-up-in>* {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 1.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 1.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.slide-up-in.is-animation>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-up-in.is-animation>*:nth-child(1) {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.slide-up-in.is-animation>*:nth-child(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.slide-up-in.is-animation>*:nth-child(3) {
    -webkit-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s
}

.slide-up-in.is-animation>*:nth-child(4) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.slide-up-in.is-animation>*:nth-child(5) {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s
}

.slide-up-in.is-animation>*:nth-child(6) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.slide-up-in.is-animation>*:nth-child(7) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.slide-up-in.is-animation>*:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.slide-up-in.is-animation>*:nth-child(9) {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s
}

.slide-up-in.is-animation>*:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s
}

/* pulldown_menu 
====================================================*/
/*
@media only screen and (max-width: 1024px) {
    .fsus_sp_navigation {
        top: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .fsus_sp_navigation {
        top: 304px;
    }
}

@media only screen and (max-width: 480px) {
    .fsus_sp_navigation {
        top: 288px;
    }
}

@media only screen and (max-width: 375px) {
    .fsus_sp_navigation {
        top: 299px;
    }
}
*/

/* headder_cv 
====================================================*/

.fv_hd {
    background: #57564f;
    padding: 15px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

@media only screen and (max-width: 1024px) {
    .fv_hd {
        height: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .fv_hd {
        height: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .fv_hd {
        height: inherit;
    }
}

.fv_hd .fv_flex {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}

@media only screen and (max-width: 768px) {
    .fv_hd .fv_flex {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1024px) {
    .fv_hd_l {
        width: 33%;
    }
}

@media only screen and (max-width: 768px) {
    .fv_hd_l {
        width: 100%;
    }
}

.fv_hd .fv_hd_l p {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
	line-height: 1.2;
}

@media screen and (max-width: 480px) {
    .fv_hd .fv_hd_l p {
        line-height: 1em;
    }
}

.fv_hd .fv_hd_l small {
    font-size: 18px;
}

@media only screen and (max-width: 1280px) {
.hide-pc {
    display: block;
}
}


.fv_hd_r {
    width: 420px;
    /*padding-right: 40px;*/
}

@media only screen and (max-width: 1024px) {
    .fv_hd_r {
        width: 66%;
    }
}
@media only screen and (max-width: 768px) {
    .fv_hd_r {
        width: 100%;
        max-width: 460px;
        box-sizing: border-box;
        margin: 0 auto;
        padding-right: 0;
    }
}

.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn a {
    max-width: inherit;
    width: auto;
    padding: 4px 52px 4px 24px;
	min-height: 36px;
	line-height: 36px;
}
@media only screen and (max-width: 480px) {
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn a {
    padding: 6px 46px 6px 16px;
    min-height: 28px;
    line-height: 28px;
}
}
@media only screen and (max-width: 767px) {
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn a {
    width: calc(50% - 7px);
}
}
@media only screen and (max-width: 480px) {
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn a {
    width: calc(50% - 7px);
}
}
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn.orange-grade a {
    border: none;
    font-size: 1rem;
}
@media only screen and (max-width: 480px) {
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn.orange-grade a {
    font-size: 0.8125rem;
}
}
@media only screen and (max-width: 480px) {
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn.orange-grade a .btn-lf-a-icon {
    width: 28px;
    height: 28px;
}
}
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn.orange-grade a + a {
    margin-left: 10px;
}
.campaign-fence-mobile-remotemanager .fv_hd_r .border-btn a span {
    right: 4px;
}



/* kv 
====================================================*/
.campaign-fence-mobile-remotemanager .lf-hero-a.lf-bl-cy .lf-hero-contents {
    background-image: url(/image/lf-bgg-cy-bl);
    /*background-position: left bottom;*/
}

@media only screen and (max-width: 768px) {
    .lf-hero-a {
        flex-direction: column;
        max-height: none;
        max-height: initial;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-contents {
        display: block !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-visual {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
}

.campaign-fence-mobile-remotemanager .lf-hero-a.lf-bl-cy::after {
    background-image: url(//www.fujitsu.com/imgv51/infinity/lf-blue.png);
}

.campaign-fence-mobile-remotemanager .lf-hero-contents-inner {
    width: 365px;
    margin-right: 275px;
}

.campaign-fence-mobile-remotemanager .lf-hero-sub {
    color: #000;
    font-size: 20px;
}

.campaign-fence-mobile-remotemanager .lf-hero-sub span.fukidasi {
    position: relative;
    display: inline-block;
    margin: 0px 0 15px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: #2400B0;
    box-sizing: border-box;
    border-radius: 22px;
    line-height: 1;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-sub {
        color: #000!important;
    }
    .campaign-fence-mobile-remotemanager .lf-hero-sub,
    .campaign-fence-mobile-remotemanager .lf-hero-sub span.fukidasi {
        font-size: calc(18vw*100/768);
    }
}

@media screen and (max-width: 480px) {

    .campaign-fence-mobile-remotemanager .lf-hero-sub,
    .campaign-fence-mobile-remotemanager .lf-hero-sub span.fukidasi {
        font-size: calc(20vw*100/480);
    }
}

.campaign-fence-mobile-remotemanager .lf-hero-sub span.fukidasi:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #2400B0;
    z-index: 2;
}

.campaign-fence-mobile-remotemanager h1 {
    color: #000 !important;
    font-size: 2.625rem;
    ;
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager h1 {
        font-size: calc(40vw*100/768);
    }
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager h1 {
        font-size: calc(46vw*100/480);
    }
}

.lf-hero-visual img {
    max-width: none;
}

@media screen and (min-width: 1280px) {
    .campaign-fence-mobile-remotemanager .lf-hero-a {
        max-height: 450px;
    }

    .campaign-fence-mobile-remotemanager .lf-hero-visual {
        height: 450px;
    }
}

@media screen and (max-width: 1280px) {
    .campaign-fence-mobile-remotemanager .lf-hero-contents-inner {
        width: 100%;
        margin-right: calc(238vw*100/1280);
        padding-left: 2%;
    }
}

@media screen and (max-width: 1024px) {
    .campaign-fence-mobile-remotemanager .lf-hero-contents-inner {
        margin-right: calc(140vw*100/1024);
    }
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-contents-inner {
        margin-right: calc(50vw*100/768);
    }
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-desc {
        color: #fff
    }

    .campaign-fence-mobile-remotemanager .lf-hero-visual::before {
        display: none;
    }

    .campaign-fence-mobile-remotemanager .lf-hero-a::after {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .lf-hero-contents-inner {
        min-height: auto;
        margin-right: 0;
        padding: 20px 16px;
    }
}

/* ancher-link 
====================================================*/
.campaign-fence-mobile-remotemanager .section.page-index-nav-02 {
    background: #EFEFEF;
}
.campaign-fence-mobile-remotemanager .section.page-index-nav-02 + .section .section-inner {
    padding: 0;
}
/*
.campaign-fence-mobile-remotemanager .page-index {
    display: flex;
    justify-content: center;
    margin-left: -16px;
    margin-bottom: -16px;
}

.campaign-fence-mobile-remotemanager .page-index>li {
    margin-left: 16px;
    margin-bottom: 16px;
}

.campaign-fence-mobile-remotemanager .page-index>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.campaign-fence-mobile-remotemanager .page-index>li a:hover {
    text-decoration: underline;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 {
    position: relative;
    top: 0;
    background: #EFEFEF;
    overflow-x: auto;
	margin-top: 0!important;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .section-inner {
    padding: 0;
    display: flex;
    height: 56px;
    align-items: center;
	margin-top: 0!important;
    padding-top: inherit!important;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02:after {
    display: none;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index {
    width: 1280px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index {
        min-width: 1280px;
    }
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index>li {
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index>li a {
    font-size: 1rem;
    color: #000;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index>li::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 32px;
    margin-top: -16px;
    background: #b1b1ac;
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02 .page-index>li:first-child::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 32px;
    margin-top: -16px;
    background: #b1b1ac;
}

@media only screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .page-index {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.campaign-fence-mobile-remotemanager .section.page-index-nav-02+.section .section-inner {
    padding: 56px 0 64px;
}

@media only screen and (max-width: 1280px) {
    .campaign-fence-mobile-remotemanager .section.page-index-nav-02+.section .section-inner {
        padding: 56px 8px 64px;
    }
}

@media only screen and (max-width: 1000px) {
    .campaign-fence-mobile-remotemanager .section.page-index-nav-02+.section .section-inner {
        padding: 56px 16px 64px;
    }
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .section.page-index-nav-02+.section .section-inner {
        padding: 40px 16px 48px;
    }
}
*/




/* Trial 
====================================================*/
.campaign-fence-mobile-remotemanager .Trial {
    background: #2400b0;
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .Trial {
        padding: 32px 16px 32px;
    box-sizing: border-box;
    }
}

.campaign-fence-mobile-remotemanager .Trial.subbg {
    background: url(/image/fv_trial_subbg) no-repeat center center;
    background-size: cover;
}

.campaign-fence-mobile-remotemanager .trial__titel {
    font-size: 32px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .trial__titel {
        font-size: .95rem;
		margin-bottom: 6px;
    }
}

.campaign-fence-mobile-remotemanager .trial__titel span {
    font-size: 120%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.campaign-fence-mobile-remotemanager .trial__titel:before,
.campaign-fence-mobile-remotemanager .trial__titel:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 2px;
    height: 40px;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}

.campaign-fence-mobile-remotemanager .trial__titel:before {
    transform: rotate(-35deg);
}

.campaign-fence-mobile-remotemanager .trial__titel:after {
    transform: rotate(35deg);
}

.campaign-fence-mobile-remotemanager .Trial__flex {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .campaign-fence-mobile-remotemanager .Trial__flex {
        flex-direction: column;
    }
}

.campaign-fence-mobile-remotemanager .Trial__flex.center {
    justify-content: center;
}

.campaign-fence-mobile-remotemanager .Trial__flex .Trial__box01,
.campaign-fence-mobile-remotemanager .Trial__flex .Trial__box02 {
    width: 50%;
}

@media screen and (max-width: 1024px) {

    .campaign-fence-mobile-remotemanager .Trial__flex .Trial__box01,
    .campaign-fence-mobile-remotemanager .Trial__flex .Trial__box02 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.campaign-fence-mobile-remotemanager .Trial__flex .Trial__box01 .trial__titel,
.campaign-fence-mobile-remotemanager .Trial__flex .Trial__box02 .trial__titel {
    font-size: 24px;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {

    .campaign-fence-mobile-remotemanager .Trial__flex .Trial__box01 .trial__titel,
    .campaign-fence-mobile-remotemanager .Trial__flex .Trial__box02 .trial__titel {
        font-size: 1rem;
    }
}

.campaign-fence-mobile-remotemanager .Trial .trial__titel + p {
    font-size: 24px;
    margin-bottom: 24px;
	color: #fff;
}
@media screen and (max-width: 480px) {
.campaign-fence-mobile-remotemanager .Trial .trial__titel + p {
    font-size: .95rem;
    margin-bottom: 18px;
}
}


/* concern 
====================================================*/
.campaign-fence-mobile-remotemanager .concern {}

.campaign-fence-mobile-remotemanager .concern ol.list-style2 li {
    background: rgba(220, 220, 220, .25);
    border: none;
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .concern ol.list-style2 {
        flex-direction: row;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .campaign-fence-mobile-remotemanager .concern ol.list-style2 li {
        width: 46%;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .concern ol.list-style2 {
        flex-direction: column;
        padding: 0;
    }

    .campaign-fence-mobile-remotemanager .concern ol.list-style2 li {
        width: 100%;
        margin: 10px 0;
    }
}

/* about_fmrm
====================================================*/
.campaign-fence-mobile-remotemanager .about_fmrm .about_bg {
    background: rgba(220, 220, 220, .5);
    padding: 60px;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .about_fmrm .about_bg {
        padding: 5%;
    }
}

.campaign-fence-mobile-remotemanager .about_fmrm h3 {
    padding-bottom: 24px;
}

a.btn-i>.icon {
    width: 30px;
    height: 30px;
    background: url(/image/newwin) no-repeat !important;
}

/* overview 
====================================================*/
.campaign-fence-mobile-remotemanager .overview {
    background: #f3f3f3;
}

.campaign-fence-mobile-remotemanager .overview .section-inner {
    padding-bottom: 64px;
}

.overview .accordion {
    margin: 0 auto;
    /*max-width: 60vw;*/
}

.overview .toggle {
    display: none !important;
}

.cms-content input[type=radio],
.cms-content input[type=checkbox] {
    display: none !important;
}

.overview .option {
    position: relative;
    margin-bottom: 1em;
}

.overview .title,
.overview .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.overview .title {
    border-bottom: solid 1px #ccc;
    padding: 16px;
    display: block;
    /*color: #333;*/
    font-weight: bold;
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 32px;
}

.overview .title::after,
.overview .title::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
}

.overview .title::after {
    transform: rotate(90deg);
}

.overview .content {
    max-height: 0;
    overflow: hidden;
}

.overview .toggle:checked+.title+.content {
    max-height: inherit;
    transition: all 1.5s;
}

.overview .toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}

.section.overview .accordion.bg-w {
    padding: 20px 30px;
    margin-bottom: 60px;
    background: #fff;
}

.section.overview .box.bg-w {
    background: #fff;
    border: none;
}

@media only screen and (max-width: 480px) {
    .section.overview .accordion.bg-w {
        padding: 16px;
        margin-bottom: 60px;
    }

    .section.overview .title.sm {
        padding: 10px 16px 16px 40px;
        font-size: 1.125rem;
        text-align: left;
    }
}

/* アコーディオン展開 */
.overview .toggle:checked+.title+.content {
    max-height: inherit;
    transition: all 1.5s;
}

.list-a {
    padding-left: 20px;
    margin-top: 20px;
}

.list-a>li {
    position: relative;
    padding-left: 17px;
    /* font-size: 1rem; */
    font-size: 18px;
}

.list-a>li+li {
    margin-top: 12px;
}

.campaign-fjcloud .list-a>li {
    position: relative;
    padding-left: 17px;
    font-size: 18px;
}

.list-a>li:before {
    position: absolute;
    left: 0;
    display: block;
    border-radius: 50%;
    content: "";
}

.list-a.cy>li::before {
    top: 0.36em;
    width: 12px;
    height: 12px;
    background: #00e7ef;
}

/* 動作検証 */
.campaign-fence-mobile-remotemanager .overview h2 {
    margin-bottom: 60px;
}

.campaign-fence-mobile-remotemanager .overview .lyt-col-announce-a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -16px 0 0 -16px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .overview .lyt-col-announce-a {
        margin: 0;
    }
}

.lyt-panel-a .lyt-col-announce-a.col2 li {
    width: calc((100% - 40% * 1) / 2);
}

@media screen and (max-width: 1024px) {
    .lyt-panel-a .lyt-col-announce-a.col2 li {
        width: calc((100% - 20% * 1) / 2);
    }
}

@media screen and (max-width: 768px) {
    .lyt-panel-a .lyt-col-announce-a.col2 li {
        width: calc((100% - 0% * 1) / 2);
    }
}



@media screen and (max-width: 480px) {
    .lyt-panel-a .lyt-col-announce-a.col2 li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* reason 
====================================================*/
.campaign-fence-mobile-remotemanager .reason {
    background: url(/image/fv_flow_bg);
    background-size: cover;
}

.campaign-fence-mobile-remotemanager .reason .section_inner {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

.campaign-fence-mobile-remotemanager .reason__list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .reason__list {
        padding: 0 10px;
        margin-top: 40px;
    }
}

.campaign-fence-mobile-remotemanager .reason__list li {
    width: 48%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    border: 5px solid #2400b0;
    border-radius: 8px;
    padding: 40px 40px 30px;
    position: relative;
    background: #fff;
    margin-top: 48px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .reason__list li {
        width: 100%;
        margin: 0px 0 50px;
        padding: 20px 20px 20px;
    }
}

.campaign-fence-mobile-remotemanager .reason__list li:nth-child(n+3) {
    margin-top: 80px;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .reason__list li:nth-child(n+3) {
        margin-top: 0px;
    }
}

.campaign-fence-mobile-remotemanager .reason__list li:nth-child(n+4) {
    margin-bottom: 0px;
}

.campaign-fence-mobile-remotemanager .circle_width {
    width: 20%;
    border-radius: 50%;
    background: #2400b0;
    position: absolute;
    top: -73px;
    left: -25px;
}

@media screen and (max-width: 1024px) {
    .campaign-fence-mobile-remotemanager .circle_width {
        top: -50px;
    }
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .circle_width {
        top: -30px;
    }
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .circle_width {
        width: 25%;
    }
}

.campaign-fence-mobile-remotemanager .circle_height {
    position: relative;
    padding-top: 100%;
    height: 0;
}

.campaign-fence-mobile-remotemanager .circle_height p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 800;
    position: absolute;
    top: calc((100% - 4em)/2);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .campaign-fence-mobile-remotemanager .circle_height p {
        top: calc((100% - 5em)/2);
    }
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .circle_height p {
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
}

.campaign-fence-mobile-remotemanager .circle_height p span {
    font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .circle_height p span {
        font-size: 2rem;
    }
}


/* movie 
====================================================*/
.campaign-fence-mobile-remotemanager .youtube {
    margin: 34px auto 0px !important;
    max-width: 800px;
}

.campaign-fence-mobile-remotemanager .youtube>div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.campaign-fence-mobile-remotemanager .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .youtube {
        margin: 34px auto 0px !important;
    }
}

/* price 
====================================================*/
.campaign-fence-mobile-remotemanager .price {}

.campaign-fence-mobile-remotemanager .price .contion_list {
    width: 960px;
    margin: 20px auto 0;
}

.campaign-fence-mobile-remotemanager .price .contion_list .taxcoution {
    padding: 0px 0 20px;
}


@media screen and (max-width: 768px) {
    .campaign-fence-mobile-remotemanager .price .contion_list {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .campaign-fence-mobile-remotemanager .price .section-inner img,
    .campaign-fence-mobile-remotemanager .about_fmrm .section-inner img {
        width: 100%;
    }
}

/* Trial_Introduction *
====================================================*/
.campaign-fence-mobile-remotemanager .Introduction {}

.campaign-fence-mobile-remotemanager .Introduction h2,
.campaign-fence-mobile-remotemanager .Introduction h3,
.campaign-fence-mobile-remotemanager .Introduction p {
    color: #fff !important;
}

.campaign-fence-mobile-remotemanager .Introduction ol.list-style2 li.white_base {
    background: #fff;
}

.campaign-fence-mobile-remotemanager .Introduction .flow_bg {
    background: rgba(0, 0, 0, .25);
    padding: 60px;
    border-radius: 4px;
    margin-bottom: 56px;
}

@media only screen and (max-width: 480px) {
    .campaign-fence-mobile-remotemanager .Introduction .flow_bg {
        padding: 20px;
    }
}

.campaign-fence-mobile-remotemanager .Introduction h3+p {
    padding-bottom: 20px;
}

/* Faq 
====================================================*/
.campaign-fence-mobile-remotemanager .Faq {}

.campaign-fence-mobile-remotemanager .Faq__list dl {
    position: relative;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #ddd;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: "Q.";
    color: #3285bf;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: "A.";
    font-weight: bold;
    color: #3285bf;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dd p {
    margin: 30px 0 0;
}

.campaign-fence-mobile-remotemanager .Faq__list dl dd p:first-child {
    margin-top: 0;
}

.campaign-fence-mobile-remotemanager .Faq ul {
    text-indent: -1em;
}

.campaign-fence-mobile-remotemanager .Faq ul li {
    margin-left: 1em;
}

.campaign-fence-mobile-remotemanager .Faq a,
.campaign-fence-mobile-remotemanager .Faq a:visited {
    color: #017fc8;
}


/* 資料ダウンロード
----------------------------------------------- */
.campaign-fence-mobile-remotemanager .section.diff-bg-c.download {
	background: #f3f3f3;
}
.campaign-fence-mobile-remotemanager .section.download .section-inner {
    padding: 80px 0 100px;
}
.campaign-fence-mobile-remotemanager .section.download .box {
    background-color: #fff;
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 30px 30px 0;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col {
	display: flex;
	justify-content: space-between;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > .visual {
	width: 44%;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > .visual img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > .text {
	width: 56%;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col .text > p + p {
	margin-top: 1em;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col .text > .lyt-btn-a {
	justify-content: flex-start;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col.equal > * {
	width: 48% !important;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > .inner {
	padding: 16px;
	border: 1px solid #d9d9d9;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > .inner > .visual {
	margin-bottom: 10px;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col + .notice {
	margin-top: 10px;
	font-size: 0.8125rem;
	color: #000;
}
.campaign-fence-mobile-remotemanager .section.download .box > .lay2col .text h4 {
	font-size: 1.25rem;
}
@media only screen and (max-width: 1280px) {
.campaign-fence-mobile-remotemanager .section.download .section-inner {
    padding: 60px 2%;
}
}
@media only screen and (max-width: 767px) {
.campaign-fence-mobile-remotemanager .section.download .section-inner {
    padding: 50px 2%;
}
	.campaign-fence-mobile-remotemanager .section.download .box > .lay2col {
		flex-direction: column-reverse;
	}
	.campaign-fence-mobile-remotemanager .section.download .box > .lay2col > * {
		width: 100% !important;
	}
	.campaign-fence-mobile-remotemanager .section.download .box > .lay2col.equal > * {
		width: 100% !important;
	}
	.campaign-fence-mobile-remotemanager .section.download .box > .lay2col .text {
		margin-bottom: 10px;
	}
	.campaign-fence-mobile-remotemanager .section.download .box > .lay2col .visual {
		text-align: center;
	}
}


/* サービス紹介動画
---------------------------------------------- */
.campaign-fence-mobile-remotemanager .section.movie .section-inner {
	padding-top: 56px !important;
}
.campaign-fence-mobile-remotemanager .section.movie .lite-youtube-wrap {
	width: 100%;
	max-width: 800px;
	margin:34px auto 10px !important;
}
.campaign-fence-mobile-remotemanager .section.movie .lite-youtube-wrap + p {
	max-width: 800px;
	margin: 0 auto;
}
