ul,
ol {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    /* box-shadow: 0 1px 5px rgb(0 0 0 / 8%); */
    z-index: 1040;
}

.navbar-reduce {
    transition: all .5s ease-in-out;
    /* padding-top: 19px;
    padding-bottom: 19px; */
}

.line-green {
    color: #00B900;
    margin-right: 10px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #73b925;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    padding-left: 5px;
    color: #fff;
}

.logo {
    height: 43px;
    width: 200px
}

.header-dropdown {
    position: relative;
    right: 40px;
    line-height: 1.5;
    padding: 0px 0 0 5px;
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem);
}



.dropdown-link {
    color: #fff;
    /* content: '\e81c'; */
    /* font-family: "porto"; */
    font-weight: 400;
    margin-left: 0.5rem;
}

.header-dropdown ul {
    position: absolute;
    top: -300rem;
    left: -100%;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    background: #fff;
    box-shadow: 0 29px 29px rgb(0 0 0 / 10%);
    transition: transform 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}


.header-dropdown ul a:hover {
    background: #943030;
}

.header-dropdown a:hover {
    color: #f4f4f4;
}

.header-dropdown ul a {
    display: block;
    padding: 0.5em 1.5em;
    color: #777;
    white-space: nowrap;
}

.text-primary {
    /* color: rgb(19, 105, 190) !important; */
    font-weight: 700 !important;
    color: rgb(19, 105, 190);
}

/* for flow chart */
.float-start {
    float: left !important;
}

.workflow-chart {
    width: 100%;
    float: left;
    background-color: #e9ecef;
}

.workflow-chart .my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.workflow-chart h2 {
    text-transform: uppercase;
    padding: 10px 0px;
    border-bottom: 4px solid #43bc51;

    margin-top: 20px;
}

.step-pl-1 {
    padding-left: 165px;
}

.step-pl-2 {
    padding-left: 315px;
}

.step-pl-3 {
    padding-left: 465px;
}

.workflow-chart .content {
    max-width:680px;
    position: relative;
}

.workflow-chart .content h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.workflow-chart .content p {
    margin: 0px;
    margin-left: 10px;
}

.workflow-chart .img-icon {
    font-size: 40px;
    margin-right: 20px;
    position: relative;
    background-color: #e9ecef;
}

.workflow-chart .content.first:after {
    content: "";
    height: 4px;
    width: 154px;
    background-color: #43bc51;
    position: absolute;
    /* left: 10px; */
    bottom: -26px;
}
.workflow-chart .content:after {
    content: "";
    height: 4px;
    width: 154px;
    background-color: #43bc51;
    position: absolute;
    left: -42px;
    bottom: -26px;
}
.workflow-chart .img-icon:before {
    content: "";
    height: 38px;
    width: 4px;
    background-color: #43bc51;
    position: absolute;
    left: 25px;
    top: -42px;
}

.workflow-chart .img-icon:after {
    content: "";
    height: 70px;
    width: 4px;
    background-color: #43bc51;
    position: absolute;
    left: 22px;
    bottom: -56px;
}

.workflow-chart .img-icon.before-content-none:before {
    display: none;
}

.workflow-chart .img-icon.after-content-none:after {
    display: none;
}

.workflow-chart .content.content-none:after {
    display: none;
}

/*== Responsive CSS ==*/
@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

.flow-right:not(:last-child):before {
    content: "";
    position: absolute;
    top: 45%;
    left: 100%;
    margin-top: -15px;
    border: 30px solid transparent;
    border-left: 30px solid white;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 1));
}

.flow-right:nth-child(4) {
    z-index: 1;
}

.flow-right:last-child {
    margin: 1.5em 0px 1.5em 0;
}

.flow-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 25px 1.5em 0;
    padding: 34px 10px 20px;
    min-width: 180px;
    max-width: 260px;
    height: 400px;
    font-size: 16px;
    background: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 2px;
}

