@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;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (max-width: 1750px) {
  .cmshtml #header {
    padding: 20px 1.5%;
  }
  .cmshtml .logo {
    max-width: 300px;
  }
  .cmshtml .drop_li, .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml #navigation > * {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .logo {
    max-width: 150px;
  }
  .cmshtml .drop_li, .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
    font-size: 14px;
  }
  .cmshtml .li_ico {
    max-width: 30px;
  }
  .cmshtml .selectlang_btn {
    background-size: 14px auto;
    font-size: 12px;
    padding: 8px 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .cmshtml #navigation > * {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header {
    border-top: 5px solid #006BC9;
    padding: 10px 20px;
    padding-right: 60px;
  }
  .cmshtml .logo {
    max-width: 200px;
  }
  .cmshtml #navigation {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .cmshtml #navigation > * {
    border-bottom: 1px solid #ededed;
  }
  .cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
    font-size: 14px;
  }
  .cmshtml .h_li a {
    display: block;
    padding: 10px;
  }
  .cmshtml .h_li a:hover {
    background: #007AE5;
    color: #fff;
  }
  .cmshtml .li_ico {
    max-width: 50px;
  }
  .cmshtml .li_ico a {
    display: block;
    padding: 10px;
  }
  .cmshtml .selectlang {
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
  }
  .cmshtml .selectlang_btn {
    border-radius: 0;
    background-size: 14px auto;
    font-size: 12px;
    padding: 12px 15px;
    padding-left: 30px;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .li_txt {
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .li_txt a {
    display: inline-block;
    padding: 10px;
    pointer-events: none;
  }
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    border-right: 1px solid #007AE5;
    border-bottom: 1px solid #007AE5;
    transform: rotate(45deg);
    top: 10px;
    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;
    padding: 0;
  }
  .cmshtml #navigation .drop_li {
    border-top: 1px dashed #fff;
  }
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 14px;
    text-align: left;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
  }

  .cmshtml .drop_li a {
    padding: 5px;
    padding-left: 20px;
  }
    .cmshtml .ub_txt {
        padding: 5px;
        padding-left: 20px;
    }
}
/*-----------------
drop_ub
-----------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop > * {
    margin-right: 15px;
  }
  .cmshtml .ub_list {
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .ub_li:hover {
    background: #01B85D;
  }
  .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_li a:hover {
    text-decoration: underline;
  }
  .cmshtml .ub_txt:before, .cmshtml .drop_li a:before {
    background: #01B85D;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    z-index: 1;
  }
  .cmshtml .ub_txt:after, .cmshtml .drop_li a:after {
    border-radius: 50%;
    background: #01B85D;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
  }
  .cmshtml .ub_txt:hover:after, .cmshtml .drop_li a:hover:after {
    left: 10px;
  }
  .cmshtml .ub_txt:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .drop_ub {
    background: #eafff5;
  }
  .cmshtml .drop_ub .ub_list {
    display: block !important;
    height: auto !important;
  }
  .cmshtml .drop_ub.drop_active .ub_list {
    display: block !important;
    height: auto !important;
  }
  .cmshtml .ub_txt {
    font-size: 14px;
    padding-left: 20px;
  }
  .cmshtml .drop_ub .ub_txt:after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 8px;
    height: 6px;
  }
  .cmshtml .drop_ub.drop_active .ub_txt:after {
    transform: rotate(180deg);
  }
  .cmshtml .ub_li {
    border-top: 1px solid #ededed;
    font-weight: 400;
  }
  .cmshtml .ub_li a {
    padding: 5px 30px;
  }
  .cmshtml .ub_li a:hover {
    background: #007AE5;
    color: #fff;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
/*---------------
common
---------------*/
@media screen and (max-width: 1000px) {
  .cmshtml #title_wrap {
    padding: 0 2% 50px;
  }
  .cmshtml .title_area {
    padding: 80px 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cmshtml #title_wrap .bg_image {
    border-radius: 0 0 20px 20px;
  }
  .cmshtml #title_wrap .inwrap {
    background: #fff;
    border-radius: 6px;
    padding: 10px 30px;
    margin: 0 auto;
  }
  .cmshtml .page_title {
    text-align: center;
  }
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .title_area {
    padding: 50px 4%;
  }
  .cmshtml .page_title01 {
    font-size: 24px;
  }
  .cmshtml .subpage_contents {
    padding: 0 0 30px;
  }
  .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 .twin_txt, .cmshtml .txt_div {
    font-size: 14px;
  }
  .cmshtml .subpage_contents > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }
  .cmshtml .sp_txt24, .cmshtml .sp_txt24 * {
    font-size: 24px !important;
  }
  .cmshtml .sp_txt22, .cmshtml .sp_txt22 * {
    font-size: 22px !important;
  }
  .cmshtml .sp_txt20, .cmshtml .sp_txt20 * {
    font-size: 20px !important;
  }
  .cmshtml .sp_txt18, .cmshtml .sp_txt18 * {
    font-size: 18px !important;
  }
  .cmshtml .sp_txt16, .cmshtml .sp_txt16 * {
    font-size: 16px !important;
  }
  .cmshtml .sp_txt14, .cmshtml .sp_txt14 * {
    font-size: 14px !important;
  }
  .cmshtml .sp_txt12, .cmshtml .sp_txt12 * {
    font-size: 12px !important;
  }
  .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;
  }
}
/*---------------
blog contents
---------------*/
@media screen and (max-width: 1000px) {
  .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 .module_blogwrapper {
    display: block;
  }
  .cmshtml #contents .module_blog {
    padding: 0;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 !important;
  }
}
/*---------------
page link
---------------*/
@media screen and (max-width: 680px) {
  .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;
  }
}
/*---------------
h2 - h6
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .rdplanetitle h2 {
    font-size: 22px !important;
    padding: 0 15px 10px;
    margin-bottom: 10px;
  }
  .cmshtml .rdplanetitle h2:before, .cmshtml .rdplanetitle h2:after {
    background: #01B85D;
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
    bottom: -8px;
  }
  .cmshtml .rdplanetitle h3 {
    font-size: 18px !important;
    padding: 0 15px 10px;
  }
  .cmshtml .rdplanetitle h4 {
    font-size: 18px !important;
    padding: 0 15px 5px;
  }
  .cmshtml .rdplanetitle h5 {
    font-size: 18px !important;
    padding: 7px 15px;
  }
  .cmshtml .rdplanetitle h6 {
    font-size: 16px !important;
    padding: 0 15px 5px;
  }
}
/*---------------
list
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .list02_inwrap {
    padding-left: 19px;
  }
  .cmshtml .list01_inwrap li, .cmshtml .list02_inwrap li {
    font-size: 14px;
  }
}
/*---------------
faq
---------------*/
@media screen and (max-width: 680px) {
  .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;
  }
}
/*---------------
bt_line
---------------*/
@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: 680px) {
  .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 #006BC9 !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;
  }
}
/*---------------
mark btn
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .mark_btn {
    flex-flow: nowrap;
    padding-left: 10px;
  }
  .cmshtml .mark_btn .link_btn01 a {
    text-align: center;
    padding: 5px 10px;
    min-width: 90px;
    font-size: 10px;
  }
  .cmshtml .mark_txt {
    padding-right: 10px;
    font-size: 12px;
  }
}
/*---------------
icon title
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .ico_title > div:first-child {
    max-width: 60px;
    min-width: 60px;
  }
}
/*---------------
img text
---------------*/
@media screen and (max-width: 680px) {
  .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 .tit_txt {
    font-size: 18px;
  }
  .cmshtml .img_txt02 {
    flex-flow: wrap-reverse;
  }
  .cmshtml .img_txt02 .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
}
/*---------------
stepbox
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .stepbox > div + div {
    margin-top: 25px;
  }
  .cmshtml .step_div {
    border: 1px solid #006BC9;
    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 #006BC9;
    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 #006BC9;
  }
  .cmshtml .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
    border-radius: 6px 6px 0 0;
  }
  .cmshtml .step_num {
    font-size: 20px;
  }
  .cmshtml .step_txt {
    font-size: 14px;
  }
}
/*---------------
floor
---------------*/
@media screen and (max-width: 1000px) {
  .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;
  }
}
/*---------------
acco
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .acco_box {
    margin-bottom: 20px;
  }
  .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_box:before {
    border-width: 2px;
    top: 29px;
  }
  .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 .one_side.step_div {
    padding: 10px;
  }
}
/*----------------
column
----------------*/
@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_5column > div {
    width: 20% !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_5column_mgn > div {
    width: calc(20% - 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_5column > div, .cmshtml .bnr_2column_mgn > div, .cmshtml .bnr_3column_mgn > div, .cmshtml .bnr_4column_mgn > div, .cmshtml .bnr_5column_mgn > div {
    margin-bottom: 10px;
    flex: unset;
  }
  .cmshtml .bnr_2column > div {
    width: 50% !important;
  }
  .cmshtml .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .cmshtml .bnr_4column > div {
    width: 25% !important;
  }
  .cmshtml .bnr_5column > div {
    width: 20% !important;
  }
  .cmshtml .bnr_2column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_3column_mgn > div {
    width: calc(33.33333333% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_4column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_5column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
}