@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .sp_only {
    display: none;
  }
  .cmshtml .subpage_contents.module_blogwrapper > * {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0s !important;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .pc_only {
    display: none;
  }
  .cmshtml #page-top {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .subpage .link_btn a, .cmshtml .link_btn a, .cmshtml .link_btn02 a {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 10px 35px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml #header {
    padding: 80px 0px 0 3%;
    max-width: 350px;
  }
  .cmshtml .logo {
    margin-bottom: 70px;
  }
  .cmshtml #navigation > *:hover {
    z-index: 10;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #fff;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .h_li a:after {
    background: #fff;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
  .cmshtml .selectlang_inner {
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
  }
  .cmshtml .selectlang:hover {
    background: #FF5C00;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml #header {
    max-width: 300px;
    padding: 50px 0px 0 2%;
  }
  .cmshtml .logo {
    position: relative;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    padding: 10px;
    padding-right: 80px;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
  }
  .cmshtml .logo {
    max-width: 200px;
  }
  .cmshtml #navigation {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 60px 9vw 20px;
  }
  .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .selectlang_btn {
    font-size: 16px;
  }
  .cmshtml .drop-menu, .cmshtml .h_li, .cmshtml .selectlang_btn {
    border-bottom: 1px dotted #d3a78f;
  }
  .cmshtml .li_txt {
    /*padding-right: 40px;*/
    position: relative;
  }
  .cmshtml .li_txt a {
    display: inline-block;
    pointer-events: none;
  }
  .cmshtml .h_li a {
    display: block;
  }
  .cmshtml .selectlang_btn {
    position: relative;
    padding-right: 40px;
  }
  .cmshtml .selectlang_btn:after/*, .cmshtml .li_txt:after*/ {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: 15px;
    transition: all 0.3s;
  }
  .cmshtml .nav_drop {
    min-width: 1px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
  }