@media (max-width: 767px) {
    .step-pl-1 {
        padding-left: 15px;
    }

    .step-pl-2 {
        padding-left: 15px;
    }

    .step-pl-3 {
        padding-left: 15px;
    }

    .workflow-chart .content:after {
        display: none;
    }

    .workflow-chart .img-icon:before {
        display: none;
    }

    .workflow-chart .img-icon:after {
        display: none;
    }

    .workflow-chart .content {
        max-width: 100%;
    }

    .flow-right:not(:last-child):before {
        content: "";
        position: absolute;
        top: unset;
        bottom: -57px;
        left: calc(50% - 30px);
        border: 30px solid transparent;
        border-top: 30px solid white;
        filter: drop-shadow(0px 4px 2px #a8a8a8);
    }

    .flow-right:not(:last-child):before {
        content: "";
        position: absolute;
        top: 45%;
        left: 100%;
        margin-top: -15px;
        border: 30px solid transparent;
        border-left: 30px solid white;
        filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 1));
    }


}

.workflow-chart i {
    color: #73b925
        /* background: #73b925; */

}

.ml-20 {
    margin-left: 20px;
}

.btn--pill {
    border-radius: 6.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.feature{
    flex-wrap: wrap;
}
.feature .btn {
    margin-right: 10px;
    margin-top: 10px;
}

.services:hover .btn,
.services.active .btn {

    background: #ffff !important;

    color: #1717e7 !important;
}

.service-block .img,
.services .img {
    transition: .8s all ease-in-out;
}

.service-block:hover .img,
.services:hover .img {
    /* -webkit-transform: scale(1.2);
    transform: scale(1.2); */
    max-width: 100%;
}
.product-hero{
    max-height:450px;
}
.product-hero .img {
    max-height:450px;
}
.img-box-a {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 280px; */
    margin-bottom: 20px;
}


.text_bk_yellow {
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.require:after {
    margin: 0 0 0 0.45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: '*';
}

.w-box {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);
    /* flex: none;
    flex-direction: column;
    flex-wrap: nowrap; */
    height: auto;
    justify-content: flex-start;
    padding: 20px;
    width: 100%;
    z-index: 0;


    position: relative;
    background-color: #0257a7;
    color: #fff;
}

.w-box::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -35px;
    border-color: #0257a7 transparent;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 14px 0 14px;
}

.w-box h4 {
    color: #fff;
}

.R-box {
    align-content: center;
    align-items: center;

    box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);

    height: auto;
    justify-content: flex-start;
    padding: 20px;
    /* width: 100%; */
    z-index: 0;

    margin-top: 30px;
    margin-right: 30px;
    position: relative;
    background-color: #088c05;
    color: #fff;
}

.feature-box {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 20%);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    padding: 43px 20px 0px 20px;
    width: 90%;
    z-index: 0;
    max-width: 90%;
    margin-left: 20px;
}

.feature-box .icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: #73b925;
    /* margin-bottom: 20px; */
    border-radius: 0 50% 50% 50%;
}

