@charset "UTF-8";
iframe {
    max-width: 100%
}

* {
    word-break: break-word;
}

table {
    width: 100% !important;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

.blog-content ol {
    list-style: lower-roman;
    padding-left: 30px;
}

.blog-content ul {
    list-style: initial;
    padding-left: 30px;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70)
}

img {
    max-width: 100%;
    height: auto
}

.sm {
    display: none !important
}

@media (max-width:768px) {
    .sm {
        display: block !important
    }

    .container {
        padding: 0 10px
    }
}

.btn-menu {
    display: none
}

.coppyright {
    text-align: center;
    font-size: 10px;
}

.go_top {
    width: 100%;
    height: 50px;
    background: #fcdee4;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width:768px) {
    .go_top {
        margin-bottom: 20px
    }
}

.go_top img {
    margin-top: 18px
}

.btn01 {
    width: 258px;
    height: 49px;
    text-align: center;
    border: 2px solid #ce2700;
    color: #2e2e2e;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    letter-spacing: 0.075em;
    background: url(../img/icon04.png) no-repeat right 16px center;
    padding-top: 10px;
    font-weight: bold;
    position: relative;
    z-index: 20
}

.btn01.stl2 {
    color: #fff;
    border-color: #fff;
    background: url(../img/icon05.png) no-repeat right 16px center
}

.btn01.stl2:hover {
    border-color: #ce2700
}

.btn01:hover {
    background: #ce2700 url(../img/icon05.png) no-repeat right 16px center;
    color: #fff;
    text-decoration: none
}

.blog.stl2 .content {
    padding-top: 59px;
    padding-bottom: 73px
}

.blog.stl2 .content a:hover .image:after {
    border: 5px solid #ce2700
}

.blog.stl2 .content a:hover p {
    color: #ce2700
}

.blog.stl2 .content a .image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    left: 0;
    border: 0px solid #ce2700
}

.blog .content .row {
    margin: 0 -4px;
    background: #fff
}

.blog .content a:hover h3 {
    color: #ce2700
}

.blog .content a:hover .image .bage {
    opacity: 1;
    width: 132px
}

.blog .content a:hover .image .bage svg {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: .2s, .3s;
    -o-transition-delay: .2s, .3s;
    transition-delay: .2s, .3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.17, 1.5, 0.5, 1);
    -o-transition-timing-function: ease, cubic-bezier(0.17, 1.5, 0.5, 1);
    transition-timing-function: ease, cubic-bezier(0.17, 1.5, 0.5, 1)
}

.blog .content a h3 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.075em;
    color: #000000;
    font-weight: bold;
    margin-bottom: 2px
}

.blog .content a .image img {
    width: 100%
}

.blog .content a .image .bage {
    position: absolute;
    width: 0;
    height: 54px;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    opacity: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #ce2700;
    letter-spacing: 0.075em;
    padding: 15px 16px 0 0
}

.blog .content a .image .bage svg {
    fill: #fff;
    position: absolute;
    top: 36%;
    left: 63%;
    width: 20px;
    height: 15px;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.blog .content a .date {
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 12px;
    margin-bottom: -4px
}

.blog .content a p {
    font-size: 18px;
    line-height: 28px;
    color: #000000
}

.profile .cover .content {
    padding: 74px 44px 80px
}

.profile .cover .content h2 {
    color: #2b2b2b;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.14em;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.profile .cover .content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 31px;
    position: relative;
    z-index: 10
}

.banner {
    padding: 80px 0;
    text-align: center
}

.banner .ctn {
    display: inline-block;
    width: 450px;
    position: relative;
    margin: 0 8px
}

.banner .ctn a {
    display: block
}

.banner .ctn a:hover .caption {
    background: rgba(206, 39, 0, 0.6)
}

.banner .ctn a:hover .caption p {
    color: #fff;
    text-decoration: underline
}

.banner .ctn img {
    position: relative;
    z-index: 1
}

.banner .ctn .caption {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.banner .ctn p {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 3;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #fff;
    font-weight: bold
}

.banner .ctn.overlay {
    z-index: 10
}

.social {
    padding-bottom: 80px
}

.social .row {
    margin: 0 -4px
}

.social .row .col-md-4 {
    padding: 0 4px
}

.social .row .col-md-4.tw .heading {
    background: #00a4f4
}

.social .row .col-md-4.tw .content {
    border: 1px solid #00a4f4
}

.social .row .col-md-4.face .heading {
    background: #345a9e
}

.social .row .col-md-4.face .content {
    border: 1px solid #345a9e
}

.social .row .col-md-4.bl .content {
    padding: 16px 13px
}

.social .row .col-md-4.bl .content ul li {
    padding: 0 9px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 15px
}

.social .row .col-md-4.bl .content ul li span {
    display: block
}

.social .row .col-md-4.bl .content ul li a {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.social .heading {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    background: #000000;
    padding: 15px 0 13px
}

.social .content {
    height: 325px;
    overflow-y: scroll;
    border: 1px solid #000
}

@media (max-width:768px) {
    .blog.stl2 .content {
        padding: 30px 0
    }
    .blog .content {
        padding: 20px 0
    }
    .blog .content .row .col-md-4 {
        margin-bottom: 25px
    }
    .blog .content a h3 {
        text-align: center;
        font-size: 20px !important
    }
    .blog .content a .image img {
        display: block;
        margin: 0 auto;
        height: auto
    }
    .blog .content a .image .bage {
        opacity: 0
    }
    .banner {
        padding: 10px 0
    }
    .banner .ctn {
        width: 100%;
        margin: 10px 0
    }
    .banner .ctn p {
        width: 100%;
        font-size: 20px
    }
    .banner .ctn a img {
        width: 100%
    }
    .profile .container {
        padding: 0
    }
    .profile .cover {
        padding: 0 0
    }
    .profile .cover .content {
        position: relative;
        z-index: 1;
        padding: 40px 20px
    }
    .social {
        padding-bottom: 40px
    }
    .social .row .col-md-4 {
        margin-bottom: 15px
    }
}

.blog.slt3 {
    padding-top: 35px
}

.blog.slt3 .row {
    margin: 0 0 60px !important
}

.blog.slt3 .row-fix {
    margin-left: -15px;
    margin-right: -15px
}

.blog.slt3 .row-fix .col-md-4 {
    margin-bottom: 30px
}

.blog.slt3 .row-fix .col-md-4 .inner .image {
    margin-bottom: 12px
}

.blog.slt3 .row-fix .col-md-4 .inner h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0
}

.blog.slt3 .row .col-md-4 {
    margin-bottom: 26px
}

.ttl-sub2 span {
    background: #fff;
    font-size: 36px;
    letter-spacing: 0.075em;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    z-index: 10;
    position: relative
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

@media (min-width:768px) {
    .blog.slt3 .row {
        margin: 0 0 40px
    }
    .blog.slt3 .row .col-md-4 {
        margin-bottom: 26px
    }
    .blog.slt3 .pic {
        padding-right: 40px;
        padding-left: 0
    }
    .blog.slt3 .revert .pic {
        float: right;
        padding-right: 0;
        padding-left: 40px
    }
}

.container .row.has-arrow {
    position: relative;
    padding-bottom: 42px;
    margin-bottom: 82px !important
}

.has-arrow .arrow {
    position: absolute;
    width: 86px;
    height: 41px;
    top: 100%;
    left: 50%;
    margin-left: -43px;
    background: url(../img/icon22.png) no-repeat center center
}

@media (max-width:768px) {
    .blog.slt3 .row {
        margin: 0 0 20px
    }
    .blog.slt3 h3 {
        font-size: 24px
    }
    .blog.slt3 .pic {
        padding: 0;
        margin-bottom: 20px
    }
    .blog.slt3 .pic img {
        display: block;
        width: 100%
    }
    .ttl-sub2 span {
        font-size: 32px
    }
    body .container .row.has-arrow {
        padding-bottom: 30px;
        margin-bottom: 40px !important
    }
    .has-arrow .arrow {
        position: absolute;
        width: 42px;
        height: 20px;
        top: 100%;
        left: 50%;
        margin-left: -21px;
        background: url(../img/icon22.png) no-repeat center center;
        background-size: 100% auto
    }
}

.btn-sns {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.box-faq {
    padding: 30px 0 0;
    margin-bottom: 15px
}

.box-faq .heading {
    width: 100%;
    margin-bottom: 0;
}

.box-faq .heading .icon {
    color: #000
}

.box-faq .heading .text-faq {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle
}

.box-faq .content .icon {
    vertical-align: top;
    padding: 6px 0
}

.box-faq .content .text-faq {
    padding: 6px 0 6px 2px
}

.box-faq .icon {
    display: table-cell;
    width: 47px;
    font-size: 28px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    color: #45991c
}

.box-faq .text-faq {
    display: table-cell;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px
}

@media (max-width:768px) {
    .box-faq .icon {
        width: 45px;
        vertical-align: top
    }
}

body .search {
    float: right;
    border: 1px solid #777;
    margin-bottom: 15px
}

.search input {
    float: left;
    width: 200px;
    height: 30px;
    background: none;
    border: 0;
    outline: none;
    padding-left: 10px
}

#trust-form #confirm-button input[type=submit]:hover{

  opacity: 0.8;

}

#snsbox img {
    max-width: 88px;
    max-height: 28px;
}

.search button {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/icon20.png) no-repeat center center;
    background-size: auto 100%;
    border: 0;
    outline: none
}

@media (max-width:768px) {
    .search input {
        max-width: 110px
    }
}

.sidebar .search {
    width: 100%
}

.sidebar .search input {
    width: 85%
}

.sidebar .search button {
    width: 15%
}

.ttl-blog {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 27px
}

.page-blog .desc {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
}

.page-blog .col-md-4 {
    margin-bottom: 30px
}

.page-blog .col-md-4 img {
    display: block;
    width: 100%
}

.page-blog h3 {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 4px
}

.page-blog p {
    margin: 0 0 15px
}

.page-blog .date {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px
}

.page-blog .staff {
    font-size: 14px;
    font-weight: bold
}

.page-blog .staff img {
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 50px;
    margin-right: 5px
}

.sub-cat a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    font-size: 10px;
    margin: 0 3px 5px 0;
    padding: 2px 7px
}

