/*toph1*/
h1 {
    font-size: inherit;
}

/*fv**/
.firstview {
    background: #F2F5F7;
    padding-top: 80px;
    font-weight: bold;
    background: -moz-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
    background: linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    /*min-height: calc(100vh - 2rem);*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
    border-bottom: none;
}

.firstview::before,
.firstview::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.firstview::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }

    .st0 {
        display: none;
    }

    .st1 {
        display: inline;
    }

    .st2 {
        opacity: 0.29;
    }

    .st3 {
        fill: #FFFFFF;
    }

    .st4 {
        clip-path: url(#SVGID_2_);
        fill: #FFFFFF;
    }

    .st5 {
        clip-path: url(#SVGID_4_);
    }

    .st6 {
        clip-path: url(#SVGID_6_);
    }

    .st7 {
        clip-path: url(#SVGID_8_);
    }

    .st8 {
        clip-path: url(#SVGID_10_);
    }

    .st9 {
        fill: none;
    }

    .st10 {
        clip-path: url(#SVGID_12_);
    }

    .st11 {
        opacity: 0.7;
    }

    .st12 {
        clip-path: url(#SVGID_14_);
    }

    .st13 {
        opacity: 0.2;
    }

    .st14 {
        clip-path: url(#SVGID_16_);
    }

    .st15 {
        opacity: 0.3;
        fill: #FFFFFF;
        enable-background: new;
    }
}

.firstview .inner {
    padding: 7em 0;
    max-width: 870px;
    margin: auto;
}

.firstview .inner.fv-slider {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8);
    padding: 3em;
    border-radius: 10px;
}

.firstview .inner h2 {
    margin-bottom: .4em
}

.firstview .inner .subtitle {
    font-size: 1.3em
}

.top .firstview .inner .title {
    text-align: center;
    font-size: 50px;
    margin: 0;
}

.firstview .inner .title .button {
    width: 100%
}

.firstview .inner .title .button a {
    width: 100%
}

.firstview .inner .btnbox {
    width: 100%;
    margin: auto;
    margin-top: 1em;
}

.firstview .inner .btnbox .button {
    width: calc(50% - 1em);
    margin: 0 auto;
}

.firstview .inner .btnbox .button a {
    width: 100%;
    font-size: 1.0em;
}

.firstview .warning-mark {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.firstview .inner .btnbox .button.btngrey a {
    border: 5px solid #808080;
    background: linear-gradient(180deg, #808080 0%, #808080 50%, #707070 50%, #707070 100%);
}

.firstview .inner .btnbox .button.btngrey a::before {
    content: "\f15c";
    color: #707070;
}

/*fvスタイダー部分のcss修正*/
.firstview .slick-dots li button:before {
    font-size: 30px;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #707070;
}

.firstview .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.firstview .slick-dots {
    width: calc(100% - 6em);
}

#three .inner {
    max-width: 800px;
    border: 6px solid #D90429;
    padding: 3em 2em
}

#three .inner h2 {
    margin-bottom: 1em
}

#three .inner ul li {
    text-align: left;
    font-weight: bold;
    font-size: 1.3em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#three .inner ul li i {
    font-size: 1.5em;
    display: inline-block;
    margin-right: .6em
}

#feature .num-section {
    margin-bottom: 8em;
    position: relative
}

#feature .num-section:nth-child(2n+1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 300%;
    height: 120%;
    background: #F2F5F7;
    -webkit-transform: translateX(-50%) rotate(15deg);
    transform: translateX(-50%) rotate(15deg);
    z-index: -1
}

#feature .num-section .left {
    width: 42%;
    text-align: left
}

#feature .num-section .left p:first-child {
    font-size: 2.5em;
    font-weight: bold
}

#feature .num-section .left h3 {
    font-size: 1.5em;
    margin-bottom: .6em;
    line-height: 1.5
}

#feature .num-section .right {
    width: 52%
}