/*  .cmshtml #navigation .drop_li {
    border-top: 1px dashed #fff;
  }*/
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 14px;
    text-align: left;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt, .cmshtml .drop_active .li_txt a {
    color: #fff;
  }
  .cmshtml .open_menu .selectlang_btn:after, .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);

  }
}
@media screen and (max-width: 680px) {
  .cmshtml .logo {
    max-width: 150px;
  }
  .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .selectlang_btn {
    font-size: 14px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml .mv_wrap {
    padding-left: 360px;
    padding-right: 1%;
    margin-top: 130px;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
  }
  .cmshtml .scroll {
    left: 1%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml .mv_wrap {
    height: 42.5vw;
    padding-left: 310px;
    padding-right: 1%;
    margin-top: 100px;
  }
  .cmshtml .mv_wrap:before {
    width: calc(100% - 393px);
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .catch_txt {
    font-size: 16px;
  }
  .cmshtml .scroll {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    position: relative;
    height: 50vw;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 130px;
  }
  .cmshtml .mv_wrap:before {
    width: 90%;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .cmshtml #slide_wrap {
    height: 70%;
  }
  .cmshtml .catchcopy {
    display: block;
    padding-top: 10px;
    height: auto;
  }
  .cmshtml .catch_txt {
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    height: 550px;
    padding: 0;
    margin-top: 80px;
  }
  .cmshtml .mv_wrap:before {
    margin: 0;
    top: auto;
    height: 90%;
  }
  .cmshtml #mainvisual {
    padding-top: 10px;
    width: 94%;
    flex-flow: wrap;
    justify-content: flex-end;
  }
  .cmshtml #mainvisual > div:nth-child(3) {
    width: 90%;
  }
  .cmshtml #slide_wrap {
    margin-right: 10px;
    height: 40%;
    width: 42%;
  }
  .cmshtml #slide_wrap02 {
    height: 50%;
    width: 38%;
    margin-bottom: 0;
  }
  .cmshtml #slide_wrap03 {
    margin: 10px 0 20px;
    height: 40%;
  }
  .cmshtml .catchcopy {
    width: 58%;
    height: auto;
    padding: 0;
  }
  .cmshtml .catch_txt {
    font-size: 12px;
  }
  .cmshtml .catch_img {
    text-align: left;
    margin-left: 0;
    padding-left: 10px;
    max-width: 130px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .mv_wrap {
    height: 450px;
  }
}
/*------------------------------------------------------
ricoh
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .sec_ricoh {
    margin: 100px auto;
  }
  .cmshtml .tit_wrap {
    max-width: 1620px;
    width: 94%;
    position: relative;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .cmshtml .sec_ricoh {
    margin: 40px auto;
  }
  .cmshtml .tit_wrap {
    padding-bottom: 0;
  }
  .cmshtml .ricoh_img {
    padding-right: 0%;
  }
  .cmshtml .ricoh_mese {
    max-width: 140px;
    margin-left: auto;
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .cmshtml .ricoh_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
products
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .sec_products {
    margin: 0 auto 100px;
  }
  .cmshtml .line01 {
    width: 10px;
    left: 8%;
  }
  .cmshtml .line02 {
    width: 10px;
    left: calc(8% + 18px);
  }
  .cmshtml .line03 {
    height: 10px;
    top: 140px;
  }
  .cmshtml .line04 {
    height: 10px;
    top: 160px;
  }
  .cmshtml .products_inwrap > div {
    width: calc(33.33333% - 20px);
    margin: 0 10px 30px;
  }
  .cmshtml .products_tit {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .products_tit {
    margin: 0 auto 60px;
  }
  .cmshtml .product_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_products {
    background: #EE7700;
    margin: 0 auto 30px;
    padding: 30px 4% 0;
  }
  .cmshtml .pro_lines {
    display: none;
  }
  .cmshtml .line03 {
    top: 100px;
  }
  .cmshtml .line04 {
    top: 120px;
  }
  .cmshtml .products_tit {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .cmshtml .products_inwrap > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .cmshtml .product_name {
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
    margin-bottom: 10px;
  }
  .cmshtml .view_area {
    margin-top: 5px;
  }
  .cmshtml .product_img {
    height: 230px;
  }
  .cmshtml .pro_tit {
    font-size: 18px;
  }
  .cmshtml .pro_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
@media screen and (max-width: 680px) {
  .cmshtml .about_inwrap {
    max-width: 1320px;
    width: 92%;
    margin: 0 auto;
    display: flex;
    padding: 30px 0 30px;
  }
  .cmshtml .about_tit {
    font-size: 30px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin: 10px auto 25px;
  }
  .cmshtml .about_link {
    font-size: 14px;
    padding-right: 10px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .sec_info {
    margin: 100px auto;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    display: block;
    margin: 60px auto 100px;
  }
  .cmshtml .sec_info > div:first-child, .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .cmshtml .info_link {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    margin: 40px auto 60px;
  }
  .cmshtml .info_tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cmshtml .info_link {
    font-size: 14px;
    padding: 0;
    padding-right: 4%;
  }
  .cmshtml .scnews {
    padding: 0 15px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 10px 0;
  }
  .cmshtml .news_div .info_date {
    font-size: 14px;
    min-width: 100px;
    text-align: left;
    margin-bottom: 5px;
  }
  .cmshtml .news_div .info_txt {
    font-size: 14px;
    margin-left: 0%;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .cmshtml .f_inwrap {
    display: block;
  }
  .cmshtml .f_about {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .f_info {
    padding: 30px 4%;
  }
  .cmshtml .fcon_inwrap > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .f_about {
    justify-content: center;
    margin-bottom: 20px;
  }
  .cmshtml #copy {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_contact {
    padding: 30px 4% 20px;
    border-bottom: 3px solid #005BAC;
  }
  .cmshtml .con_bnr {
    min-height: 70px;
    padding: 5px;
    padding-left: 25px;
  }
  .cmshtml .contact_tit {
    font-size: 30px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin: 20px auto 30px;
  }
  .cmshtml .fcon_inwrap {
    display: block;
    max-width: 300px;
  }
  .cmshtml .fcon_inwrap > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml #footer .f_info {
    border-top: 3px solid #EE7700;
    margin: 3px auto 0;
  }
  .cmshtml .f_inwrap {
    display: block;
  }
  .cmshtml .f_about {
    display: block;
    margin-bottom: 10px;
  }
  .cmshtml .f_address {
    font-size: 14px;
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
@media screen and (max-width: 1700px) and (min-width: 1001px) {
    .cmshtml .subpage_contents {
        padding-left: 200px;
        padding-right: 200px;
    }

}
@media screen and (min-width: 1001px) {
  .cmshtml .subpage #title_wrap {
    margin: 80px auto 33px;
    margin-right: 0;
    max-width: calc(100% - 360px);
  }
}
@media screen and (min-width: 681px) {
  .cmshtml .bt_line > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cmshtml .bt_line .date > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 80px 4% 30px;
    padding: 0;
    margin-top: 75px;
  }
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 14px;
  }
  .cmshtml .module_blogwrapper {
    padding: 20px 10px;
    display: block;
  }
  .cmshtml #contents .module_blog {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px !important;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 600px;
  }
  .cmshtml .floor {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #title_wrap > div:first-child, .cmshtml #title_wrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml #title_wrap .bg_image:before {
    display: none;
  }
  .cmshtml #title_wrap .inwrap {
    padding: 50px 4%;
    text-align: center;
  }
  .cmshtml #title_wrap .bg_image {
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.2;
  }
  .cmshtml .floor_tab > div {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    width: calc(33.333% - 4px);
    margin: 0 2px;
  }
  .cmshtml .floor_inwrap {
    padding: 20px 10px;
    border-radius: 0px;
    margin-top: 10px;
  }
  .cmshtml .floor_imgs {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cmshtml .in_imgs > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .floor_tit {
    font-size: 18px;
  }
  .cmshtml .in_img img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .subpage_contents > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }
  .cmshtml .list02_inwrap {
    padding-left: 30px;
  }
  .cmshtml .list02_inwrap li {
    text-indent: -5px;
  }
  .cmshtml .list01_inwrap li, .cmshtml .list02_inwrap li {
    font-size: 14px;
  }
  .cmshtml .page_link {
    justify-content: flex-start;
    margin-bottom: 0 !important;
  }
  .cmshtml .page_link .p_link a {
    display: block;
  }
  .cmshtml .p_link, .cmshtml .page_link .p_link a {
    font-size: 12px;
  }
  .cmshtml .module_blogwrapper {
    display: block;
  }
  .cmshtml #contents .module_blog {
    padding: 0;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 !important;
  }
  .cmshtml .pt_txt {
    font-size: 16px;
  }
  .cmshtml .bt_line > div {
    padding: 10px;
  }
  .cmshtml .bt_line > div:first-child {
    border-bottom: 1px dashed #ccc !important;
  }
  .cmshtml .bt_line > div:nth-child(2) {
    border-bottom: 1px solid #005BAC !important;
  }
  .cmshtml .bt_line {
    display: block;
  }
  .cmshtml .bt_line > div:first-child, .cmshtml .bt_line > div:nth-child(2) {
    padding: 10px;
    width: 100%;
  }
  .cmshtml .bt_line .date, .cmshtml .bt_line .txt {
    font-size: 14px;
  }
  .cmshtml .faq {
    padding: 10px 0;
  }
  .cmshtml .qa_q {
    margin-bottom: 10px;
  }
  .cmshtml .qa_q:before, .cmshtml .qa_a:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
  .cmshtml .qa_q > div, .cmshtml .qa_a > div {
    padding: 10px;
    max-width: calc(100% - 20px);
  }
  .cmshtml .qa_q, .cmshtml .qa_a {
    font-size: 14px;
  }
  .cmshtml .tit_txt {
    font-size: 18px;
  }
  .cmshtml .bt_line .txt, .cmshtml .list01 li, .cmshtml .list02 li, .cmshtml .list01 li .intxt, .cmshtml .list02 li .intxt, .cmshtml .bt_date, .cmshtml .bt_txt, .cmshtml .qa_q, .cmshtml .qa_a {
    font-size: 14px;
  }
  .cmshtml .mark_txt {
    font-size: 12px;
  }
  .cmshtml .twin_txt, .cmshtml .txt_div {
    font-size: 14px;
  }
  .cmshtml .img_txt {
    margin-bottom: 60px;
  }
  .cmshtml .img_div {
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
    transform: translateY(30px);
    z-index: 2;
  }
  .cmshtml .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
  .cmshtml .mark_btn {
    flex-flow: nowrap;
    padding-left: 10px;
  }
  .cmshtml .mark_txt {
    padding-right: 10px;
  }
  .cmshtml .mark_btn .link_btn01 a {
    text-align: center;
    padding: 5px 10px;
    min-width: 90px;
    font-size: 10px;
  }
  .cmshtml .step_div {
    border: 1px solid #005BAC;
    position: relative;
  }
  .cmshtml .stepbox > div.one_side.step_div:not(:last-child):after, .cmshtml .stepbox > div:not(:last-child):after {
    border: 30px solid transparent;
    border-top: 15px solid #005BAC;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .cmshtml .step_div > div:first-child, .cmshtml .step_div > div:nth-child(2), .cmshtml .step_div > div:nth-child(3) {
    width: 100%;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .stepbox > div:not(:last-child) .step_num:after {
    display: none;
  }
  .cmshtml .step_div > div + div {
    border-left: none;
    border-top: 1px solid #005BAC;
  }
  .cmshtml .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
  }
  .cmshtml .step_num {
    font-size: 20px;
  }
  .cmshtml .step_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml h2 {
    font-size: 22px !important;
  }
  .cmshtml h3 {
    font-size: 18px !important;
  }
  .cmshtml h4 {
    font-size: 18px !important;
  }
  .cmshtml h5 {
    font-size: 16px !important;
  }
  .cmshtml h6 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .acco_box:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 34px;
    left: 14px;
    margin: -11px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .cmshtml .acco_tit {
    font-size: 18px;
    padding: 15px 40px !important;
  }
  .cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
    width: 10px;
  }
  .cmshtml .hide_area {
    padding: 15px 3%;
  }
  .cmshtml .hide_area div, .cmshtml .hide_area p {
    font-size: 14px;
  }
  .cmshtml .hide_area > * + * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .one_side.step_div {
    padding: 10px;
  }
  .cmshtml .img_txt02 {
    flex-flow: wrap-reverse;
  }
  .cmshtml .img_txt02 .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
  .cmshtml .ico_title > div:first-child {
    max-width: 60px;
    min-width: 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sp_txt24, .cmshtml .sp_txt24 * {
    font-size: 24px !important;
  }
  .cmshtml .sp_txt22, .cmshtml .sp_txt22 * {
    font-size: 22px !important;
  }
  .cmshtml .sp_txt20, .cmshtml .sp_txt20 * {
    font-size: 20px !important;
  }
  .cmshtml .sp_txt18, .cmshtml .sp_txt18 * {
    font-size: 18px !important;
  }
  .cmshtml .sp_txt16, .cmshtml .sp_txt16 * {
    font-size: 16px !important;
  }
  .cmshtml .sp_txt14, .cmshtml .sp_txt14 * {
    font-size: 14px !important;
  }
  .cmshtml .sp_txt12, .cmshtml .sp_txt12 * {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .wrap_sp2div, .cmshtml .wrap_sp4div {
    display: flex;
    flex-flow: wrap;
  }
  .cmshtml .wrap_sp2div > div {
    width: 50% !important;
    flex: unset;
  }
  .cmshtml .wrap_sp4div > div {
    width: 25% !important;
    flex: unset;
  }
}
@media screen and (min-width: 577px) {
  .cmshtml .bnr_2column > div {
    width: 50% !important;
  }
  .cmshtml .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .cmshtml .bnr_4column > div {
    width: 25% !important;
  }
  .cmshtml .bnr_2column_mgn > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_3column_mgn > div {
    width: calc(33.33333333% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column_mgn > div {
    width: calc(25% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column .tu_txt, .cmshtml .bnr_4column_mgn .tu_txt {
    font-size: 18px;
  }
  .cmshtml .bnr_2column, .cmshtml .bnr_3column, .cmshtml .bnr_4column, .cmshtml .bnr_2column_mgn, .cmshtml .bnr_3column_mgn, .cmshtml .bnr_4column_mgn {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 576px) {
  .cmshtml .bnr_2column > div, .cmshtml .bnr_3column > div, .cmshtml .bnr_4column > div, .cmshtml .bnr_2column_mgn > div, .cmshtml .bnr_3column_mgn > div, .cmshtml .bnr_4column_mgn > div {
    margin-bottom: 10px;
  }
}