@charset "UTF-8";
/*------------------------------------------------------
共通
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .sp_only {
    display: none;
  }
  .cmshtml .subpage_contents > * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s 0.3s cubic-bezier(0.63, 0.2, 0.36, 0.73);
  }
  .cmshtml .subpage_contents.module_blogwrapper > * {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .pc_only {
    display: none;
  }
  .cmshtml #page-top {
    bottom: 70px;
    right: 20px;
  }
  .cmshtml .side_menu {
    top: auto;
    max-width: none !important;
    bottom: 0;
    width: 100%;
  }
  .cmshtml .menu_area {
    border-radius: 0;
    padding: 8px 10px;
    justify-content: center;
  }
  .cmshtml .menu_area > div {
    flex: none !important;
  }

.cmshtml .menu_area > div:nth-child(2) {
  width: auto !important;
}
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn03, .cmshtml .link_btn04 {
    font-size: 16px;
  }
  .cmshtml .link_btn a, .cmshtml .link_btn02, .cmshtml .link_btn05, .cmshtml .link_btn06 {
    font-size: 14px;
  }
  .cmshtml #page-top {
    border-radius: 6px;
    border: 3px solid #0095D9;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .cmshtml #page-top:before {
    border: 5px solid transparent;
    border-bottom: 10px solid #0095D9;
  }
  .cmshtml #page-top:hover:before {
    border-bottom: 10px solid #fff;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .globalmenu {
    display: flex;
    align-items: center;
  }
  .cmshtml #navigation {
    display: flex;
  }
  .cmshtml #navigation > * {
    padding: 0 16px;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #0095D9;
  }
  .cmshtml .sub_nabi {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-left: 55px;
  }
  .cmshtml .sub_nabi > * {
    margin: 0 7px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1001px) {
  .cmshtml #header {
    padding: 20px 10px;
  }
  .cmshtml .logo {
    max-width: 220px;
  }
  .cmshtml #navigation > * {
    padding: 0 10px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
  .cmshtml .sub_nabi {
    margin-left: 0;
  }
  .cmshtml .sub_li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .cmshtml #header {
    padding: 15px 10px;
  }
  .cmshtml .globalmenu {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .cmshtml .logo {
    max-width: 270px;
  }
  .cmshtml #navigation {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    height: 67px;
    padding: 0 10px;
    padding-right: 60px;
  }
  .cmshtml #header + * {
    margin-top: 67px;
  }
  .cmshtml .drawer-open #header {
    background: white;
  }
  .cmshtml .drawer-nav {
    width: 100%;
    height: calc(100% - 67px);
    top: 67px;
    touch-action: auto !important;
    padding: 0 2rem 0 !important;
    overflow: auto;
  }
  .cmshtml .globalmenu {
    border-top: 1px solid #ccc;
  }
  .cmshtml #navigation {
    display: block;
  }
  .cmshtml .h_li, .cmshtml .li_txt {
    padding: 2.5vw 0;
    font-size: 16px;
  }
  .cmshtml .h_li, .cmshtml .drop-menu {
    border-bottom: 1px dashed #ccc;
  }
  .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 .li_txt:before, .cmshtml .li_txt:after {
    background: #000;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    right: 15px;
    margin: auto;
    top: 26px;
    transition: all 0.3s;
  }
  .cmshtml .li_txt:after {
    transform: rotate(90deg);
  }
  .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 .li_txt a {
    color: #0095D9;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(0);
  }
  .cmshtml .drop_li:first-child a {
    padding-top: 0;
  }
  .cmshtml .sub_nabi {
    margin-top: 20px;
    padding: 20px 10px 10px;
    background: #ebf3ff;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }
  .cmshtml .sub_li {
    margin: 0 5px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .logo {
    max-width: 220px;
  }
  .cmshtml .drawer-nav {
    padding: 20px 2rem 0 !important;
  }
  .cmshtml .li_txt:before, .cmshtml .li_txt:after {
    top: 17px;
  }
  .cmshtml .h_li, .cmshtml .li_txt {
    font-size: 14px;
  }
  .cmshtml .drop_li a {
    padding: 10px;
  }
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .sub_li {
    font-size: 12px;
  }
}
/*------------------------------------------------------
mv info
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .catch_txt01 {
    font-size: 40px;
  }
  .cmshtml .info_inwrap {
    padding: 0 10px;
    padding-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
  .cmshtml .catch_txt02 {
    font-size: 24px;
  }
  .cmshtml .sec_info {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    padding: 36px 2% 19px;
    margin: 30px auto;
  }
  .cmshtml .info_date {
    min-width: 90px;
    max-width: 100px;
  }
  .cmshtml .info_tag {
    font-size: 12px;
    min-width: 90px;
    margin: 0 3%;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .sec_info {
    align-items: center;
    padding: 20px 2%;
  }
  .cmshtml .info_inwrap {
    padding: 0 10px;
  }
  .cmshtml .news_div:first-child, .cmshtml .news_div {
    flex-flow: row wrap;
    padding: 10px;
    padding-right: 0;
  }
  .cmshtml .info_date {
    min-width: 1px;
    max-width: none;
  }
  .cmshtml .info_tag {
    max-width: none;
    margin: 0;
    margin-left: 20px;
  }
  .cmshtml .info_txt {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catch_txt01 {
    font-size: 22px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
  .cmshtml .sec_info {
    display: block;
  }
  .cmshtml .sec_info > div:first-child, .cmshtml .sec_info > div:nth-child(2) {
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_inwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .cmshtml .news_div {
    justify-content: space-between;
  }
  .cmshtml .info_tit {
    font-size: 22px;
    margin-bottom: 0;
  }
}
/*------------------------------------------------------
plan
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .sec_plan {
    padding-top: 60px;
  }
  .cmshtml .sec_plan:before {
    background: url(../img/bear.png) no-repeat right 4% bottom;
    height: 68px;
    bottom: 15px;
    background-size: contain;
  }
  .cmshtml .plan_menu > div {
    width: calc(50% - 4%);
    margin: 0 2% 65px;
  }
  .cmshtml .plan_img {
    height: 30vw;
    min-height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_plan {
    padding: 60px 2% 100px;
  }
  .cmshtml .sec_plan:before {
    background: url(../img/bear.png) no-repeat right 6% bottom;
    background-size: contain;
    height: 60px;
    bottom: 15px;
  }
  .cmshtml .plan_tit .in_txt {
    background: url(../img/title_ico01.png) no-repeat top 5px left 25px;
    color: #083C8B;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 65px;
    padding-right: 24px;
    padding-bottom: 13px;
  }
  .cmshtml .plan_menu > div {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 40px;
  }
  .cmshtml .plan_box {
    padding: 20px 10px 0;
  }
  .cmshtml .plan_txt {
    font-size: 14px;
  }
  .cmshtml .plan_tag {
    min-width: 150px;
    min-height: 53px;
  }
  .cmshtml .plan_tag .in_txt {
    font-size: 16px;
    transform: rotate(-7deg) translateY(15px);
  }
}
/*------------------------------------------------------
theme
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .theme_img {
    border-radius: 100px;
    height: 22.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .theme_menu > div {
    width: calc(50% - 3.8%);
    margin: 0 1.9% 50px;
  }
  .cmshtml .theme_box {
    padding: 10px 10px 0;
  }
  .cmshtml .theme_img {
    border-radius: 50px;
    height: 35vw;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .theme_tit .in_txt {
    background-position: top left 30px;
    background-size: 35px auto;
    font-size: 22px;
    padding-left: 80px;
    padding-right: 40px;
  }
  .cmshtml .theme_menu > div {
    width: calc(100% - 3.8%);
    max-width: 470px;
    margin: 0 auto 50px;
  }
  .cmshtml .theme_tag {
    min-width: 150px;
    min-height: 53px;
  }
  .cmshtml .theme_tag .in_txt {
    font-size: 16px;
  }
  .cmshtml .theme_img {
    border-radius: 20px;
    height: 260px;
  }
  .cmshtml .theme_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
tours
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .tours_inwrap > div {
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .tours_tit {
    margin-bottom: 50px;
    padding: 20px 2%;
  }
  .cmshtml .tours_tit:after {
    bottom: -20px;
  }
  .cmshtml .tours_inwrap > div {
    width: 92%;
    margin: 0 auto 30px;
    max-width: 470px;
  }
  .cmshtml .tours_box {
    border-radius: 6px;
  }
  .cmshtml .tours_tag {
    padding: 1px 10px;
    font-size: 12px;
    top: 25px;
    right: 6%;
  }
  .cmshtml .tours_img {
    border-radius: 6px;
  }
  .cmshtml .tours_tit .in_txt {
    font-size: 22px;
    padding-left: 50px;
  }
  .cmshtml .tours_tit .in_txt:before {
    width: 40px;
    height: 33px;
  }
  .cmshtml .tours_link {
    font-size: 14px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .bnr_txt {
    font-size: 14px;
  }
  .cmshtml .f_contact {
    margin: 100px auto 85px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml #footer .inwrap > div:first-child {
    max-width: 350px;
  }
  .cmshtml #footer .inwrap > div:nth-child(2) {
    max-width: calc(100% - 350px);
  }
  .cmshtml .f_bnrs > div {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
  .cmshtml .f_li, .cmshtml .f_address {
    font-size: 14px;
  }
  .cmshtml .flink {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml #footer .inwrap {
    display: block;
  }
  .cmshtml #footer .inwrap > div:first-child, .cmshtml #footer .inwrap > div:nth-child(2) {
    max-width: none;
  }
  .cmshtml .f_contact {
    margin: 60px auto;
  }
  .cmshtml .contact_links > div {
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
  .cmshtml .contact_li01 a {
    font-size: 24px;
  }
  .cmshtml .contact_li02 a {
    font-size: 20px;
  }
  .cmshtml .f_about {
    text-align: center;
    margin-bottom: 30px;
  }
  .cmshtml .f_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .flink_wrap {
    justify-content: center;
  }
  .cmshtml .flink {
    margin: 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer {
    padding: 40px 0 60px;
  }
  .cmshtml #footer > * {
    width: auto;
  }
  .cmshtml .f_contact {
    margin: 40px auto;
    padding: 0 2%;
  }
  .cmshtml .bnr_name {
    font-size: 16px;
  }
  .cmshtml .bnr_txt {
    font-size: 12px;
  }
  .cmshtml .to_contact {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cmshtml .time_day {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .contact_links > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .cmshtml #footer .inwrap {
    margin-bottom: 30px;
  }
  .cmshtml .f_about {
    padding: 0 10px;
  }
  .cmshtml .f_logo {
    max-width: 220px;
  }
  .cmshtml .flink_wrap {
    background: #ebf3ff;
    padding: 20px;
  }
  .cmshtml .flink_wrap > div {
    width: 100%;
    margin: 0;
  }
  .cmshtml .flink {
    margin: 0;
    margin-bottom: 20px;
  }
  .cmshtml .f_li {
    background: #fff;
    padding: 10px;
  }
  .cmshtml .f_li02 {
    padding-left: 20px;
  }
  .cmshtml .f_li02:before {
    left: 8px;
  }
  .cmshtml .f_li a {
    display: block;
  }
  .cmshtml .copyright, .cmshtml .copyright * {
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  .cmshtml .f_bnrs > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .cmshtml .time_day {
    margin-bottom: 20px;
  }
  .cmshtml .contact_li01 a {
    font-size: 20px;
    padding: 10px;
    padding-left: 29%;
    background-size: 28px auto;
  }
  .cmshtml .contact_li02 a {
    font-size: 16px;
    padding: 15px 10px;
    padding-left: 23%;
    background-position: left 9% center;
    background-size: 28px auto;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .to_contact {
    font-size: 18px;
  }
  .cmshtml .f_li, .cmshtml .f_address {
    font-size: 12px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サブページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@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: 40px 4%;
  }
  .cmshtml .page_title {
    text-align: center;
  }
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 14px;
  }
  .cmshtml .module_blogwrapper {
    padding: 20px 10px !important;
    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 .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 {
    padding: 0 2% 40px;
  }
  .cmshtml .subpage_contents > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }


.cmshtml .subpage_contents .side_menu {
    margin: 0 auto !important;
    opacity: 1 !important;
    transform: translateY(0px) !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 .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 .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 #083C8B !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;
  }
  .cmshtml .qa_q > div, .cmshtml .qa_a > div {
    padding: 10px;
    max-width: calc(100% - 5px);
  }
  .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 #083C8B;
    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 #083C8B;
    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 #083C8B;
  }
  .cmshtml .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
  }
  .cmshtml .step_num {
    font-size: 18px;
  }
  .cmshtml .step_txt {
    font-size: 14px;
  }
  .cmshtml .one_side.step_div {
    padding: 20px 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 .subpage_contents .bnr_name {
    font-size: 14px;
  }
}
@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 (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;
  }
}