.feature-box .icon span {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-box h3,
.services h3 {
    color: #0457a7;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #0457a7;
    padding: 10px 0 10px;
    margin: 0 0 24px;
}

.sp-point {
    align-content: flex-end;
    align-items: flex-end;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 86px;
    justify-content: center;
    left: -15px;
    margin: 0 0 0 0;
    padding: 0px;
    position: absolute;
    top: -70px;
    width: 86px;
    max-width: 100%;
}

.feature-box .text {
    width: 100%;
    position: relative;
    top: -50px;
    /* text-align: center; */
}

.pointout {
    background: #292929;
    flex: none;
    height: 16px;
    margin: 0 0 0 0;
    position: relative;
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 16px;
    z-index: 4;
    max-width: 100%;
}

.section-lp-faq .row_faq .col-faq {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}

.section-lp-faq .row_faq {
    border-spacing: 20px;
}

.col-faq {
    /* display: table-cell; */
    padding: 0 10px 10px 10px;
    margin: 20px;
}

.section-lp-faq .row_faq .col-faq .text_q {
    margin: 20px 0 0 60px;
    position: relative;
}

.section-lp-faq .row_faq .col-faq .text_q p {
    font-size: 20px;
    margin: 0;
    padding: 10px;
}

.section-lp-faq .row_faq .col-faq .text_q::before {
    position: absolute;
    content: "Q";
    font-size: 60px;
    color: #4A90E2;
    font-family: "Roboto condensed", "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "Meiryo", "Verdana", "Arial", "sans-serif" !important;
    line-height: 1em;
    top: 0;
    left: -40px;
}

.section-lp-faq .row_faq .col-faq .text_a {
    margin: 20px 0 0 60px;
    position: relative;
}

.section-lp-faq .row_faq .col-faq .text_a p {
    color: #666;
    margin: 0;
    padding: 10px;
}

.section-lp-faq .row_faq .col-faq .text_a::before {
    position: absolute;
    content: "A";
    font-size: 60px;
    color: #eb0f42;
    font-family: "Roboto condensed", "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "Meiryo", "Verdana", "Arial", "sans-serif" !important;
    line-height: 1em;
    top: 0;
    left: -40px;
}

.section.lp-new .row-ttl .ttl-grade h2 {
    background: -webkit-linear-gradient(0deg, #533FF2, #367EF3, #2BD2F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-warning {
    color: #000;
    background-color: #ffc107 !important;
    border-color: #ffc107;
}

.btn-blue {
    background: #220bf0 !important;
    border: 1px solid #220bf0 !important;
    color: #fff !important;
}

.circle-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    font-size: 50px;
    background: #73b925;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ffff;
    text-align: center;
}

.text-white {
    color: #fff !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.text-dark {
    color: #343a40 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.triangle-right {
    display: inline-block;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #000;
}

.triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #000 transparent transparent transparent;
}

.testimony-wrap .block-20 {
    height: 200px;
}

.hero-wrap.mycms-wrap {
    min-height: auto;
    height: 400px;

}

.mycms-wrap .slider-text {
    margin-top: 40px;
    height: 400px;
    min-height: 300px;
    color: rgba(255, 255, 255, .8);
    z-index: 3;
}

.bg-grey {
    background: #1c1c1c47;
    /* opacity: .4; */
}

.title-bg {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #0e1ece;
    margin-right: 20px;
}

.btn_001 {
    margin: 20px 0 0;
}

.btn_001 a {
    background: #FF2D21;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    padding: 10px 130px 10px 60px;
    border-radius: 70px;
    position: relative;
}

.btn_001 a span {
    display: block;
    font-size: 18px;
}

.btn_001 a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 56px;
    height: 56px;
    background: url(../images/mv_icon_001.png);
    background-size: cover;
}

.con_inner_001 .txt_001 {
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    margin-left: 80px;
    margin: 0 0 50px 80px;
    position: relative;
}

.con_inner_001 .txt_002 {
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin-left: 10px;

}

.con_inner_001 .txt_003 {
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    max-width: 380px;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: -80px 0 0 550px;
}

.con_inner_001 .txt_004 {
    font-size: 20px;
    font-weight: 700;
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    position: relative;
    margin: 50px 0 0 230px;
}

.con_inner_001 .txt_001:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.con_inner_001 .txt_002:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.con_inner_001 .txt_003:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.con_inner_001 .txt_004:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.con_inner_002 .ttl_h3 {
    font-size: 25px;
    text-align: center;
    margin: 60px auto 50px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FFC014));
    background: linear-gradient(transparent 65%, #FFC014 0%);
    max-width: 590px;
    width: 100%;
}

.con_inner_002 .ttl_h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFC014));
    background: linear-gradient(transparent 70%, #FFC014 0%);
    padding: 0 0 3px;
}

.sp-show {
    display: none !important;
}