.sub-cat a:hover {
    background-color: #000;
    color: #fff
}

.page-navitation {
    padding-top: 20px;
    margin-bottom: 50px
}

.page-navitation .right {
    float: right
}

.page-navitation .right a,
.page-navitation .right span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 12px;
    color: #fff;
    background: #ccc;
    text-decoration: none
}

.page-navitation .right a.current,
.page-navitation .right span.current {
    background: #45991c
}

.page-navitation .right a:hover {
    background: #45991c
}

h1.ttl-blog-detail {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px
}

.single-blog-detail .top-dtl {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px
}

.single-blog-detail .top-dtl img {
    border-radius: 50px;
    margin-right: 5px
}

.single-blog-detail .top-dtl .date2 {
    font-size: 16px;
    float: right;
    line-height: 32px
}

.single-blog-detail .social-dtl {
    margin-top: 10px;
    margin-bottom: 25px
}

.single-blog-detail .social-dtl ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    float: left
}

.single-blog-detail .social-dtl ul li a {
    display: block
}

.single-blog-detail .social-dtl ul li a img {
    margin: 0
}

.single-blog-detail .social-dtl ul li iframe {
    margin: 0
}

.page-template table thead tr td {
    background: #666;
    color: #fff
}

.page-blog-detail table {
    width: 100% !important;
    margin: 0 auto 24px;
    font-size: 18px
}

.page-blog-detail h3 {
    font-size: 28px;
    letter-spacing: 0.075em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 16px
}

.page-blog-detail p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 16px
}

div.mokuji {
    margin: 20px 0;
    padding: 20px;
    border: 3px dashed #595959
}

div.mokuji h2 {
    border: none;
    margin: 0 0 20px;
    padding: 0 10px
}

div.mokuji span {
    font-size: 25px;
    margin: 0 0 20px;
    padding: 0 0 0 36px;
    display: block;
    background: url("../img/bg_mokuji.png") no-repeat;
    background-position: left center;
    font-weight: bolder
}

div.mokuji>p {
    font-size: 25px;
    margin: 0 0 20px;
    padding: 0 0 0 36px;
    display: block;
    background: url("../img/bg_mokuji.png") no-repeat;
    background-position: left center;
    font-weight: bolder
}

div.mokuji ul {
    padding-top: 0;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    font-size: 16px;
    margin: 20px 0;
}

.box-author {
    display: table;
    width: 100%;
    border: 1px solid #ccc
}

.box-author .avarar {
    display: table-cell;
    width: 120px;
    padding: 10px;
    vertical-align: top
}

.box-author .avarar img {
    border-radius: 100px
}

.box-author .infor {
    display: table-cell;
    vertical-align: top;
    padding: 10px
}

.box-author .infor ul {
    margin-top: 15px
}

.box-author .infor ul li {
    margin-bottom: 10px
}

.box-author .infor ul li a {
    font-size: 12px;
    line-height: 22px;
    color: blue
}

.box-author .infor ul li a:hover {
    color: red
}