#feature .num-section.column-rev .fb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#plan .inner>.warning-mark {
    text-align: left
}

#plan .table {
    width: 100%;
    margin: 0 auto 1em
}

#plan .table strong {
    font-size: 1.2em
}

#plan .table ul.disc {
    padding-bottom: 1em
}

#plan .table ul.disc li {
    text-align: left
}

#plan .table ul.disc li.grey {
    color: #A2A2A2
}

#plan .table .warning-mark {
    margin-bottom: .5em;
    text-align: left;
}

#plan .table .price {
    padding: .6em 0 0
}

#plan .table .price .fb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#plan .table .price strong {
    display: block;
    line-height: 1;
    font-size: 2.6em;
    margin-right: .1em
}

.planlist .with-function {
    background: #036EB8;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding: 0.5em;
    border-radius: 50%;
    font-size: 0.5em;
}

#plan .with-function:before {
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
}

#plan .no-function {
    display: inline-block;
    vertical-align: middle;
    color: #9f9c9c;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
}

#plan .no-function::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

#news ul li>.fb {
    background: #fff;
    padding: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5em;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#news ul li>.fb::after {
    content: "\f054" !important;
    margin-left: .3em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    display: inline-block;
    position: absolute;
    right: 1em;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

#news ul li>.fb .left {
    margin-right: 1.2em;
    width: 260px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#news ul li>.fb .right {
    padding-top: .3em;
    text-align: left;
    width: calc(100% - 320px)
}

#news ul li>.fb .cate {
    background: #D90429;
    color: #fff;
    padding: .5em;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 1em
}

#news ul li>.fb .date {
    font-size: 15px;
    color: #A2A2A2
}

@media screen and (max-width: 960px) {
    #feature {
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .firstview .inner.fb h2 {
        margin-bottom: 0;
    }

    .firstview .inner.fb .title {
        width: 100%;
        text-align: center;
        margin-bottom: 2em
    }

    .firstview .inner.fb .img {
        width: 100%;
        text-align: center
    }

    .firstview .inner.fb .img img {
        display: block;
        margin: 0 auto;
        margin-bottom: 3em
    }

    .firstview .inner.fb .img .button {
        width: 100%
    }

    .firstview .inner.fb .img .button a {
        width: 100%
    }

    .firstview .inner .btnbox .fb {
        display: block;
    }

    .firstview .inner .btnbox .button {
        width: 100%;
        margin: 1em auto;
    }

    .firstview .inner .btnbox .button a {
        font-size: 1.2em;
        padding: 1.2em 3em;
    }

    #three {
        padding-bottom: 2em
    }

    #feature .num-section>.fb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 2em
    }

    #feature .num-section .left {
        width: 100%
    }

    #feature .num-section .right {
        width: 100%
    }

    #plan .inner {
        max-width: 90%;
        overflow-x: auto;
        padding: 0 2em
    }

    #plan .table {
        display: table;
        margin-bottom: 3em
    }

    #plan .table:last-of-type {
        margin-bottom: 0
    }

    #plan .table.mi769 {
        display: none
    }

    #plan .table>* {
        width: 100%
    }

    #news ul li {
        max-width: 520px;
        margin: 0 auto
    }

    #news ul li>.fb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1.3em
    }

    #news ul li>.fb::after {
        display: none
    }

    #news ul li>.fb .left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: .5em;
        margin-right: 0
    }

    #news ul li>.fb .right {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    #three .inner {
        border-width: 3px;
        padding: 3em 1em
    }

    #news {
        padding-top: 3em !important;
        margin-top: 0 !important
    }
}

