@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: 20px;
    right: 20px;
  }
  .cmshtml .link_btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn a {
    padding: 10px 20px;
    padding-left: 40px;
  }
  .cmshtml .link_btn a:after {
    border-width: 6px 6px 6px 8px;
  }
  .cmshtml .subpage_contents .link_btn a {
    font-size: 14px;
    padding: 10px 45px;
  }
  .cmshtml .link_btn02 a {
    font-size: 14px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt a {
    color: #FF5C00;
  }
  .cmshtml #navigation > * {
    padding: 0 20px;
  }
  .cmshtml .drop_li {
    background: #fff;
    border-top: 1px dashed #ccc;
  }
  .cmshtml .logo:after {
    background: #fff;
    border-radius: 0 0 100px 0;
    content: "";
    display: block;
    width: 110%;
    height: 42px;
    position: absolute;
    left: -5%;
    top: 95%;
    z-index: 99;
  }
  .cmshtml .fixed .logo:after {
    display: none;
  }
  .cmshtml #header.fixed {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    animation: FadeAnime 0.5s forwards;
    padding-left: 20px;
  }
  .cmshtml #header.fixed .logo {
    padding: 10px 0;
    max-width: 400px;
  }
  .cmshtml #header.fixed #navigation {
    padding: 15px 0;
    padding-top: 55px;
  }
  .cmshtml #header.fixed #navigation > * {
    padding: 0 15px;
  }
  .cmshtml #header.fixed .num_txt {
    background: url(../img/ico_tel.png) no-repeat left 30px center;
    background-size: 25px auto;
    background-color: #FFE7D9;
    font-size: 18px;
    padding: 5px 10px 5px 70px;
  }
}
@media screen and (max-width: 1880px) and (min-width: 1001px) {
  .cmshtml #header.fixed #navigation > *, .cmshtml #navigation > * {
    padding: 0 10px;
  }
  .cmshtml .logo {
    padding-left: 10px;
    max-width: 450px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml .logo {
    max-width: 300px;
    padding: 10px;
  }
  .cmshtml #header.fixed .logo {
    max-width: 300px;
    padding: 15px 10px;
  }
  .cmshtml .num_txt {
    background-position: left 40px center;
    border-radius: 0 0 0 68px;
    font-size: 20px;
    padding: 10px 20px 10px 100px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
  .cmshtml #navigation {
    padding-top: 70px;
  }
  .cmshtml .logo:after {
    height: 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml #header.fixed .logo, .cmshtml .logo {
    max-width: 250px;
  }
  .cmshtml #header.fixed #navigation > *, .cmshtml #navigation > * {
    padding: 0 5px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    padding: 0 10px;
    position: fixed;
    min-height: 60px;
    align-items: center;
  }
  .cmshtml .logo {
    padding-left: 0;
    max-width: 400px;
  }
  .cmshtml .globalmenu {
    background: #165829;
  }
  .cmshtml .num_txt {
    background-color: #cce7d3;
    background-position: left 10px center;
    background-size: 30px auto;
    font-size: 16px;
    padding: 10px;
    padding-left: 50px;
    border: none;
    border-radius: 0;
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
  }
  .cmshtml #navigation {
    display: block;
    padding: 0;
    height: 100%;
    overflow: auto;
  }
  .cmshtml #navigation > * {
    border-bottom: 1px solid #83a18b;
  }
  .cmshtml .li_txt, .cmshtml .li_txt a, .cmshtml .h_li, .cmshtml .h_li a {
    color: #fff;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
  .cmshtml .li_txt {
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .li_txt a {
    display: inline-block;
    pointer-events: none;
    padding: 10px;
  }
  .cmshtml .h_li a {
    display: block;
    padding: 10px;
  }
    .cmshtml .h_ico a {
        padding: 0;
    }
    
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    top: 13px;
    transition: all 0.3s;
  }
  .cmshtml .nav_drop {
    background: #36543f;
    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: #fff;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .logo {
    max-width: 230px;
  }
}
/*------------------------------------------------------
共通
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .info_tit01, .cmshtml .flow_tit01, .cmshtml .works_tit01 {
    font-size: 36px;
  }
  .cmshtml .info_tit02, .cmshtml .flow_tit02, .cmshtml .works_tit02 {
    font-size: 22px;
  }
  .cmshtml .link_info a, .cmshtml .link_works a {
    padding-right: 30px;
  }
  .cmshtml .link_info a:after, .cmshtml .link_works a:after {
    border: 4px solid transparent;
    border-left: 8px solid #165829;
    right: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_tit01, .cmshtml .flow_tit01, .cmshtml .works_tit01 {
    font-size: 28px;
    text-align: center;
  }
  .cmshtml .info_tit02, .cmshtml .flow_tit02, .cmshtml .works_tit02 {
    font-size: 18px;
    margin: 0;
    text-align: center;
  }
  .cmshtml .link_works {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml #slide_wrap {
    border-radius: 0 0 0 60px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
  }
  .cmshtml .scroll {
    left: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding-left: 2%;
  }
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .scroll {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding-left: 0;
  }
  .cmshtml #slide_wrap {
    height: 360px;
    border-radius: 0;
  }
  .cmshtml .catchcopy {
    padding: 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 22px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .about_img {
    border-radius: 0 90px 0 0;
  }
  .cmshtml .about_textbox {
    padding: 50px 5% 110px 3.7%;
  }
  .cmshtml .about_tit {
    font-size: 30px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .about_img {
    margin-top: 100px;
  }
  .cmshtml .about_textbox {
    padding: 50px 3% 110px 3%;
  }
  .cmshtml .about_tit {
    font-size: 24px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    margin: 60px auto 0;
  }
  .cmshtml .sec_about:before {
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .cmshtml .about_img {
    border-radius: 0 20px 20px 0;
    margin-top: 40px;
  }
  .cmshtml .about_textbox {
    padding: 30px 3%;
  }
  .cmshtml .about_tit {
    font-size: 22px;
  }
  .cmshtml .sub_tit {
    font-size: 16px;
    padding-left: 60px;
  }
  .cmshtml .sub_tit:before {
    left: 0;
  }
  .cmshtml .about_txt {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    flex-direction: column-reverse;
  }
  .cmshtml .sec_about:before {
    width: 96%;
  }
  .cmshtml .sec_about > div:first-child {
    width: 70%;
    opacity: 1 !important;
    transform: translate(0) !important;
  }
  .cmshtml .sec_about > div:nth-child(2) {
    width: 90%;
    margin-left: auto;
    opacity: 1 !important;
    transform: translate(0) !important;
  }
  .cmshtml .about_img {
    border-radius: 0 20px 0 0;
    margin-top: 40px;
  }
  .cmshtml .about_textbox {
    padding: 30px 3% 0;
    padding-left: 0;
  }
  .cmshtml .aout_tit02 {
    margin-left: 0;
  }
  .cmshtml .sub_tit {
    font-size: 14px;
    padding-left: 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml .about_tit {
    font-size: 16px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .link_info {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 60px auto;
  }
  .cmshtml .news_div .date, .cmshtml .news_div .txt {
    font-size: 14px;
  }
  .cmshtml .news_div .date {
    min-width: 100px;
    max-width: 100px;
  }
  .cmshtml .news_div .txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_inwrap {
    display: block;
  }
  .cmshtml .link_info {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }
  .cmshtml .scnews {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmshtml .scnews > div + div {
    margin-top: 0;
  }
  .cmshtml .news_div {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
  }
  .cmshtml .news_div .date {
    min-width: 1px;
    max-width: none;
    margin: 0;
    text-align: left;
  }
  .cmshtml .news_div .txt {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cmshtml .info_img {
    margin-left: auto;
  }
}
/*------------------------------------------------------
policy
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .sec_policy {
    padding: 95px 10% 95px 45%;
  }
  .cmshtml .policy_tit {
    margin-bottom: 40px;
  }
  .cmshtml .policy_txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_policy {
    padding: 95px 5% 95px 40%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_policy {
    background-position: left center;
    padding: 60px 4%;
    padding-left: 7%;
  }
  .cmshtml .policy_tit {
    font-size: 22px;
  }
  .cmshtml .policy_txt {
    font-size: 16px;
  }
  .cmshtml .link_policy {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .policy_tit {
    margin-bottom: 30px;
  }
  .cmshtml .policy_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------
flow
------------------------------------------------------*/
@media screen and (max-width: 1650px) {
  .cmshtml .inwrap_flow > div {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .inwrap_flow > div {
    width: calc(25% - 30px);
    margin: 0 15px 60px;
  }
  .cmshtml .flow_box {
    padding: 50px 10px 25px;
  }
  .cmshtml .box_num {
    font-size: 30px;
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_flow {
    margin: 50px auto 0;
  }
  .cmshtml .inwrap_flow > div {
    width: calc(33.333333% - 30px);
    margin: 0 15px 60px;
  }
  .cmshtml .flowTit_wrap {
    margin: 0 auto 60px;
  }
  .cmshtml .flow_box {
    padding: 50px 10px 25px;
  }
  .cmshtml .box_num {
    font-size: 20px;
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .cmshtml .box_txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .box_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .inwrap_flow, .cmshtml .flowTit_wrap {
    display: block;
  }
  .cmshtml .inwrap_flow > div {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 60px!important;
  }
  .cmshtml .inwrap_flow > div + div:before {
    display: none;
  }
}
/*------------------------------------------------------
works
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .sec_works {
    padding: 60px 2% 40px;
  }
  .cmshtml .works_bnr > div {
    width: calc(33.333% - 2%);
    margin: 0 1% 20px;
  }
  .cmshtml .works_box {
    border-radius: 4px;
    padding: 10px;
  }
  .cmshtml .works_box > div:first-child {
    max-width: 120px;
  }
  .cmshtml .works_box > div:nth-child(2) {
    width: calc(100% - 120px);
  }
  .cmshtml .textbox_works {
    padding-left: 10px;
  }
  .cmshtml .works_txt {
    font-size: 14px;
  }
  .cmshtml .link_works {
    font-size: 14px;
  }
  .cmshtml .works_box .link_works a {
    padding-right: 18px;
  }
  .cmshtml .works_box .link_works a:after {
    border: 4px solid transparent;
    border-left: 6px solid #165829;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .works_bnr {
    justify-content: center;
  }
  .cmshtml .works_bnr > div {
    width: calc(50% - 2%);
    max-width: 380px;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .works_bnr {
    display: block;
  }
  .cmshtml .works_bnr > div {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }
  .cmshtml .worksTit_wrap {
    display: block;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .bnr_div {
    border-radius: 50px 0 0 0;
  }
  .cmshtml .bnr_tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    margin: 60px auto;
  }
  .cmshtml .bnr_div {
    border-radius: 30px 0 0 0;
  }
  .cmshtml .bnr_tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bnr_div {
    border-radius: 10px;
  }
  .cmshtml .sec_bnr > div {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 10px;
    height: 150px;
  }
  .cmshtml .bnr_tit {
    font-size: 22px;
  }
}
/*------------------------------------------------------
fixed_btn
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .fixed_btn {
    display: none;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml #footer {
    padding: 40px 4% 30px;
  }
  .cmshtml #footer:before {
    border-radius: 0 100px 0 0;
    width: 97%;
  }
  .cmshtml #footer .inwrap {
    align-items: center;
  }
  .cmshtml .f_txt {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0;
  }
  .cmshtml .f_link {
    justify-content: center;
  }
  .cmshtml .f_link > div {
    margin: 0 1.9% 20px;
    max-width: 400px;
  }
  .cmshtml .f_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .cmshtml .f_li {
    padding: 15px;
    border-radius: 10px;
  }
  .cmshtml .fli_txt {
    font-size: 18px;
    padding-left: 20px;
  }
  .cmshtml .f_about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cmshtml .f_about > div, .cmshtml .f_about > div:nth-child(2), .cmshtml .f_about > div:nth-child(3) {
    width: auto;
    margin-bottom: 20px;
  }
  .cmshtml .f_address {
    font-size: 14px;
    text-align: center;
    padding: 0;
  }
  .cmshtml .copyright {
    text-align: center;
  }
  .cmshtml .copyright, .cmshtml .copyright * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer:before {
    border-radius: 0;
    width: 100%;
  }
  .cmshtml .f_link > div {
    max-width: 320px;
  }
  .cmshtml .f_li > div:first-child {
    max-width: 40px;
    min-width: 40px;
    width: 100%;
  }
  .cmshtml .f_li {
    padding: 10px;
    border-radius: 6px;
  }
  .cmshtml .fli_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer {
    padding: 40px 4% 20px;
  }
  .cmshtml #footer .inwrap {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .cmshtml .f_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .f_link {
    display: block;
    margin-bottom: 40px;
  }
  .cmshtml .f_link > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .f_logo {
    max-width: 250px;
  }
  .cmshtml .f_address {
    font-size: 12px;
  }
  .cmshtml #copy {
    margin: 20px auto 0;
  }
  .cmshtml .copyright, .cmshtml .copyright * {
    font-size: 10px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サブページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 1001px) {
  .cmshtml #title_wrap {
    width: 93.7%;
    margin-left: auto;
    border-radius: 0 0 0 100px;
    overflow: hidden;
  }
  .cmshtml #title_wrap .inwrap {
    padding-left: 6.3%;
  }
}
@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: 1500px) {
  .cmshtml #title_wrap {
    padding: 115px 2% 95px;
    z-index: 10;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 40px 4%;
  }
  .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;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .img_div img {
    border-radius: 6px;
  }
  .cmshtml .page_title {
    text-align: center;
  }
  .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 .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 #222 !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% - 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 10px;
    z-index: 2;
  }
  .cmshtml .txt_div {
    border-radius: 0 0 6px 6px;
    padding: 10px;
    width: 100%;
    transform: none;
    z-index: 1;
    margin-top: auto;
  }
  .cmshtml .txt_div:before {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 0;
  }
  .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 #FF5C00;
    position: relative;
  }
  .cmshtml .stepbox > div:not(:last-child):after, .cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
    border: 30px solid transparent;
    border-top: 15px solid #FF5C00;
    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 #FF5C00;
  }
  .cmshtml .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
  }
  .cmshtml .step_num {
    font-size: 20px;
    padding: 10px 30px;
  }
  .cmshtml .step_txt {
    font-size: 14px;
  }
  .cmshtml .blog_frame {
    padding: 30px 2%;
  }
}
@media screen and (max-width: 680px) {
    
    .cmshtml .subpage_contents > * {
    margin-bottom: 10px;
}

  .cmshtml .subpage_contents h2 {
    font-size: 22px !important;
    padding: 0;
    letter-spacing: 0.2rem;
  }
  .cmshtml .subpage_contents h3 {
    font-size: 18px !important;
    padding-bottom: 5px;
  }
  .cmshtml .subpage_contents h3:after, .cmshtml .subpage_contents h4:before {
    height: 2px;
  }
  .cmshtml .subpage_contents h4 {
    font-size: 18px !important;
    padding-top: 0;
  }
  .cmshtml .subpage_contents h5 {
    font-size: 16px !important;
  }
  .cmshtml .subpage_contents h6 {
    font-size: 16px !important;
    line-height: 1;
    padding: 0 16px 8px;
  }
  .cmshtml .rdslide .rdsp-buttons .rdsp-button {
    width: 8px!important;
    height: 8px!important;
  }
  .cmshtml .rdslide .rdsp-buttons .rdsp-button {
    margin: 8px 4px!important;
  }

}
@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;
  }
}