.box-author .infor ul li span {
    font-size: 11px;
    margin-left: 5px
}

.box-author .ttl-tab {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background: #f3f3f3
}

.box-tab {
    margin: 40px 0
}

.tabs-menu li {
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 0
}

.tabs-menu li a {
    display: block;
    font-size: 14px;
    padding: 4px 10px
}

.tabs-menu li.current a {
    background: #ccc
}

.tab-content {
    display: none
}

.cv-image {
    display: block
}

#tab-1 {
    display: block
}

@media (min-width:768px) {
    .link-block .cv-image {
        position: relative
    }
    .link-block .cv-image:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        left: 0;
        border: 0px solid #ce2700
    }
    .link-block:hover .cv-image:after {
        border: 5px solid #ce2700
    }
    .link-block:hover h3 {
        color: #ce2700
    }
}

@media (max-width:768px) {
    .box-author .avarar {
        float: left;
        width: 100%
    }
    .box-author .avarar img {
        display: block;
        margin: 0 auto
    }
    .box-author .infor {
        float: left;
        width: 100%
    }
    .ttl-blog-detail {
        font-size: 25px;
        line-height: 35px
    }
}

.problem {
    background: #eeeeee;
    padding: 72px 0 60px
}

.problem h2 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    margin-bottom: 30px
}

.problem .content {
    padding: 0 150px
}

.problem ul li {
    padding: 2px 0 2px 54px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
    color: #000000;
    background: url(../img/icon25.png) no-repeat left 2px;
    margin-bottom: 18px
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn-center {
    text-align: center;
    margin-top: 37px
}

.btn03 {
    display: inline-block;
    padding: 10px 0;
    margin: 0 auto;
    width: 263px;
    text-align: center;
    color: #fff;
    background: #ef7c0c;
    font-size: 24px;
    border: 0;
    outline: none
}

.coppyright.stl2 {
    text-transform: uppercase;
    padding: 12px 0 13px
}

@media (max-width:768px) {
    .content-bl .text {
        margin-bottom: 20px
    }
    .content-bl .pic {
        width: 100%;
        padding: 0 !important
    }
    .content-bl .pic img {
        width: 62.59%;
        display: block;
        margin: 0 auto
    }
    .problem .content {
        padding: 0
    }
    .arrowlp .desc {
        padding: 0 0 30px
    }
    .content-bl3 .cover-tbl {
        padding: 0
    }
    .content-bl3 .cover-tbl.stl2 table tr td:first-child {
        width: 130px
    }
    .content-bl3 .cover-tbl table tr td:first-child {
        width: 130px
    }
    .arrowlp:after {
        background-size: auto 100%
    }
    .arrowlp2:after {
        background-size: auto 100%
    }
}

.s2_message {
    padding: 80px 0 50px
}

.page-blog-detail img.size-full {
    height: auto !important
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: bold;
    margin-bottom: 10px
}

.blog-content blockquote {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/quote.png)
}

.blog-content h1 {
    font-size: 26px
}

.blog-content h2 {
    font-size: 24px;
    border-left: 5px solid #000;
    padding-left: 20px;
    border-bottom: none;
    text-align: left;
    margin: 32px 0 16px
}

body.mail .blog-content h2 {
    font-size: 24px;
    border-left: 5px solid #000;
    padding-left: 20px;
    border-bottom: none;
    text-align: left;
    margin: 32px 0 16px
}

.blog-content h3 {
    font-size: 22px;
    border-bottom: 3px solid #ce2700;
    padding-bottom: 4px;
    margin: 24px 0 16px
}

.blog-content h4 {
    font-size: 14px;
    background-color: #f3f3f3;
    padding: 5px 20px;
    line-height: 1.4em
}

.blog-content h5 {
    font-size: 18px
}

.blog-content p {
    margin-bottom: 15px
}

.blog-content .social-dtl ul {
    padding-left: 0
}

.blog-content em,
.blog-content strong {
    font-weight: bold
}

.blog-content a {
    color: #6A3D8B
}

.blog-content a:hover {
    text-decoration: underline
}

.blog-content iframe {
    margin: 10px 0
}

.blog-content table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px
}

.blog-content table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    border: 1px solid #ccc;
    padding: 8px 19px 7px
}

.blog-content img {
    display: block;
    margin: 10px auto
}

.blog-content #snsbox ul li iframe,
.blog-content #snsbox ul li img {
    margin: 0
}

.blog-content img.alignright {
    float: right
}

.blog-content img.alignleft {
    float: left
}

.blog .content a p,
.defalt-page p,
.profile .cover .content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.1px;
    color: #292929
}

.btn01 {
    height: 54px;
    padding: 0;
    text-align: center;
    line-height: 53px
}

.btn01:hover {
    background-color: #45991c
}

.blog .content a h3 {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.blog .content a h3:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 40px;
    background-color: #000;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    display: none
}

.blog .content a:hover h3 {
    color: #45991c
}

.blog .content .row .col-md-4 {
    padding: 30px 15px
}

.blog .content .row .col-md-4 a.view {
    text-align: center;
    display: block;
    border: 1px solid #000;
    border-radius: 4px;
    line-height: 40px;
    margin-top: 40px
}

.blog .content a .image .bage {
    line-height: 40px;
    width: 85px;
    height: 40px;
    padding: 0;
    background-color: #000000
}

.blog .content a:hover .image .bage {
    opacity: 0.8;
    width: 85px
}

.blog .content a .image .bage svg {
    right: 6px;
    top: 13px;
    width: 15px;
    opacity: 1;
    left: inherit
}

.btn01.stl2 {
    background-color: transparent;
    border-color: gray;
    color: black;
    background: url(../img/icon04.png) no-repeat right 16px center
}

.btn01.stl2:hover {
    background: url(../img/icon05.png) no-repeat right 16px center;
    border-color: #45991c;
    background-color: #45991c;
    color: white
}

.blog .content a .image img {
    height: auto
}

.blog-content .ts-fab-wrapper {
    border: 1px solid #e2e2e2
}

.blog-content ul.ts-fab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px !important
}

.blog-content ul.ts-fab-list li {
    width: 50%;
    margin: 0 !important;
    background-color: #e9e9e9 !important;
    padding: 10px !important;
    border: 1px solid #e2e2e2
}

.blog-content ul.ts-fab-list li a {
    padding: 12px;
    border-bottom: 1px solid #e2e2e2;
    display: inline
}

.blog-content ul.ts-fab-list li.active {
    background-color: #FFF !important;
    border: 0
}

.blog-content ul.ts-fab-list li.ts-fab-bio-link a {
    background-position: top 10px left 6px;
    padding-left: 30px !important
}