@media screen and (max-width: 479px) {
    .firstview .inner {
        padding: 3.5em 0 4em
    }

    .top .firstview .inner .title {
        font-size: 2.0em;
        margin-bottom: 0
    }

    .firstview .inner.fv-slider {
        padding: 1em;
    }

    .firstview .inner .img img {
        margin-bottom: 3em
    }

    .firstview .inner .img .button a {
        font-size: 1.2em
    }

    .firstview .slick-dots {
        width: calc(100% - 4em);
    }

    .nayami .under-title1 {
        margin-bottom: 4.3em
    }

    .nayami .problem {
        padding: 4em 1em 3em
    }

    .nayami .problem .div-number {
        top: -35px;
        width: 70px;
        height: 70px;
        padding: 14px 0
    }

    .nayami .problem .text h3 {
        font-size: 1.4em
    }

    .feature>.fb .inner .text h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        text-indent: 0
    }

    .feature>.fb .inner .text h3 strong,
    .feature>.fb .inner .text h3 span {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center
    }
}

/**共通**/

.list_set {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.list_set li {
    width: 32%;
    margin: 1% !important;
    border: 1px solid #E8E8E8;
    padding: 15px;
    flex-grow: 1;
}

.list_set .number {
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
}

.list_set .text {
    font-size: 1.1em;
    margin-bottom: .6em;
    line-height: 1.5;
    text-align: left;
}

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

    .list_set li {
        width: 100%;
        display: table;
        padding: 1%;
    }

    .list_set li>div {
        padding: 1em;
        padding-top: 0;
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }

    .list_set li>p {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }
}

/**firstview**/

.firstview .inner {
    padding: 1em 0;
}

.firstview h1 {
    font-size: 2.0em;
}

.firstview .inner .subtitle {
    font-size: 1.0em;
    color: #707070;
    line-height: 1.8em;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}

.firstview .warning-mark {
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
    font-weight: normal;
}

.firstview .button {
    position: relative;
    line-height: 0;
}

.firstview .button::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s ease-out;
}

.firstview .button:hover::before {
    right: 1em;
}

.firstview .button a {
    border: 5px solid #C72B33;
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient(180deg, #C72B33 0%, #C72B33 50%, #C10001 50%, #C10001 100%);
    padding-left: 3em;
    line-height: 2.0;
}

.firstview .button a::after {
    content: "";
    display: block;
    background: #fff;
    height: 100%;
    width: 2em;
    position: absolute;
    top: 0;
    left: 0;
}

.firstview .button a::before {
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #C72B33;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .firstview .subtitle {
        text-align: left;
    }

    .firstview .warning-mark {
        font-size: 14px;
    }
}


/**検索順位を正確に把握の部分**/

#search .inner {
    max-width: 800px;
    text-align: left;
}

#search .inner p {
    margin-bottom: 1em;
}


/**Nobilistaと他社サービスの違い**/

#difference .inner {
    max-width: 900px;
    text-align: left;
    margin-bottom: 3em;
}

#difference .inner p {
    margin-bottom: 1em;
}

#difference .table {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

#difference .table thead th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e8eaed;
}

#difference .table tbody td {
    width: 25%;
    padding: 2%;
    border: 1px solid #e8eaed;
}

#difference .table tbody td:first-child {
    vertical-align: middle;
}

#difference .table .judgement {
    font-size: 2.0em;
    font-weight: bold;
}

#difference .table .mold {
    font-size: 1.1em;
    font-weight: bold;
}

#difference .table .text {
    text-align: left;
    color: #707070;
    font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    #difference .scroll {
        overflow-x: auto;
        width: 95%;
        margin: 0 auto 3em;
    }

    #difference .table {
        width: 180%;
        margin-left: 5%;
    }
}

#difference .table thead th:nth-child(2),
#difference .table tbody td:nth-child(2) {
    border-left: 5px solid #D90429;
    border-right: 5px solid #D90429;
}

#difference .table thead th:nth-child(2) {
    border-top: 5px solid #D90429;
}

#difference .table tbody tr:last-child td:nth-child(2) {
    border-bottom: 5px solid #D90429;
}


/**クラウド型のツールは料金が高いんじゃないの？**/