.img_center {
    text-align: center;
    margin-top: 20px;
}
.con_inner_002  {
    margin-top:50px;
}
@media screen and (max-width: 768px) {
    .con_inner_002 {
        margin-top: 130px;
    }
    .service-block.ml-20{
        margin-left: 0;
    }
    .service-block.mr-20{
        margin-right: 0;
    }
    .sp-show {
        display: inline !important;
    }

    .sp-hide {
        display: none !important;
    }

    .con_inner_001 .txt_001 {
        font-size: 20px;
        margin: 0 auto;
        max-width: 360px;
        padding: 10px 20px;
    }

    .con_inner_001 .txt_002 {

        max-width: 380px;
        margin: 150px 0 0;
    }

    .con_inner_001 .txt_003 {

        margin: -170px 0 0;
        max-width: 312px;
        float: right;
    }

    .con_inner_001 .txt_004 {
        max-width: 310px;
        margin: 30px 0 0;

        padding: 10px 20px;
        float: right;
        text-align: left;
    }

    .con_inner_002 .ttl_h3 {
        font-size: 25px;
        float: right;
        width: 60%;
        margin: 20px 0 0;
        background: none;
    }

    .hero-wrap.mycms-wrap {
        min-height: auto;
        height: 450px;
        margin-top: 0;
    }

    .mycms-wrap .img {
        height: 220px;
        margin-top: 5px;
    }

    .mycms-wrap .slider-text {
        margin-top: 0px;
    }

    .btn_001 a span {
        font-size: 12px;
    }

    .btn_001 a {
        font-size: 12px;
    }

    .title-bg {
        font-size: 15px;
    }
    .service .mx-3{
        margin:5px !important;
    }
}

.site-right {
    float: right;
    position: relative;
    /* right: -250px; */
}

.service-block h2 {
    font-size: 25px;
}

.post-title {
    margin-bottom: 1rem;
    border-bottom: 4px rgb(13 165 56) solid;
    position: relative;
    clear: both;
}