.blog-content ul.ts-fab-list li.active a {
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    color: black
}

.blog-content .ts-fab-tab {
    border: 0
}

.blog-content .ts-fab-avatar>img {
    border-radius: 50%;
    margin: 0
}

.ts-fab-text h4 {
    background-color: transparent
}

.ts-fab-content p {
    text-align: justify
}

.ts-fab-list li.ts-fab-latest-posts-link a {
    background-position: 9px -191px !important;
    padding-left: 30px !important
}

#snsbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0
}

#snsbox ul li {
    margin-right: 10px;
    list-style-type: none
}

#snsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrap_block {
    margin-top: 20px;
}
.wrap_block:after {
    content: '';
    display: table;
    clear: both;
}


.wrap_block .left-main {
    border: 1px solid #e2e2e2;
    padding: 0 25px 0 25px;
    margin-bottom: 30px;
    padding-top: 25px;
}

body.single .left-main .author-infor {
    margin: 10px 0 20px 0
}

body.single .left-main .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

body.single .left-main .post-categories li {
    margin: 5px;
    margin-right: 10px;
    margin-left: 0
}

body.single .left-main .post-categories li a {
    padding: 10px 15px;
    color: black;
    border-radius: 2px;
    background-color: #e4e4e4
}

body.single .left-main .post-categories li a:hover {
    background-color: #45991c;
    color: white
}

@media (max-width:768px) {
    body.single .left-main .post-categories li {
        margin-bottom: 21px !important
    }
}

.link-block:hover h3 {
    color: #45991c
}

body.single .ttl-blog-detail {
    font-size: 30px;
    line-height: 1.46;
    letter-spacing: 1.5px;
    color: #282828
}

body.single .blog-content {
    margin-top: 20px
}

.lstCategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
    padding: 0;
}

.lstCategories ul li {
    margin: 10px;
    margin-left: 0
}

.lstCategories ul li a {
    padding: 4px 12px;
    background-color: #e2e2e2;
    color: black;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 13px
}

body.category .author-infor {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin: 0 -15px;
    padding-left: 15px;
    margin-top: 10px
}

body.category .author-infor img {
    max-width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px
}

body.category .author-infor .top-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.category .page-blog .date {
    margin: 10px 0
}

body.category .page-blog .sub-cat a {
    padding: 4px 12px;
    background-color: #e2e2e2;
    color: black;
    border: 0;
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.section-sing-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px
}

.category-section {
    width: 74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px solid #e2e2e2;
    margin-right: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.category-section h3 {
    margin-right: 20px;
    margin-bottom: 0;
    padding: 7px 20px;
    background: black;
    color: white;
    position: relative;
    line-height: 34px;
    padding-left: 30px
}

.category-section h3:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    background-color: white;
    border-radius: 50%;
    top: 40%;
    left: 13px
}

.category-section h3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 30px solid black;
    border-bottom: 24px solid transparent;
    right: -30px;
    top: 0
}

.category-section .lstCats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 73%
}

.category-section .lstCats li {
    margin: 15px;
    margin-left: 0
}

.category-section .lstCats li a {
    padding: 12px 20px;
    background-color: #e2e2e2;
    color: black;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 16px
}

.searchform-section {
    width: 25%
}

.searchform-section .search {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border: 0
}

.searchform-section .search input {
    background-color: #e4e4e4;
    height: 43px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80%;
    border: 0
}

.searchform-section .search button[type=submit] {
    background-color: #636363;
    height: 43px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20%;
    background-size: auto
}

body.category h1.ttl-blog {
    display: none
}

.page-blog .col-md-4 img {
    height: auto;
    width: auto
}

body.category .blog-item {
    padding: 15px;
    border: 1px solid #e2e2e2
}

.lstBlogitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.lstBlogitems .blog-item {
    width: 31%;
    margin: 15px 1%
}

.lstBlogitems .link-block .cv-image {
    position: inherit
}

.link-block:hover .cv-image:after {
    border: 5px solid #45991c
}

body.page-template-faq .box-faq {
    border: 1px solid #e2e2e2;
    padding: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0px;
    padding: 30px 0;
    border-top: 0
}

body.page-template-faq .box-faq .icon {
    border-radius: 50%;
    height: 47px;
    line-height: 28px;
    font-weight: normal
}

.box-faq .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.page-template-faq .box-faq .heading {
    padding-left: 0px
}

body.page-template-faq .box-faq .content {
    padding-left: 30px;
    padding: 10px 0px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    padding-left: 0
}

.box-faq .heading .icon {
    background-color: black;
    color: white
}

body.page-template-faq .box-faq .content .icon {
    background-color: #FFEADA;
    color: black
}

body.page-template-faq .box-faq .text-faq {
    padding-left: 25px
}

body.page-template-faq .box-faq .text-faq {
    width: 95%;
    padding-right: 25px;
    max-width: 95%;
    padding-bottom: 0;
    padding-top: 0px
}

.btn01,
.btn01.stl2 {
    background-color: #45991c;
    color: white;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 8px auto;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-position: left 43px center;
    border-color: transparent;
    width: 300px;
    border-radius: 4px
}

.btn01 i,
.btn01.stl2 i {
    margin-right: 10px;
    font-size: 14px
}

@media (max-width:768px) {
    .blog .content a p,
    .defalt-page p,
    .profile .cover .content p {
        letter-spacing: 1px;
        padding: 0 15px;
        text-align: justify
    }
    .section-sing-category {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .category-section {
        width: 100%;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 15px
    }
    .category-section h3 {
        width: 150px;
        margin-bottom: 20px
    }
    .category-section .lstCats {
        width: 100%
    }
    .category-section .lstCats li {
        margin: 7px
    }
    .category-section .lstCats li a {
        padding: 5px 10px
    }
    .searchform-section {
        width: 100%;
        margin-top: 20px
    }
    .lstBlogitems .blog-item {
        width: 100%;
        margin: 15px 0
    }
    .searchform-section .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .searchform-section .search form {
        width: 100%
    }
    .searchform-section .search input {
        max-width: inherit
    }
    .btn-menu#btn-menu-sm {
        left: 18px;
        top: 0px;
        background-color: white;
        height: 30px;
        width: 40px;
        padding-top: 30px
    }
    .btn-menu#btn-menu-sm:before {
        width: 40px;
        height: 11px;
        content: '';
        display: block;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    .btn-menu#btn-menu-sm:after {
        width: 40px;
        content: '';
        margin-top: -46px;
        display: block;
        border-bottom: 2px solid black
    }
    #navigation.active {}
}