#comparison .inner {
    max-width: 900px;
    text-align: left;
    margin-bottom: 3em;
}

#comparison .inner p {
    margin-bottom: 1em;
}

#comparison .inner a {
    color: #036EB8;
    text-decoration: underline;
}

#comparison .table {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 2em;
    border: 2px solid #C9C9C9;
}

#comparison .table thead th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e8eaed;
}

#comparison .table tbody td {
    width: 25%;
    padding: 2%;
    border: 1px solid #e8eaed;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

#comparison .table .price .fb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#comparison .table .price strong {
    display: block;
    line-height: 1;
    font-size: 2.6em;
    margin-right: .1em;
}

@media screen and (max-width: 768px) {
    #comparison .scroll {
        overflow-x: auto;
        width: 95%;
        margin: 0 auto;
        ;
    }

    #comparison .table {
        width: 180%;
        margin-left: 5%;
    }
}

#comparison .table thead th:nth-child(2),
#comparison .table tbody td:nth-child(2) {
    border-left: 5px solid #D90429;
    border-right: 5px solid #D90429;
}

#comparison .table thead th:nth-child(2) {
    border-top: 5px solid #D90429;
}

#comparison .table tbody tr:last-child td:nth-child(2) {
    border-bottom: 5px solid #D90429;
}


/**plan追加CSS**/
#plan .table .warning-mark {
    text-align: left;
}

#plan .table tr {
    border-bottom: 1px solid #e8eaed;
}

#plan .table tr.bg {
    background: #F2F5F7;
}

#plan .table th {
    padding: .5em;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

#plan .table th span {
    font-size: .7em;
}

#plan .table td {
    padding: .5em;
    text-align: center;
    vertical-align: middle;
}

#plan .table td.bg {
    background: #fff;
}


#plan .table td .quantity {
    display: block;
    line-height: 1;
    font-size: 2.0em;
    margin-right: 0;
}

#plan .table td .text {
    color: #707070;
    padding-bottom: .5em;
}

#plan .table .box_border {
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
}

#plan .with-function {
    background: #036EB8;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding: 0.5em;
    border-radius: 50%;
    font-size: 0.5em;
}

#plan .now {
    background: inherit;
}

#plan .now .btnred a {
    padding: .5em 1.5em;
    padding-left: 2.5em;
}

#plan .note {
    width: 1200px;
    margin: 1em auto;
    font-size: 14px;
    text-align: left;
}


/**planプルダウン部分CSS*/
#plan .keyword>div {
    position: relative;
    overflow: hidden;
}

#plan .keyword select {
    background: #EDF2F4;
    width: 100% !important;
    padding: 0 1em;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 1.5em;
    text-align: center;
}

#plan .keyword i {
    height: 100%;
    width: 60px;
    color: #fff;
    background: #D90429;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media screen and (max-width: 479px) {
    #plan .plan-box>ul>li {
        display: none;
        width: 100%;
        border: 1px solid #707070;
        border-bottom: none;
        margin-right: 0;
    }

    #plan .plan-box>ul>li:first-child {
        display: block;
        margin: 0;
    }

    #plan .sp-plan-ser {
        width: 100%;
        margin: 0 auto;
        font-size: 8px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

    #plan .sp-plan-ser li {
        padding: 2em 0;
        border: 1px solid #E8E8E8;
        background: #F2F5F7;
        width: 34%;
        margin: 0;
        opacity: 0.6;
        position: relative;
    }

    #plan .sp-plan-ser li:nth-child(1):after,
    #plan .sp-plan-ser li:nth-child(2):after {
        display: block;
        color: #2B2D42;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -65%);
        padding: 0.5em;
        background: #ffce06;
        border-radius: 5px;
        width: 80%;
    }

    #plan .sp-plan-ser li:nth-child(1):after {
        content: "1番人気！";
    }

    #plan .sp-plan-ser li:nth-child(2):after {
        content: "コスパ最高！";
    }

    #plan .sp-plan-ser li.active {
        border: 1px solid #666666;
        border-bottom: none;
        background: #E8E8E8;
        opacity: 1.0;
    }

    #plan .sp-plan-ser svg {
        width: 28px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
    }

    #plan .sp-plan-ser p {
        display: inline-block;
        vertical-align: middle;
    }

    #plan .plan-teble th.hide,
    #plan .plan-teble td.hide {
        display: none;
    }

    #plan .plan-teble {
        margin-top: 0;
        border: 1px solid #707070;
    }

    #plan .plan-box .subtitle {
        font-size: 12px;
        margin: 2em auto 1em;
    }

    #plan .plan-teble th,
    #plan .plan-teble td {
        font-size: 1.0em;
        border-bottom: none;
    }

    #plan .plan-teble td {
        width: 40%;
        border-right: 1px solid #707070;
    }

    #plan .plan-teble td:first-child {
        width: 60%;
        border-right: none;
    }
}


