@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
@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 !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: 1000px) {
  .cmshtml .primary {
    font-size: 18px;
  }
  .cmshtml .secondary {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .primary {
    font-size: 14px;
  }
  .cmshtml .secondary {
    font-size: 20px;
  }
  .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;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt a {
    color: #FF9500;
  }
  .cmshtml header {
    transition: all 0.3s;
  }
  .cmshtml #header.fixed {
    padding: 23px 6% 22px;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a {
    padding: 5px 20px;
  }
  .cmshtml #navigation > *:last-child {
    padding-right: 0;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #FF9500;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover {
    background: #FFA931;
  }
  .cmshtml .selectlang_inner {
    position: absolute;
    right: 0;
    top: 0;
    top: auto;
    width: 240px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1600px) and (min-width: 1001px) {
  .cmshtml #header {
    padding: 45px 2% 0;
  }
  .cmshtml #header.fixed {
    padding: 23px 2% 22px;
  }
  .cmshtml .logo {
    max-width: 200px;
  }
  .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .selectlang_btn {
    font-size: 14px;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml #header {
    padding: 20px 4% 0;
    display: block;
  }
  .cmshtml #header.fixed {
    padding: 10px 4% 10px;
  }
  .cmshtml .logo {
    max-width: none;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.6s;
  }
  .cmshtml #header.fixed .logo {
    margin-bottom: 5px;
  }
  .cmshtml #navigation {
    justify-content: center;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a {
    padding: 5px 10px;
  }
  .cmshtml .selectlang_btn {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    padding: 16px 4%;
    padding-right: 55px;
  }
  .cmshtml #navigation {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .cmshtml .drop-menu, .cmshtml .h_li {
    border-bottom: 1px dashed #ffd495;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    font-size: 14px;
  }
  .cmshtml .li_txt {
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 10px;
  }
  .cmshtml .li_txt a {
    display: inline-block;
    pointer-events: none;
  }
  .cmshtml .h_li a {
    display: block;
  }
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 2px solid #FF9500;
    border-bottom: 2px solid #FF9500;
    transform: rotate(45deg);
    top: 13px;
    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 {
    background: #FFEACC;
    border-top: 1px dashed #ffd495;
  }
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 12px;
    text-align: left;
  }
  .cmshtml .drop_li a {
    padding: 5px 10px;
    padding-right: 30px;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
  }
  .cmshtml .selectlang {
    border-radius: 0;
  }
  .cmshtml .selectlang_btn {
    padding: 5px 10px;
  }
  .cmshtml .selectlang_inner > div {
    border-top: 1px dashed #ccc;
  }
  .cmshtml .selectlang_inner a {
    font-size: 12px;
    padding: 5px 10px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .add-animation01 {
    animation: zoomUp 10s linear 0s normal both;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .catch_txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    height: calc(100vh - 61px);
    margin-top: 61px;
  }
  .cmshtml #slide_wrap {
    border-radius: 20px;
  }
  .cmshtml .catch_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    height: 450px;
  }
  .cmshtml .mv_wrap:before {
    width: 99px;
    height: 73px;
  }
  .cmshtml .mv_wrap:after {
    width: 130px;
    height: 74px;
  }
  .cmshtml #slide_wrap {
    border-radius: 10px;
  }
  .cmshtml .catchcopy {
    padding: 10px 4%;
  }
  .cmshtml .catch_txt {
    font-size: 20px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .about_imgbox {
    padding: 0 3% 0 0;
  }
  .cmshtml .about_textbox {
    padding: 20px 2% 20px;
  }
  .cmshtml .about_tit.primary {
    color: #FF9500;
    font-size: 20px;
  }
  .cmshtml .about_tit.secondary {
    color: #333333;
    font-size: 18px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .about_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .about_tit.primary {
    margin-bottom: 5px;
  }
  .cmshtml .about_inwrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_inwrap > div:first-child, .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_imgbox {
    padding: 0;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .cmshtml .about_textbox {
    padding: 30px 4%;
  }
  .cmshtml .about_tit.secondary {
    margin-bottom: 30px;
  }
  .cmshtml .about_textbox:before {
    width: 80px;
    height: 83px;
    top: -4%;
    right: -3%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_textbox {
    border-radius: 10px;
  }
  .cmshtml .about_tit {
    text-align: center;
  }
  .cmshtml .about_tit.primary {
    font-size: 14px;
  }
  .cmshtml .about_tit.secondary {
    font-size: 16px;
  }
  .cmshtml .about_imgwrap {
    padding-left: 4%;
  }
  .cmshtml .about_txt {
    margin-bottom: 20px;
  }
  .cmshtml .about_imgwrap .about_img + .about_img {
    padding-top: 10px;
  }
  .cmshtml .about_img img {
    border-radius: 6px;
  }
  .cmshtml .about_link {
    font-size: 14px;
  }
  .cmshtml .about_link a {
    padding: 10px 50px 10px 0;
  }
  .cmshtml .about_link a:after {
    background-size: 15px auto;
    width: 30px;
    height: 30px;
  }
}
/*------------------------------------------------------
service
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .service_inwrap {
    margin: 60px auto 0;
  }
  .cmshtml .service_img {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_service {
    padding: 50px 4% 50px;
  }
  .cmshtml .service_inwrap > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 45px;
  }
  .cmshtml .service_img {
    height: 250px;
  }
  .cmshtml .service_name {
    font-size: 16px;
    padding: 20px 65px 20px 35px;
  }
  .cmshtml .service_name:after {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .service_inwrap {
    margin: 40px auto 0;
  }
  .cmshtml .service_inwrap > div {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 45px;
  }
  .cmshtml .service_img {
    height: 300px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_service {
    padding: 50px 4% 0px;
  }
  .cmshtml .service_img {
    height: 220px;
    border-radius: 10px;
  }
  .cmshtml .service_name {
    padding: 20px 65px 20px 20px;
  }
  .cmshtml .service_name:after {
    background-size: 15px auto;
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
/*------------------------------------------------------
facility
------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .cmshtml .faci_inwrap > div {
    width: 46%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_facility {
    padding: 0 4% 60px;
  }
  .cmshtml .faci_inwrap {
    margin: 60px auto 0;
  }
  .cmshtml .faci_img {
    height: 220px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_facility {
    padding: 30px 4% 40px;
    margin: 0 auto;
  }
  .cmshtml .sec_facility:before {
    display: none;
  }
  .cmshtml .faci_inwrap {
    margin: 30px auto 0;
  }
  .cmshtml .faci_inwrap > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .cmshtml .faci_box {
    border-radius: 10px;
  }
  .cmshtml .faci_img {
    height: 200px;
  }
  .cmshtml .faci_name {
    font-size: 16px;
    padding: 15px 4%;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cmshtml .sec_info {
    padding: 80px 4%;
  }
  .cmshtml .info_inwrap {
    padding: 25px 4% 80px;
  }
  .cmshtml .scnews {
    margin: 10px auto 0;
  }
  .cmshtml .news_div .info_txt {
    font-size: 16px;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info:before {
    left: -2%;
    top: -6%;
  }
  .cmshtml .sec_info:after {
    bottom: -4%;
    right: -2%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 30px 4%;
  }
  .cmshtml .sec_info:before {
    left: -2%;
    top: -6%;
    width: 150px;
    height: 100px;
  }
  .cmshtml .sec_info:after {
    bottom: -4%;
    right: -2%;
    width: 120px;
    height: 85px;
  }
  .cmshtml .info_inwrap {
    border-radius: 10px;
    padding: 25px 4% 40px;
  }
  .cmshtml .news_div {
    padding: 10px 2%;
    display: block;
  }
  .cmshtml .news_div .info_date {
    font-size: 14px;
    min-width: 1px;
    text-align: left;
    margin-bottom: 5px;
  }
  .cmshtml .news_div .info_txt {
    font-size: 14px;
    margin-left: 0;
  }
}
/*------------------------------------------------------
Recruit Contact
------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .cmshtml .rec_txt, .cmshtml .contact_txt, .cmshtml .to_faci, .cmshtml .faci_num {
    font-size: 18px;
  }
  .cmshtml .rec_tit, .cmshtml .rec_txt, .cmshtml .contact_txt {
    margin-bottom: 40px;
  }
  .cmshtml .contact_link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .rec_box {
    padding: 100px 4%;
  }
  .cmshtml .rec_tit, .cmshtml .contact_tit {
    font-size: 24px;
  }
  .cmshtml .rec_txt, .cmshtml .contact_txt, .cmshtml .to_faci, .cmshtml .faci_num {
    font-size: 16px;
  }
  .cmshtml .rec_link {
    font-size: 14px;
    padding: 10px 0;
    padding-right: 75px;
  }
  .cmshtml .contact_link {
    font-size: 14px;
  }
  .cmshtml .contact_link a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_RecruitContact > div {
    width: 100%;
  }
  .cmshtml .rec_box {
    padding: 40px 6%;
  }
  .cmshtml .rec_box:before {
    border-radius: 10px;
    width: 94%;
    height: 90%;
  }
  .cmshtml .rec_tit, .cmshtml .contact_tit {
    font-size: 20px;
  }
  .cmshtml .contact_box {
    padding: 30px 4%;
  }
  .cmshtml .contact_item {
    margin: 0 auto 10px;
    justify-content: center;
  }
  .cmshtml .rec_tit, .cmshtml .rec_txt, .cmshtml .contact_txt {
    margin-bottom: 20px;
  }
  .cmshtml .rec_txt, .cmshtml .contact_txt, .cmshtml .to_faci, .cmshtml .faci_num {
    font-size: 14px;
  }
  .cmshtml .rec_link {
    padding-right: 40px;
  }
  .cmshtml .rec_link:after {
    background: url(../img/btn02.png) no-repeat center;
    background-size: 15px auto;
    width: 30px;
    height: 30px;
  }
  .cmshtml .contact_link {
    margin-top: 20px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml #footer {
    background: #fff;
    padding: 40px 2% 20px;
    display: block;
  }
  .cmshtml #footer .inwrap {
    margin-bottom: 20px;
  }
  .cmshtml .f_logo {
    text-align: center;
  }
  .cmshtml .f_about {
    display: block;
    text-align: center;
  }
  .cmshtml .f_address {
    padding-right: 0;
  }
  .cmshtml .copyright {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer {
    padding: 30px 2% 20px;
  }
  .cmshtml .f_logo {
    margin-bottom: 10px;
  }
  .cmshtml .f_address, .cmshtml .telfax {
    font-size: 14px;
  }
  .cmshtml .copyright {
    font-size: 10px;
    font-weight: 500;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
@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: 1300px) {
  .cmshtml #title_wrap {
    padding: 40px 0;
  }
  .cmshtml #title_wrap .bg_image {
    width: 88%;
    height: 320px;
  }
  .cmshtml #title_wrap .bg_image img {
    border-radius: 20px;
  }
  .cmshtml #title_wrap .inwrap {
    width: 88%;
    height: 320px;
    top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .contact_box.sub_p {
    padding: 40px 4% 40px;
  }
  .cmshtml .contact_box.sub_p .inwrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .cmshtml .itemarea {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 20px 0;
    margin-top: 61px;
  }
  .cmshtml #title_wrap .bg_image {
    width: 88%;
    height: 240px;
  }
  .cmshtml #title_wrap .inwrap {
    width: 88%;
    height: 240px;
    top: 20px;
  }
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 14px;
  }
  .cmshtml .subpage_contents {
    padding: 0 0 30px;
  }
  .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;
  }
  .cmshtml .contact_box.sub_p {
    border-top: 1px dashed #ffd495;
    border-bottom: 1px dashed #ffd495;
  }
  .cmshtml .contact_box.sub_p .inwrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .cmshtml .contact_box.sub_p .contact_txt {
    margin-bottom: 20px;
  }
  .cmshtml .itemarea {
    max-width: 325px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .itemarea .faci_num {
    padding-left: 20px;
  }
}
/*------------------------
680px start
------------------------*/
@media screen and (max-width: 680px) {
  .cmshtml #title_wrap .bg_image {
    width: 88%;
    height: 170px;
  }
  .cmshtml #title_wrap .bg_image img {
    border-radius: 10px;
  }
  .cmshtml #title_wrap .inwrap {
    width: 88%;
    height: 170px;
    top: 20px;
  }
  .cmshtml #title_wrap:before {
    width: 99px;
    height: 73px;
  }
  .cmshtml #title_wrap:after {
    width: 130px;
    height: 74px;
  }
  .cmshtml .page_title01 {
    font-size: 24px;
  }
  .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 #FF9500 !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: 16px;
    padding-left: 15px;
  }
  .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 #FF9500;
    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 #FF9500;
    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 #FF9500;
  }
  .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;
    border-left: 5px solid #FF9500;
    padding: 10px 10px;
  }
  .cmshtml h4 {
    font-size: 16px !important;
    padding: 8px 10px;
  }
  .cmshtml h5 {
    font-size: 16px !important;
    padding: 8px 10px;
  }
  .cmshtml h6 {
    font-size: 16px !important;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .accordion_blk {
    margin-bottom: 35px;
  }
  .cmshtml .acco_box {
    margin-bottom: 20px;
  }
  .cmshtml .acco_box:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    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: 10px 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;
  }
  .cmshtml .acco_box:before {
    border: 2px solid #FF9500;
  }
}
@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 (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;
  }
}
/*------------------------
680px end
------------------------*/
@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;
  }
}