@media (min-width:768px) {
    body.single .left-main {
        width: 72%;
        margin: 0 auto 30px;
        float: none;
    }
    nav {
        padding-top: 20px;
        padding-bottom: 15px !important
    }
}
.wrap_block .sidebar {
    display: none;
}

.blog.stl2 .content a:hover .image:after {
    border-color: #a61c45
}

.banner .ctn a:hover .caption {
    background: rgba(166, 28, 69, 0.6)
}

body.page-template-faq .box-faq .content .icon {
    background-color: #a61c45;
    color: white
}

.blog.stl2 .content a:hover p {
    color: #a61c45
}

.wpcf7-form td {
    padding: 5px 0 5px 0;
}

.wpcf7-form input {
    width: 100%;
}

.wpcf7-form textarea {
    height: 150px;
    width: 100%;
}

.wpcf7-form input[type=submit] {
    width: 100px;
    display: inline-block;
    margin: 0 auto;
}

.lstItem02Box {
    margin-bottom: 40px;
}

.theme-default .nivo-directionNav a {
    width: 33px !important;
}

.go_top {
    width: 100%;
    height: 50px;
    background: #fcdee4;
    text-align: center;
    margin-bottom: 50px;
}

.go_top {
    position: relative;
}

.go_top:hover:before {
    content: '';
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}

@media (max-width:767px) {
    .go_top {
        margin-bottom: 20px;
    }
}

.go_top img {
    margin-top: 18px;
}

@media (max-width:768px) {
    .btn-menu#btn-menu-sm {
        left: 18px;
        top: 30px;
        background-color: white;
        padding-top: 0;
        height: 30px;
        width: 40px;
        left: auto;
        right: 28px
    }
    .btn-menu#btn-menu-sm:before {
        width: 30px;
        height: 13px;
        content: '';
        display: block;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        top: 15px;
        position: absolute;
        left: 50%;
        margin-left: -15px
    }
    .btn-menu#btn-menu-sm:after {
        width: 40px;
        content: '';
        margin-top: -46px;
        display: block;
        border-bottom: 2px solid black
    }
    #snsbox ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #snsbox ul li {
        margin-bottom: 10px;
        margin-right: 1%;
    }
    .blog-content ul.ts-fab-list .ts-fab-bio-link {
        width: 40%
    }
    .blog-content ul.ts-fab-list .ts-fab-latest-posts-link {
        width: 58%
    }
    body{
        overflow-x: hidden;
    }
}

.page-blog .blog-item {
    padding: 15px;
    border: 1px solid #e2e2e2
}

.page-blog .author-infor {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin: 0 -15px;
    padding-left: 15px;
    margin-top: 10px
}

.page-blog .author-infor img {
    max-width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px
}

.page-blog .author-infor .top-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-blog .date {
    margin: 10px 0
}

.page-blog .sub-cat a {
    padding: 4px 12px;
    background-color: #e2e2e2;
    color: black;
    border: 0;
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.page-navitation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category-section .lstCats li.cat-item-4 a,
.lstCategories ul li a.cat-item-4,
.page-blog .sub-cat a.cat-item-4,
.post-categories a.cat-item-4 {
    background-color: #45991c !important;
    color: #FFF !important
}

.category-section .lstCats li.cat-item-12 a,
.lstCategories ul li a.cat-item-12,
.page-blog .sub-cat a.cat-item-12,
.post-categories a.cat-item-12 {}

.blog-content h3 {
    border-bottom: #000
}

.lstCategories ul li {
    margin-top: 0px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    body.post-template-default.single-post .page-blog-detail {
        margin-top: 0px !important
    }
}

@media (max-width:768px) {
    .category-section h3 {
        width: 170px
    }
    .lstBlogitems {
        margin: 0
    }
}

body.category .page-blog .sub-cat a.cat-item-4 {
    background-color: #45991c !important;
    color: #FFF !important
}

body.category .page-blog .sub-cat a.cat-item-12 {
    background-color: #45991c !important;
    color: #FFF !important
}

.time-section {
    margin-bottom: 10px;
    margin-top: 20px;
}

.flow-wrap .item {
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 60px
}

.flow-wrap .item:before {
    content: '';
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 27px solid #e6e6e6;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -27px
}

.flow-wrap .item:last-child:before {
    display: none
}

.flow-wrap .item .img {
    float: right;
    margin-left: 50px
}

.flow-wrap .item .txt {
    padding: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.8
}

.flow-wrap .item .txt h3 {
    font-size: 1.85em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.faq-wrap .anchor-link {
    text-align: center
}

.faq-wrap .anchor-link a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 38px 10px 22px;
    border-radius: 25px;
    background: #e9e9e9 url(../img/black_arrow.png) center right 15px no-repeat;
    box-shadow: 0 2px 0 #c1c1c1;
    -moz-box-shadow: 0 2px 0 #c1c1c1;
    -webkit-box-shadow: 0 2px 0 #c1c1c1;
    -ms-box-shadow: 0 2px 0 #c1c1c1;
    -o-box-shadow: 0 2px 0 #c1c1c1;
    margin: 8px
}

.faq-wrap .anchor-link a:hover {
    opacity: 0.7
}

.faq-wrap h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 34px
}

.box-faq {
    margin-bottom: 20px;
    border: 2px solid #cecece;
    padding: 0
}

.box-faq .heading {
    font-size: 18px;
    font-weight: bold;
    background: url(../img/icon_q.png) 25px center no-repeat
}

.box-faq .content {
    border-top: 1px solid #cecece;
    background: #fbfbf9 url(../img/icon_a.png) 20px center no-repeat
}

.box-faq .content p:last-of-type {
    margin-bottom: 0
}

@media (max-width:768px) {
    .flow-wrap .item {
        padding-top: 15px;
        margin-bottom: 40px
    }
    .flow-wrap .item .txt h3 {
        font-size: 1.5em
    }
    .flow-wrap .item .img {
        float: none;
        text-align: center
    }
    .faq-wrap .anchor-link a {
        padding: 7px 25px 7px 15px;
        background-position: center right 10px;
        width: 100%;
        margin: 8px 0
    }
    .faq-wrap h2 {
        font-size: 24px
    }
    .box-faq .heading {
        padding: 20px 10px 20px 70px;
        background-position: 15px center
    }
    .box-faq .content {
        padding: 15px 10px 15px 70px;
        background-position: 15px center
    }
}

@media (max-width:768px) {}

.blog_section .post_item {
    padding: 15px;
    width: 32%;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    position: relative;
}

.blog_section .post_item .image {
    float: left;
    margin: 0;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
    height: 180px;
    width: 100%;
    margin-bottom: 15px
}