/**緊急用CSS**/

.caution {
    width: 100%;
    background: #D90429;
    text-align: center;
    color: #fff;
    padding: 1em;
}

.caution .title {
    font-weight: bold;
}

.caution .link {
    font-size: 0.8em;
    text-decoration: underline;
}

/**登録数表示**/
.count-number {
    border-bottom: 5px solid #D90429;
}

.count-number .remarks {
    text-align: center;
    margin: 1em;
    font-size: 0.8em;
}

.count-number .count-box {
    max-width: 1024px;
    width: 90%;
    margin: 1em auto 0;
    justify-content: center;
}

.count-number .count-box li {
    border-left: 3px solid #F2F5F7;
    padding: 0.5em 1em;
    margin-left: 1em;
    margin-bottom: 0;
}

.count-number .count-box .count-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.count-number .count-box .count-set {
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    animation: fadeInAnime 0.7s linear 0s;
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.count-number .count-box .unit {
    font-size: 0.6em;
}

@media screen and (max-width: 479px) {
    .count-number .count-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .count-number .count-box li {
        margin-bottom: 1em;
        width: calc(50% - 0.5em);
        margin-left: 0.5em;
    }

    .count-number .remarks {
        text-align: left;
    }
}

/**新着情報・お役立ちコンテンツ**/
.top .news_set {
    align-items: flex-start;
}

.top #news ul li:first-child {
    border-top: 1px solid #e8eaed;
}

.top #news ul li>.fb {
    border-bottom: 1px solid #e8eaed;
}

.top #news ul li>.fb {
    display: block;
    box-shadow: none;
    background: inherit;
    margin: 0;
}

.top #news ul li>.fb .cate {
    font-size: 12px;
}

.top #news ul li>.fb .right {
    padding-top: 0.3em;
    text-align: left;
    width: calc(100% - 2em);
}

.top #news ul li>.fb .right>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top .news_set .box {
    width: 48%;
}

.top .news_set .box .under-title1 {
    font-size: 1.7em;
}

.top .news_set .box {
    width: 48%;
    background: #fff;
    padding: 1em;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}

.top #plan .inner>.warning-mark {
    margin-bottom: 3em;
}

@media screen and (max-width: 960px) {
    #plan table td {
        padding: 1em 2em;
        white-space: nowrap;
    }

    #plan .note {
        width: 90%;
    }
    #plan .now .button{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .top .news_set {
        display: block;
    }

    .top .news_set .box {
        width: 100%;
    }

    .top .news_set .box:first-child {
        margin-bottom: 8em;
    }
}


/**Nobilistaに関するお役立ち情報**/
.helpfulbox {
    align-items: flex-start;
    flex-wrap: wrap;
}

.helpfulbox>li {
    width: calc(33% - 2em);
    margin: 2em 1em;
    position: relative;
    border: 1px solid #F0F3F6;
}

.helpfulbox .titlebox {
    padding: 2em 0 1em;
    display: table;
    width: 100%;
    position: relative;
}

