@charset "UTF-8";
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml .logo {
    padding-left: 0;
    padding-top: 0;
    max-width: 310px;
  }
}

@media screen and (min-width: 1001px) {
  .cmshtml .sp_only {
    display: none;
  }
  .cmshtml .vrl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: "vrt2"on;
  }
  /*  .cmshtml .menu-fixed .logo, .cmshtml .subpage .logo {
    padding-top: 0;
    padding-left: 10px;
    max-width: 295px;
  }*/
  .cmshtml .globalmenu {
    display: flex;
    align-items: center;
  }
  .cmshtml .menu-fixed .globalmenu, .cmshtml .subpage .globalmenu {
    padding-left: 0;
    padding-top: 38px;
  }
  .cmshtml .menu-fixed #navigation, .cmshtml .subpage #navigation {
    padding: 20px 10px;
    padding-right: 30px;
    width: calc(100% - 180px);
  }
  .cmshtml .menu-fixed .sub_navi, .cmshtml .subpage .sub_navi {
    border-radius: 0;
    top: 0;
    right: 0;
  }
  /*.cmshtml .menu-fixed .sub_li a {
    display: block;
    padding: 8px 20px;
}*/
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .cmshtml .menu-fixed #navigation, .cmshtml .subpage #navigation {
    padding-right: 10px;
  }
    .cmshtml .menu-fixed #navigation, .cmshtml .subpage #navigation {
    padding: 20px 10px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .link_txt a, .cmshtml .sec_business .link_txt a {
    padding: 10px;
    padding-right: 55px;
  }
  .cmshtml .link_txt a:after {
    width: 35px;
    height: 4px;
    right: 15px;
  }
  .cmshtml .link_txt a:hover:after {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .menu-fixed #header, .cmshtml .subpage #header {
    background: #fff;
    width: 100%;
    z-index: 90;
  }
  .cmshtml #contents.toppage_c {
    margin-top: 0 !important;
  }
  .cmshtml .pc_only {
    display: none;
  }
  .cmshtml #page-top {
    bottom: 20px;
    right: 20px;
  }
  .cmshtml .drawer-overlay {
    z-index: 99;
  }
  .cmshtml .message_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_txt, .cmshtml .link_txt a {
    font-size: 13px;
  }
  .cmshtml .sec_tit {
    text-align: center;
  }
  .cmshtml .sec_tit01 {
    font-size: 28px;
  }
  .cmshtml .message_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
      background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    min-height: 60px;
    z-index: 90;
      width: 100%;
  }
  .cmshtml .logo {
    padding: 10px;
  }
  .cmshtml .logo a {
    padding: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .logo, .cmshtml .menu-fixed .logo {
    max-width: calc(100% - 60px);
    max-width: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 600px;
  }
  .cmshtml .catchcopy01 .catch_txt01 {
    font-size: 18px;
  }
  .cmshtml .catchcopy02 {
    padding-top: 10vw;
    right: 10%;
  }
  .cmshtml .catchcopy02 .catch_txt {
    font-size: 20px;
    letter-spacing: 0.2rem;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .catchcopy02 {
    display: block;
    padding: 30px 20px;
    right: 0;
  }
  .cmshtml .catchcopy02 .catch_txt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin: 0 auto 5px;
    padding: 0;
    text-align: right;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .catch_img {
    margin-bottom: 15px;
    max-width: 200px;
  }
  .cmshtml .catchcopy01 .catch_txt01 {
    font-size: 14px;
  }
  .cmshtml .catchcopy02 .catch_txt {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #slide_wrap {
    height: 350px;
  }
  .cmshtml .catchcopy02 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml {
    /*    .sub_li + .sub_li:before {
  background: #ccc;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}*/
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #044b80;
  }
  .cmshtml .nav_drop {
    box-shadow: #ccc 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 10px 10px;
  }
  .cmshtml .sub_li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cmshtml #navigation {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #navbar {
    width: auto;
    margin-left: auto;
    left: auto;
    right: 0;
    background: none !important;
  }
  .cmshtml .drawer-hamburger {
    position: fixed
  }
  .cmshtml .drawer--right.drawer-open .drawer-hamburger, .cmshtml .globalmenu {
    background: #fff;
  }
  .cmshtml .drawer-hamburger:after {
    color: #666;
    bottom: 3px;
    font-size: 11px;
display: none;
  }
  .cmshtml .globalmenu {
    display: block;
    padding: 0;
    height: 100%;
    overflow: auto;
  }
  .cmshtml #navigation {
    display: block;
    padding: 0;
  }
  .cmshtml #navigation > * + * {
    border-top: 1px dashed #ccc;
  }
  .cmshtml .li_txt {
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .h_li a {
    display: block;
  }
  .cmshtml .li_txt a {
    display: inline-block;
  }
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 10px;
  }
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    top: 15px;
    transition: all 0.3s;
  }
  .cmshtml .nav_drop {
    background: #f4f6ff;
    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: 12px;
    text-align: left;
    color: #444;
  }
  .cmshtml #navigation .drop_li a:hover {
    background: #044b80;
    color: #fff;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt {
    background: #ECECEC;
    color: #d67100;
  }
  .cmshtml .drop_active .li_txt a {
    background: #044b80;
    color: #fff;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
  }
  .cmshtml .sub_navi {
    border-radius: 0;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .cmshtml .sub_li, .cmshtml .sub_li a {
    color: #fff;
  }
  .cmshtml .sub_li + .sub_li {
    text-align: center;
    border-top: 1px dashed #8f6638;
  }

  .cmshtml .sub_li a {
    background-color: #044b80;
    color: #fff;
    padding: 15px 40px;
  }
  .cmshtml .sub_li a:hover {
    background-color: #8f6638;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_info {
    justify-content: center;
  }
  .cmshtml .info_tit {
    padding: 0 2%;
  }
  .cmshtml .scnews {
    position: relative;
    overflow: auto;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
.cmshtml .sec_info {
    margin: 60px auto;
}
  .cmshtml .info_tit, .cmshtml .scnews {
    transform: translate(0, 0);
    opacity: 1;
  }
  .cmshtml .sec_info > div:first-child {
    max-width: 290px;
  }
  .cmshtml .sec_info > div:nth-child(2) {
    width: calc(100% - 290px);
  }
  .cmshtml .info_date {
    margin-right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    display: block;
  }
  .cmshtml .sec_info > div:first-child, .cmshtml .sec_info > div:nth-child(2) {
    max-width: none;
    width: 100%;
  }
  .cmshtml .scnews {
    padding-left: 15px;
  }
  .cmshtml .scnews:before {
    width: calc(100% - 30px);
    margin: auto;
    right: 0;
  }
  .cmshtml .news_div {
    padding-right: 40px;
  }
  .cmshtml .news_div:before {
    width: 30px;
  }
  .cmshtml .news_div:after {
    right: 30px;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
  .cmshtml .info_date {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .news_div {
    display: block;
  }
  .cmshtml .info_date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_about > div:first-child {
    width: 50%;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 40px 6%;
  }
  .cmshtml .sec_about > div:first-child, .cmshtml .sec_about > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .box_l {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 6%;
    display: block;
  }
  .cmshtml .sec_about .about_tit, .cmshtml .sec_about .textbox {
    background: none;
    padding: 0;
  }
  .cmshtml .about_link.link_btn {
    text-align: right;
  }
  .cmshtml .box_r {
    position: absolute;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about .link_btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_service {
    margin-bottom: 60px;
  }
  .cmshtml .sec_service .inwrap > div {
    width: calc(33.333% - 2%);
    margin: 0 1% 70px;
  }
  .cmshtml .sec_service .item_box {
    border: 5px solid #044b80;
    padding: 40px 2% 40px;
  }
  .cmshtml .box_link a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_service {
    margin: 60px auto 40px;
  }
  .cmshtml .box_tit01 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cmshtml .box_tit02 {
    margin-bottom: 20px;
  }
  .cmshtml .box_link, .cmshtml .box_link a {
    font-size: 14px;
  }
  .cmshtml .box_link a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 850px) {
  .cmshtml .sec_service .item_box {
    padding: 20px 2%;
  }
  .cmshtml .sec_service .inwrap > div {
    width: 96%;
    max-width: 430px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_service {
    width: 96%;
  }
  .cmshtml .service_tit {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_concept .inwrap {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_concept .inwrap {
    padding: 35px 6%;
  }
  .cmshtml .concept_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_concept {
    padding: 40px 6%;
  }
  .cmshtml .sec_concept .bg_image {
    height: 100%;
  }
  .cmshtml .sec_concept .inwrap {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin: 0 auto;
  }
  .cmshtml .concept_link.link_btn {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_business .link_txt {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_business {
    max-width: 1680px;
    width: 88%;
    margin: 60px auto 40px;
  }
  .cmshtml .subpage_contents .sec_business {
    width: auto;
  }
  .cmshtml .sec_business .inwrap > div {
    margin: 0 1.65% 20px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .sec_business .inwrap > div {
    width: calc(50% - 3.3%);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_business {
    width: 96%;
  }
  .cmshtml .sec_business .inwrap > div {
    width: calc(100% - 3.3%);
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .office_tit.sec_tit01 {
    font-size: 28px;
  }
  .cmshtml .office_tit.sec_tit02 {
    font-size: 50px;
  }
  .cmshtml .link_rec.link_btn a {
    font-size: 16px;
    padding: 10px 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_office:before {
    border: 2px solid #fff;
  }
  .cmshtml .office_tit.sec_tit01 {
    font-size: 22px;
  }
  .cmshtml .office_tit.sec_tit02 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cmshtml .sec_office .inwrap {
    padding: 20px 0;
  }
  .cmshtml .link_rec.link_btn a {
    border: 1px solid #fff;
    font-size: 14px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr {
    width: 96%;
    padding: 60px 0 50px;
  }
  .cmshtml .sec_bnr > div {
    width: calc(50% - 10px);
  }
  .cmshtml .bnr_box {
    padding: 30px 10px;
  }
  .cmshtml .bnr_tit01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1700px) {
  .cmshtml .f_li01 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml #footer .inwrap {
    padding: 60px 2% 110px;
  }
  .cmshtml #footer .inwrap > div:first-child {
    width: 30%;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 70%;
  }
  .cmshtml .link_li, .cmshtml .link_li a, .cmshtml .f_li, .cmshtml .f_li a, .cmshtml .f_address, .cmshtml .telfax, .cmshtml .f_address a, .cmshtml .telfax a {
    font-size: 14px;
  }
  .cmshtml .flink {
    display: block;
  }
  .cmshtml .f_li01 {
    margin-right: auto;
  }
  .cmshtml .f_group {
    margin-top: 10px;
  }
  .cmshtml .link_li a {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .inwrap {
    padding: 30px 2% 30px;
  }
  .cmshtml #footer .inwrap > div:first-child, .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_about {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .cmshtml .flink_wrap {
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .cmshtml .flink_wrap > div {
    width: auto;
    margin: 0 10px 15px;
  }
  .cmshtml .f_sublink {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml #copy {
    padding: 0 2% 16px;
    text-align: center;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml #footer .inwrap {
    padding: 0px 2% 30px;
  }
  .cmshtml .f_about {
    padding: 20px 0;
    margin-bottom: auto;
  }
  .cmshtml .flink_wrap {
    display: block;
  }
  .cmshtml .flink_wrap > div {
    width: auto;
    margin: auto;
    padding: 10px 10px 0;
  }
  .cmshtml .flink_wrap > div + div {
    border-top: 1px dashed #aaa;
  }
  .cmshtml .f_group {
    display: flex;
    flex-flow: row wrap;
    padding-left: 15px;
  }
  .cmshtml .f_group > div {
    margin-right: 20px;
  }
  .cmshtml .f_li02, .cmshtml .f_li02 a {
    font-size: 12px;
  }
  .cmshtml .f_li02 a {
    padding-left: 15px;
  }
  .cmshtml .f_li02 a:before {
    width: 8px;
    height: 2px;
  }
  .cmshtml #copy {
    padding: 0 2% 30px;
  }
}
@media screen and (min-width: 681px) {
  .cmshtml .bt_line > div:first-child {
    display: flex;
    align-items: center;
  }
  .cmshtml .bt_line .date > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 30px 2%;
    margin-top: 84px!important;
  }
.cmshtml .page_title {
    text-align: center;
}
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 24px;
  }
  .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;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #title_wrap {
    margin-top: 60px!important;
  }
  .cmshtml .blog_frame {
    padding: 30px 2%;
  }
  .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 .link_btn a {
    padding: 10px 35px;
  }

  .cmshtml .page_title01 {
    font-size: 22px;
  }
  .cmshtml .page_title02 {
    font-size: 16px;
  }
  .cmshtml .subpage_contents .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 .subpage_contents .link_btn a {
    font-size: 14px;
    padding: 5px 30px;
  }
  .cmshtml .link_btn02 a {
    font-size: 14px;
  }
  .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 #10253f !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 .qa_q:before, .cmshtml .qa_a:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
    top: 6px;
    margin: 0;
  }
  .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, .cmshtml .mark_txt {
    font-size: 14px;
  }
  .cmshtml .twin_txt, .cmshtml .txt_div {
    font-size: 14px;
  }
  .cmshtml .img_txt {
    padding: 30px 3%;
    margin-bottom: 60px;
  }
  .cmshtml .img_div {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
  }
  .cmshtml .txt_div {
    padding: 20px 10px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
  .cmshtml .txt_div .blick_tit {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .cmshtml .txt_div .blick_txt {
    font-size: 14px;
  }
  .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;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .subpage_contents h2 {
    font-size: 22px !important;
    padding: 12px 0;
    letter-spacing: 0.2rem;
  }
  .cmshtml .subpage_contents h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .cmshtml .subpage_contents h3:after, .cmshtml .subpage_contents h4:before {
    height: 2px;
  }
  .cmshtml .subpage_contents h4 {
    font-size: 18px !important;
    padding-top: 10px;
  }
  .cmshtml .subpage_contents h5 {
    font-size: 16px !important;
  }
  .cmshtml .subpage_contents h6 {
    font-size: 16px !important;
    padding: 8px 16px;
  }
  .cmshtml .title07 {
    margin-top: 40px;
  }
  .cmshtml .tit_primary {
    font-size: 22px;
  }
  .cmshtml .tit_secondary {
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) {
  .bnr_2column > div {
    width: 50% !important;
  }
  .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .bnr_4column > div {
    width: 25% !important;
  }
  .bnr_2column_mgn > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .bnr_3column_mgn > div {
    width: calc(33.33333333% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .bnr_4column_mgn > div {
    width: calc(25% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .bnr_4column .tu_txt, .bnr_4column_mgn .tu_txt {
    font-size: 18px;
  }
  .bnr_2column, .bnr_3column, .bnr_4column, .bnr_2column_mgn, .bnr_3column_mgn, .bnr_4column_mgn {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 576px) {
  .bnr_2column > div, .bnr_3column > div, .bnr_4column > div, .bnr_2column_mgn > div, .bnr_3column_mgn > div, .bnr_4column_mgn > div {
    margin-bottom: 10px;
  }
}