.blog_section .post_item .image img {
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.blog_section .post_item .date {
    margin-bottom: 10px
}

.blog_section .post_item p {
    margin-bottom: 20px;
    line-height: 22px
}

.single-posts.related-post h2 {
    font-size: 21px;
}

.read_more_section {
    margin-top: 40px;
    text-align: center
}

.read_more._template {
    background-color: #45991c;
    color: white;
    display: inline-block;
    padding: 17px 60px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px
}

.h2_underline h2 {
    position: relative;
    padding-bottom: 10px;
    font-size: 34px;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .h2_underline h2 {
        font-size: 21px
    }
}

.h2_underline h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #45991c;
    content: '';
    right: 0;
    margin: 0 auto
}

.lstService .pic {
    padding-right: 25px
}

@media (max-width:768px) {
    .lstService .pic {
        padding: 0;
        margin-bottom: 15px
    }
}

.lstService .row .text p {
    line-height: 1.8em
}

.lstService .row.revert .text {
    padding-left: 0 !important;
    padding-right: 25px !important
}

@media (max-width:768px) {
    .lstService .row.revert .text {
        padding: 0 !important
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .lstService .row.revert .text {
        padding-left: 25px !important;
        padding-right: 0 !important
    }
}

.lstService .row.revert .pic {
    padding-left: 25px !important;
    padding-right: 0
}

@media (max-width:768px) {
    .lstService .row.revert .pic {
        padding: 0 !important
    }
}

@media (min-width:768px) and (max-width:1000px) {
    .lstService .row.revert .pic {
        padding-left: 0 !important;
        padding-right: 25px
    }
}

.lstService .row .text {
    padding-left: 25px !important
}

.lstService .row .text h3 {
    font-size: 28px
}

@media (max-width:768px) {
    .lstService .row .text {
        padding-left: 0 !important
    }
}

.lstService img {
    margin: 0 !important
}

.lstService .service_item {
    margin-bottom: 50px
}

.lstService .service_item h3 {
    margin-bottom: 40px;
    font-size: 27px;
    color: #45991c;
    font-weight: bold
}

@media (max-width:768px) {
    .lstService .service_item h3 {
        font-size: 18px
    }
}

.lstService .service_item h3 p {
    margin-bottom: 40px;
    font-size: 27px;
    color: #45991c;
    font-weight: bold
}

.lstService .service_item h3 img {
    margin-right: 14px !important;
    float: left
}

@media (max-width:768px) {
    .lstService .service_item h3 p {
        font-size: 18px;
        position: relative;
        padding-left: 70px;
        line-height: 1.5em
    }
    .lstService .service_item h3 img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 15%
    }
}

.lstService.lst_2 .pic {
    padding-left: 0
}

.lstService.lst_2 h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .lstService.lst_2 h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.lstService.lst_2 table {
    margin: 15px 0
}

.lstService.lst_2 table tr td {
    border-top: 1px solid #e2e2e2
}

.lstService.lst_2 table tr td:last-of-type {
    border-bottom: 1px solid #e2e2e2
}

.lstService p:empty {
    display: none
}

.block_2 h3 {
    padding-left: 20px;
    font-size: 22px;
    border-left: 2px solid #45991c;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px
}

.block_2 ul {
    background-color: #fff5f8;
    padding: 15px;
    padding-top: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 1px dashed #a61c45
}

.block_2 ul li {
    font-size: 18px;
    padding: 10px 15px;
    background-color: white;
    margin: 7px 0;
    color: #45991c;
    background-image: url(../img/ticket.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left 9px center;
    font-weight: bold
}

.block_2 ul li:first-child {
    background-color: transparent;
    color: black;
    border-bottom: 1px dashed #ffceb7;
    margin: 0 -15px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: bold;
    background-image: none
}

.block_2 ul li:first-child img {
    margin-right: 10px
}

.row {
    margin: 0
}

@media (max-width:768px) {
    .blog .content a p,
    .defalt-page p,
    .profile .cover .content p {
        padding: 0;
        text-align: left
    }
    .blog_section .post_item {
        width: 100%;
        min-height: inherit;
        margin-bottom: 15px;
    }
    .profile .cover .content h2 {
        font-size: 21px
    }
}

@media (max-width:768px) {
    .lstService .row .text {
        padding: 0
    }
    .lstService .service_item {
        margin-bottom: 20px
    }
}

.wp-caption {
    max-width: 100%
}

.coppyright {
    color:#c0e3bc ;
    border-top: 0
}

@media (max-width:768px) {
    .page-blog-detail h2 {
        font-size: 21px
    }
    .ttl-sub2 span {
        font-size: 21px
    }
    .blog.slt3 p {
        font-size: 14px
    }
    .lstService .row .text h3 {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    nav .container {
        padding: 0
    }
}

body.category .page-blog {
    margin-bottom: 60px
}

.lstBlogitems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:768px) {
    .lstBlogitems .blog-item {
        width: 32%
    }
}

.lstBlogitems .blog-item:nth-child(3n+1) {
    margin-left: 0
}

.lstBlogitems .blog-item:nth-of-type(3n) {
    margin-right: 0
}

@media (min-width:768px) {
    body.single .page-blog-detail {
        margin-bottom: 55px
    }
}

body.single .breadcrumbs li a:hover {
    color: #45991c
}

#navigation .container {
    padding: 0 15px
}

@media (max-width:768px) {
    .coppyright {
        margin-top: 0
    }
}