.post-preview h3,
.blog_content h1,
.article_title {

    padding-left: 10px;
    border-left: 5px solid #73b925;
}
.post-content h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    background: #2a9716;
    color: #ffffff;
    padding: 7px 14px;
    border-bottom: double 10px #f9f9f9;
    border-top: double 10px #f9f9f9;
    margin: 0 0 20px 0;
}
/* .first_section{
    top:80px;
} */
.post-preview{
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.post-preview::after{
    clear:both;
}
.post-preview i{
    margin-right:5px;
}

.post-media img {
    max-width: 100%;
    width: auto;
    height: 250px;
}
.meta-post ul li {
    display: inline;
    margin-right: 10px;
}

.post-content ol{
    max-width: 350px;
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
.post-content ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
  }

  .post-content ol li::before {
    content: counter(my-awesome-counter);
    color: #fcd000;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: black;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
  }

  .memo {
    margin-bottom: 1.5em;
    padding: 1em;
    background: #fff9e5;
    color: #545454;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.dx-block ul,
.post-content ul {
    border: solid 2px skyblue;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
  .dx-block ul li,
  .post-content ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
  }
  
  .dx-block ul li:before,
  .post-content ul li:before {
    
    font-family: "Ionicons";
    content: "\f119";/*アイコンの種類*/
    position: absolute;
    left : 1em;/*左端からのアイコンまでの距離*/
    color: #ee451d;/*アイコン色*/
  }

  .custom-snippet-link {
    display: flex;
    margin-bottom: 1em;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    transition: all .1s ease-in;
}

.custom-snippet-link .custom-snippet-eyecatch {
    width: 175px;
    flex-shrink: 0;
    position: relative;
}
.custom-snippet-link .custom-snippet-information {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-snippet-information .custom-snippet-heading {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0.3em;
    line-height: 1.3;
    color: #111;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.custom-snippet-link .custom-snippet-information .custom-snippet-description {
    font-size: 16px;

    margin-bottom: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
  }

.text-red{
    color:red;
}
.comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 600;
    border-radius: 4px;
    background: #73b925;
}

.comments-list .children {
    padding: 10px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}
.children .comment{
    border-left: 3px #999 solid;
    
}
.children .comment-body{
    padding-left:10px;
}

.post-reaction, .comment-reaction{
    margin-left:20px;
    border: 0;
    background: #cccccc3a;
    border-radius: 6.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #0dc527;
}
.reaction-msg{
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 12px;
    font-size: 0.75rem;
    border-radius: 4px;
    display: flex;
    padding: 6px 5px;
    color: rgb(255, 255, 255);
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
    animation: 0.4s ease 0s 1 normal none ;
    display: none;

}
.show-msg {
    display: inline !important;
}
.reaction-msg::before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    border-width: 5px 5px 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
    border-image: initial;
    transform: translateY(-50%);
}

.reactions{
    position: relative;
}
.reactions .badge {
    position: relative;
    top: -30px;
    left: 10px;
    z-index: 100;
    
    pointer-events: none;
}

.post-reaction .small{
    color: #212529;
}

.comment-reactions .active{
    color: #e93985;
}
.reactions  .active{
    color: #e93985;
}
.post-comments{
    clear: both;
}

.comment-footer{
    clear: both;
}
.mr-30{
    margin-right:30px;
}
.mr-20{
    margin-right:20px;
}
.comment-item{
    margin-left:20px;
    clear: both;
}
.comment-author-meta small{
    margin-left:20px;
}
.comment-body{
    border-bottom: 1px solid #e9e9e9;
}
.comment-reactions{
    justify-content: flex-end; /* float to right*/
    margin-bottom: 2px;
}

.article-card {
    width: 30%;
    margin-right: 15px;
    margin-top: 15px;
}
.article-information {
    display: flex;
    flex-direction: column;
    position: relative;
}
.article-information .article-title{
    color: #000;
}


/* social icons */

.credits .social-icons {
    display: inline-block;
    padding-left: 20px;
}

.social-icon {
    border-radius: 50%;
    line-height: 2em;
    border: 2px solid transparent;
    margin: 0.2857em 0.4285em 0.2857em 0
}


.social-icon {
    display: inline-block;
    width: 5rem;
    margin-right:30px;
    color: #fff;
    background-color: #08C;

    /* line-height: 3.2rem ; */
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: .6rem;

}

.social-icons .social-icon:hover,
.social-icons .social-icon:focus {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.social-icon.social-facebook {
    background-color: #3b5a9a;
    line-height: 1.5em;
}

.social-icon.social-twitter {
    background-color: #1aa9e1;
    line-height: 1.5em;
}

.social-icon.social-instagram {
    background-color: #7c4a3a
}

.social-icon.social-linkedin {
    background-color: #0073b2
}

.social-icon.social-gplus {
    background-color: #dd4b39
}

.social-icon.social-mail {
    background-color: #dd4b39
}

.social-icon.social-line {
    background-color: #2ba30d;
    line-height: 1.5em;
}

.icon-facebook:before {
    content: '\f09a';
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icon.social-twitter {
    background-color: #1aa9e1;
}

.social-icon.social-weixin {
    background-color: #0ad12b;
}

.icon-twitter:before {
    content: '\f099';
}

.icon-linkedin:before {

    content: "\f0e1";

}

.icon-instagram:before {
    content: "\f16d";
}

.social-icon.social-mail {
    background-color: #dd4b39;
}

.icon-mail-alt:before {
    content: '\e82e';
}

.small .social-icon {
    border-radius: 50%;
    line-height: 1.5em;
    border: 2px solid transparent;
    margin: 0.2857em 0.4285em 0.2857em 0
}

.sns-btn {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.sns-btn ul {
    margin: 0;
    padding: 14px 0 16px;
    background: #eaedf2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.sns-btn li {
    display: inline-block;
    position: relative;
}

.sns-btn__title {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    color: #cccfd7;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}
.sns-btn__title:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.sns-btn__title:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.sns-btn__title:before, .sns-btn__title:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #d8dae1;
    content: "";
}
.clearfix{
    display: block;
    content: "";
    clear: both;
}
.text-right {
    text-align: right!important;
}
.about-block li{
    display: flex;  
    justify-content: start;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(images/cms_1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(60%);
}
.block-w100 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    /* height: 300px; */
    z-index: 100;
}

.service-block .label-group {
    position: absolute;
    top: 0rem;
    right: 0;

}

.label-key{
    background: #e8da0a;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
}

/* news event */
.news-content-md dt, .news-content-sm dt {
    float: left;
    clear: left;
    font-weight: 400;
}
.thumbnail {
    display: block;
    width: 200px;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-title, .news-title-top {
    padding: 0 0 0.8em 14.6em;
    margin-bottom: 0.8em;
    /* border-bottom: 1px dashed #ccc; */
}
.sns-btn {
    text-align: center;
    overflow: auto;
    padding: 13px 15px 15px;
    margin-top: 20px;
    /* background: #f0f1f2; */
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover {
    background-color: #55acee;
}
.btn-twitter {
    background: #1aa9e1;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-hatena, .btn-hatena:focus, .btn-hatena:hover, .btn-line, .btn-line:focus, .btn-line:hover, .btn-pocket, .btn-pocket:focus, .btn-pocket:hover, .btn-twitter, .btn-twitter:focus, .btn-twitter:hover {
    color: #fff;

    border: none;
}
.btn-facebook {
    background: #3a589d;
}
.btn-line {
    background: #06C755;
}
.btn-hatena, .btn-hatena:focus, .btn-hatena:hover {
    background-color: #00a5de;
}
.fa-hatena:before {
    content: "B!";
    /* font-family: Verdana; */
    font-weight: 700;
}
.btn-pocket, .btn-pocket:focus, .btn-pocket:hover {
    background-color: #ef3f56;
}
.fa-pocket:before {
    content: "\f265";
}
.content-page h3, .header-title-bd, .header-title-bd-sm {
    clear: both;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 10px 0 10px;
    border-left: 7px solid #0072ba;
}
.header-meta {
    color: #0072ba;
    margin-bottom: 15px;
}
.header-meta span.header-meta-cap:before {
    content: "|";
    margin: 0 10px;
}
.header-title-entry, .header-title-md {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 10px;
}
aside .panel-default .panel-heading {
    padding: 0;
    background-color: #0072ba;
    border-bottom: none;
    margin-top: 10px;
}
.panel-title {
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
    padding: 12px 10px;
    color: #fff;
}
.collapse.in {
    display: block;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

aside a.list-group-item {
    color: #0059aa;
}
.slide-top{
    margin-top: 350px;
}
.link-image {
    /* background-attachment: scroll; */
    cursor: pointer;
    z-index: auto !important;
    /* background-size: contain; */

}
@media (max-width: 767px) {
    .link-image {
        background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-attachment: fixed; */
        cursor: pointer;
        z-index: auto !important;
        /* background-size: contain; */
    
    }
    .down-triangle {
        margin-top: 80px;
    }
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 4px rgb(15 223 129) solid;
}

/* service list */

.service-list  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: proxima-nova,sans-serif;
}
.service-list.is-centered {
    -ms-flex-pack: center;
    justify-content: center;
}
.service-list >.__item {
    background-color: #00b050;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px 15px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    color: #ffff;
}
.__item .__text{
    color:#fff;
    font-weight: 600;
    font-size:20px;
}
.service-list >.__item>.__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.service-list >.__item>.__text {
    vertical-align: middle;
}
.service-list >.__item:before{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}
.service-list >.__item:after{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}
.service-list >.__item:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f061";
    color: #fff;
    margin-left: 5px;
    font-size: 13px;
}
.service-list >.__item:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f02b";
    color: #fff;
}

.right-arrow {
    height: 20px;
    width: 40px;
    background-color: #007bff;
    position:  relative;
    margin-top: 20px;
}

.right-arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #007bff;
    position:  absolute;
    top: -50%;
    left: 100%;
}
.down-arrow {
    /* height: 20px;
    width: 40px;
    background-color: #007bff; */
    position:  relative;
    margin-top: 20px;
}
.down-arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: #007bff transparent transparent transparent;

}

.down-triangle{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #007bff;
    position: relative;
    top:50px;
    left:50%;
  }

.feature-block{
    margin-top:20px;
}

/* Table CSS*/

.csstable {
    margin: 20px 0 20px 0;
    width: 100%;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
    display: table;
}

@media screen and (max-width: 580px) {
    /* .table {
        display: block;
    } */
}

.tbrow {
    display: table-row;
    background: #f6f6f6;
}

.tbrow:nth-of-type(odd) {
    background: #e9e9e9;
}

.tbrow.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.tbrow.green {
    background: #27ae60;
}

.tbrow.blue {
    background: #2980b9;
}

.tbrow:hover {
    background-color: #dff58e;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
    .tbrow {
        padding: 8px 0;
        display: block;
    }

}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

@media screen and (max-width: 580px) {
    .cell {
        padding: 2px 12px;
        display: block;
    }
}
/* end of CSS table */