.helpfulbox .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #CD182B;
    color: #fff;
    border-radius: 50px;
    display: table;
    text-align: center;
}

.helpfulbox .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}

.helpfulbox .title {
    font-size: 20px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.helpfulbox .text {
    text-align: left;
    font-size: 15px;
    padding: 1em;
}

.helpfulbox .button a {
    background: #6E6E6E;
    border: none;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .helpfulbox>li {
        width: calc(50% - 2em);
    }
}

@media screen and (max-width: 600px) {
    .helpfulbox {
        width: 90%;
        margin: 5%;
    }

    .helpfulbox li {
        height: calc(100% - 50px) !important;
        margin-top: 50px !important;
        border: 1px solid #F0F3F6;
    }

    .spmset {
        margin-bottom: 0 !important;
    }

    .slide-arrow {
        position: absolute;
        top: 50%;
        font-size: 20px;
        z-index: 2;
        color: #6E6E6E;
    }

    .prev-arrow {
        left: 0;
        transform: translate(-100%, -50%);
        z-index: 2;
    }

    .next-arrow {
        right: 0;
        transform: translate(100%, -50%);
    }
}

/**サーバーエラー**/
.errorwarp {
    width: 100%;
    margin: auto;
    text-align: center;
    background: #D90429;
    padding: 1em;
    color: #fff;
}

.errorwarp .title {
    font-size: 1.2em;
    font-weight: bold;
}

.errorwarp .title a {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .errorwarp {
        margin-bottom: 3em;
    }
}

/**導入企業**/
.rogo-slider-box {
    width: 100%;
    padding: 1.5em 0 3em;
    background: #F2F5F7;
}

.rogo-slider-box h2 {
    margin-bottom: .9em;
}

.rogo-slider-box div.slick-slide {
    margin: 0 1em;
    width: 180px;
    padding: 0.5em;
    background: #fff;
}

.rogo-slider-box img,
.rogo-slider-box svg {
    max-width: 100%;
}

.rogo-slider-box .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**ウェビナー**/
.webinar {
    max-width: 870px;
    width: 100%;
    margin: 3em auto;
    box-shadow: 0 0 6px #00000029;
}

.webinar .titlebox {
    background: #F2F5F7;
    text-align: center;
    padding: 2em 3em;
}

.webinar .titlebox .title {
    margin-bottom: 0;
}

.webinar .textbox {
    padding: 1em 3em;
}

.webinar .eventbox {
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.webinar .event {
    background: #D90529;
    color: #FFF;
    padding: 0.2em 0.5em;
    margin-right: 1em;
}

.webinar .schedule {
    display: flex;
    flex-wrap: wrap;
}

.webinar .schedule a {
    color: #036EB8;
    border-bottom: 1px solid;
}

.webinar .schedule p::after {
    content: "、";
    display: inline-block;
}

.webinar .schedule p:last-child::after {
    display: none;
}

.webinar .btnbox {
    max-width: 350px;
    margin: 1em auto;
    width: 90%;
}

.webinar .btnbox a {
    width: 100%;
    display: block;
    padding: 1em;
    background: #707070;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    border-radius: 12px;
}

.webinar .btnbox a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s ease-out;
}

@media screen and (max-width: 870px) {
    .webinar {
        width: 90%;
    }

    .webinar .titlebox,
    .webinar .textbox {
        padding: 1em;
    }

    .webinar .titlebox .title {
        font-size: 1.6em;
    }

    .webinar .text {
        font-size: 16px;
    }

    .webinar .eventbox {
        display: block;
        font-size: 16px;
    }

    .webinar .event {
        margin-right: 0;
        margin-bottom: .5em;
    }

    .webinar .schedule p {
        margin: 0.5em 0;
    }

    .webinar .schedule p::after {
        display: none;
    }

    .webinar .schedule {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    #plan {
        margin-bottom: 3em !important;
    }
}