.single-blog-detail .left-main h3 {
    font-size: 14pt;
    margin: 10px 0 30px;
    padding: 15px 0 15px 60px;
    color: #000000;
    line-height: 30px;
    background-image: url(../img/cah3-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999
}

.page-blog-detail .left-main h3 {
    font-size: 14pt;
    margin: 10px 0 30px;
    padding: 15px 0 15px 60px;
    color: #000000;
    line-height: 30px;
    background-image: url(../img/cah3-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999
}

@media (max-width:768px) {
    .single-blog-detail .col-md-9.left-main h3 {
        font-size: 16px
    }
}

.single-posts.related-post .post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-posts.related-post .post-wrap article {
    width: 31%
}

.single-posts.related-post .post-wrap article .sumbox img {
    width: 100%
}

.single-posts.related-post .view-all {
    text-align: center;
    margin-top: 20px
}

.single-posts.related-post .view-all a {
    background-color: #45991c;
    color: white;
    padding: 10px 25px
}

@media (min-width:768px) {
    .single-posts.related-post .post-wrap article {
        width: 32%
    }
    .single-posts.related-post .post-wrap article:first-of-type {
        margin-left: -1%;
        width: 32%
    }
    .single-posts.related-post .post-wrap article:last-of-type {
        margin-right: -1%;
        width: 32%
    }
    .single-posts.related-post .post-wrap article h4 {
        font-size: 14px;
        padding: 10px;
        font-weight: normal
    }
}

body.single .page-blog-detail .col-md-9.left-main .related-post h1 {
    font-size: 20px;
    margin: 10px 0 30px;
    padding: 10px 0 10px 0px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    background-color: #f3f3f3
}

@media (max-width:768px) {
    body.single .page-blog-detail .col-md-9.left-main .related-post h1 {
        font-size: 16px
    }
    .single-posts.related-post .post-wrap {
        display: block
    }
    .single-posts.related-post .post-wrap article:after {
        content: '';
        clear: both;
        display: table
    }
    .single-posts.related-post .post-wrap article {
        width: 100%;
        margin-bottom: 20px
    }
    .single-posts.related-post .post-wrap article .sumbox {
        float: left;
        width: 33%
    }
    .single-posts.related-post .post-wrap article h4 {
        background-color: #fff;
        float: right;
        width: 63%;
        font-size: 14px;
        padding: 0;
        margin-top: 5px
    }
}

@media (min-width:768px) {
    .single-posts.related-post:before {
        display: none
    }
    .single-posts.related-posts:after {
        display: none
    }
    .single-posts.related-post article {
        width: 31.3%;
        margin: 15px 0 !important;
        margin-right: 2% !important
    }
    .single-posts.related-post .post-wrap article:last-of-type {
        margin-right: 0 !important
    }
    .single-posts.related-post .post-wrap {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

@media (min-width:768px) {
    .entry-tt h1 {
        font-size: 30px;
        font-weight: bold
    }
}

.bonus_information p span {
    display: inline-block
}

@media (max-width:768px) {
    .bonus_information p span {
        font-size: 14px
    }
}

#overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999
}

@media (min-width:768px) {
    .lstBlogitems {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .lstBlogitems:before {
        display: none
    }
    .lstBlogitems:after {
        display: none
    }
    .lstBlogitems .blog-item {
        width: 32%;
        margin: 15px 0 !important;
        margin-right: 2% !important
    }
    .lstBlogitems .blog-item:nth-of-type(3n) {
        margin-right: 0 !important
    }
    .single-posts.related-post .post-wrap article h4 {
        background-color: #f3f3f3
    }
    .single-posts.related-post .post-wrap article .sumbox {
        max-height: 135px;
        overflow: hidden
    }
    #navigation ul.menu li ul li a {
        padding: 10px 17px
    }
}

.defalt-page h4 {
    border-bottom: 2px solid #ddd;
    background: transparent
}

ul.list {
    list-style: disc;
    padding-left: 20px
}

ol.list {
    list-style-type: decimal;
    list-style: decimal;
    padding: 20px
}

ol.list li {
    line-height: 1.8em
}

.defalt-page table {
    width: 90% !important
}

a.link-orange {
    color: #45991c;
    text-decoration: underline
}

a.link-orange:hover {
    text-decoration: none
}

@media (min-width:1024px) {
    nav .container {
        max-width: 1000px
    }
}

.blog .content .row {
    margin: 0
}

.blog .content .row .col-md-4 a.view i {
    margin-right: 10px;
    font-size: 14px
}

.blog.stl2 .content a:hover .image:after {
    border: none
}

.blog_section .post_item:hover .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #45991c
}

.blog_section .post_item:hover p {
    color: #45991c
}

.page-blog-detail table {
    font-size: 17px
}

.ttl-sub2 span {
    font-size: 34px
}

@media (max-width:768px) {
    .ttl-sub2 span {
        font-size: 21px
    }
}

.entry-thumbnail {
    position: relative;
    margin-bottom: 20px;
    z-index: 0
}

.entry-thumbnail img {
    margin: 0;
    width: 100%;
}

.entry-thumbnail img~.entry-tt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px
}

.entry-thumbnail .entry-tt {
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.entry-thumbnail .entry-tt h1 {
    position: relative;
    z-index: 2;
    font-weight: bold
}

.entry-thumbnail .entry-tt .overlay {
    background: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.ts-fab-wrapper .ts-fab-text a {
    color: #5484C8 !important
}

.ts-fab-content p {
    margin-bottom: 5px
}

body.post-template-default.single-post .page-blog-detail {
    margin-top: 40px
}

body.post-template-default.single-post .social-dtl {
    display: none
}

.page-blog-detail .social-dtl {
    display: none
}

.btn_redirect_mail {    
    background-color: #45991c;
    width: 100%;
    color: white;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.btn_redirect_mail i {
    margin-right: 10px;
    font-size: 20px;
}

.btn_redirect_mail:hover {
    opacity: 0.8
}

@media (max-width:768px) {
    .btn-menu#btn-menu-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        border-radius: 0;
        z-index: 1000;
        font-size: 0;
        height: 56px;
        background: #903953;
        top: 0px;
        width: 56px;
        right: 0
    }
    .btn-menu#btn-menu-sm:after {
        width: 30px;
        content: '';
        margin-top: 0;
        display: block;
        border-bottom: 3px solid #fff;
        position: absolute;
        top: 36px;
        left: 50%;
        margin-left: -15px
    }
    body.single .left-main .post-categories li {
        margin-bottom: 15px
    }
}

.page-blog {
    margin-bottom: 61px
}

.profile {
    background-size: 100% auto;
    background-repeat: no-repeat
}

.go_top {
    cursor: pointer;
}

.go_top:hover {
    background-color: #fff;
    opacity: 1
}

.flow-wrap .item .img {
    overflow: hidden
}

@media (min-width:768px) {
    .flow-wrap .item .img {
        max-width: 30%
    }
}

@media (max-width:768px) {
    .flow-wrap .item .img {
        margin-left: 0
    }
}

.flow-wrap .item .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.flow-wrap .item .img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.page-blog-detail {
    padding-bottom: 30px
}

body.single .left-main .post-categories li a {
    display: block
}

body.page #ts-fab-below {
    display: none !important
}

.flow-wrap .item .img:hover img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

@media (min-width:768px) {
    .blog-content h4 {
        line-height: 1.4em
    }
}

@media (max-width:768px) {
    .blog .content .row .col-md-4 {
        padding: 15px
    }
}

.related-post h4:before {
    display: none;
}

.category-section .lstCats li a:hover {
    background-color: #45991c;
    color: white
}

.single-posts.related-post .post-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}

.single-posts.related-post .post-wrap article {
    padding: 10px;
    border: 1px solid #e2e2e2
}

.single-posts.related-post .post-wrap article .date {
    margin: 10px 0
}

@media (min-width:1080px) {
    .single-posts.related-post .post-wrap article .sumbox {
        max-height: 125px
    }
}

.single-posts.related-post .post-wrap article h4 {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 0;
    background-color: transparent
}

body.single .custom_content img {
    width: 100%
}

.page-navitation .right a.current,
.page-navitation .right span.current {
    background-color: #45991c
}

.page-navitation .right a:hover,
.page-navitation .right span.current {
    background-color: #45991c !important
}

@media (min-width:768px) {
    #faq01 .box-faq {
        margin-bottom: 40px
    }
}

#faq01 .box-faq:last-of-type {
    margin-bottom: 0
}

.box-faq .content,
.box-faq .heading {
    padding: 35px 20px 35px 90px;
    background-position: 25px center
}

.section-4 .wrap .item .answer,
.section-4 .wrap .item .question {
    padding-left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-4 .wrap .item .answer img,
.section-4 .wrap .item .question img {
    margin-left: 25px;
    margin-right: 25px
}

.section-4 .wrap .item .question:before {
    display: none
}

.section-4 .wrap .item .answer:before {
    display: none
}


@media (min-width:768px) {
    .flow-wrap {
        margin-top: 30px
    }
}

.flow-wrap .item:last-of-type {
    margin-bottom: 0
}

@media (min-width:768px) {
    .blog.slt3 .pic {
        padding-right: 35px
    }
}

.section-6 .item h3 p {
    min-height: inherit
}

span.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a61c45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.container {
    max-width: 1024px;
    width: 100%;
}

@media (min-width:1024px) {
    .col-xs-12 {
        padding: 0
    }
}

body.mail h1.ttl-blog-detail {
    margin-top: 0
}

.go_top:hover {
    background-color: #ffeaee
}

.blog-content a {
    color: #4065B5
}

.single-posts.related-post .post-wrap article {
    position: relative
}

.single-posts.related-post .post-wrap article:hover a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #45991c
}

.single-posts.related-post .post-wrap article:hover h4 {
    color: #45991c
}

@media (max-width:768px) {
    .single-posts.related-post .post-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .single-posts.related-post .post-wrap article .sumbox {
        margin-right: 10px
    }
    .single-posts.related-post .post-wrap article .date {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .content.container .right .lstProducts li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .content.container .right .lstProducts li img {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1080px) {
    nav {
        top: 90px
    }
    .slider {
        margin-top: 80px
    }
}

@media (min-width:768px) {
    .box-faq {
        margin-bottom: 40PX;
    }
}

.lstBlogitems .cv-image img {
    width: 100%;
}

.widget_archive ul {
    padding: 0;
}

.page_default_content h2:before,
.page-blog-detail h2:before,
.ttl-sub2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #45991c;
    content: '';
    right: 0;
    margin: 0 auto;
}

.page_default_content h2,
.page-blog-detail h2,
.ttl-sub2 {
    font-size: 34px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-align: center;
    border-bottom: 0;
}

.page_default_content h4,
.page-blog-detail h4 {
    position: relative;
    background-color: #fff;
    font-size: 25px;
    letter-spacing: 0.075em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px 0;
}

.page_default_content h4:before,
.page-blog-detail h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #45991c;
    left: 0;
    z-index: 2;
}

.page_default_content h4:after,
.page-blog-detail h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0;
    z-index: 1;
}

body.mail .ttl-blog-detail:before {
    display: none;
}

body.mail .page-blog-detail h2 {
    padding-bottom: 0;
}

body.mail .page-blog-detail h2:before {
    display: none;
}

.page_default_content table {
    border: 0 !important;
    background-color: white;
    width: 100% !important;
    margin: 0 auto 24px;
}

.page_default_content table td:first-of-type {
    background-color: #f6f6f6;
    width: 200px !important;
    padding-left: 20px;
}

.page_default_content table td {
    border: 1px solid #e2e2e2;
    padding: 15px;
    vertical-align: middle;
    background-color: #FFF;
    color: black;
    line-height: 24px;
}

.page_default_content table:nth-of-type(2) td {
    border-left: 0;
    border-right: 0;
}

.page_default_content table:nth-of-type(2) td:first-of-type {
    background-color: #fff;
}

.page-content {
    margin-bottom: 80px;
}

.flow-wrap .item p:last-of-type {
    margin-bottom: 0;
}

.ts-fab-text h4:before {
    display: none;
}

.lstItem02Box .row:last-of-type {
    margin-bottom: 0 !important;
}

body.mail .ttl-blog-detail {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.lstPosts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:768px) {
    .entry-tt h1 {
        font-size: 28px;
    }
    body.single .left-main {
        padding: 10px;
    }
    .page_default_content h2,
    .page-blog-detail h2,
    .ttl-sub2 {
        font-size: 21px;
    }
    footer .col {
        width: 100%;
    }
}

.lstRss {
    display: block;
}

.lstRss li {
    width: 31%;
    float: left;
    margin: 0px 1% 10px 1%;
}

.lstRss li img {
    margin: 0;
    width: 100%;
}

@media (min-width:768px) {
    body {
        padding-top: 150px;
    }
    .wrap_block .sidebar {
        width: 25%;
        float: right;
    }
    .wrap_block .left-main {
        float: left;
    }
}

body.page-template-contact #trust-form table span {
    line-height: 21px;
}

body.page-template-contact #trust-form ul {
    display: block;
}

body.page-template-contact #trust-form ul li {
    margin-bottom: 10px;
}

body.page-template-contact #trust-form td div {
    line-height: 21px;
}

.wpcf7-form {
    margin: 0 auto;
    max-width: 600px;
}

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form input {
    width: 100%;
}

.wpcf7-form input[type=submit] {
    margin-top: 20px;
}

#mailmaga {
    margin: 25px 0;

    /*padding: 0 30px 30px;*/
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
}

#mailmaga label {
    text-align: left;
    display: block;

    /*margin: -1px -31px 30px;*/
    padding: 15px 15px 15px 65px;
    background: #555 url("images/icon_mailmaga.png") 15px center no-repeat;
    background-image: none;
    color: #fff;
}

.s2_message {
    padding-top: 30px;
}

#mailmaga input[type="text"] {
    display: block;
    width: 95%;
    padding: 14px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 24px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#mailmaga input[type="submit"] {
    background: #dcdcdc;
    padding: 12px 40px;
    border: 0;
    margin: 5px;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mailmaga input[type="submit"]:first-child {
    background: #45991c;
    color: #fff;
}

@media screen and (max-width: 768px) {
    iframe {
        min-width: auto !important;
    }
}

.page-blog-detail h2 {
    margin-top: 64px;
}
@media (max-width: 767px) {
    .page-blog-detail h2 {
        margin-top: 32px;
    }
}