@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .vujahday, .cmshtml .vujahday *, .cmshtml .sub_tit, .cmshtml .sub_tit * {
  font-family: "Vujahday Script", cursive;
}
.cmshtml .outfit, .cmshtml .outfit * {
  font-family: "Outfit", sans-serif;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #006BBC;
  text-decoration: underline;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .vrl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Outfit", sans-serif;
}
.cmshtml .link_btn {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #006BBC;
  color: #006BBC;
  text-decoration: none;
  display: inline-block;
  padding: 11px 70px 11px 44px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background-color: #006BBC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #006BBC;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background: #fff;
}
.cmshtml .link_btn02 {
  color: #006BBC;
  font-size: 15px;
  position: relative;
  font-weight: 500;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #006BBC 1px solid;
  display: inline-block;
  color: #006BBC;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #006BBC;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
/*-------------------------------------------------------*/
.cmshtml .link_btn_v1, .cmshtml .link_btn_v2 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn_v1 a, .cmshtml .link_btn_v2 a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 14px 85px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_v1 a {
  background: #fff;
  border: 1px solid #006BBC;
  color: #006BBC;
}
.cmshtml .link_btn_v2 a {
  background: #006BBC;
  border: 1px solid #006BBC;
  color: #FFF;
}
.cmshtml .link_btn_v1 a:hover {
  background: #006BBC;
  color: #fff;
}
.cmshtml .link_btn_v2 a:hover {
  background: #fff;
  color: #006BBC;
}
.cmshtml .link_btn_v1 a:after, .cmshtml .link_btn_v2 a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn_v1 a:after {
  border-top: 2px solid #006BBC;
  border-right: 2px solid #006BBC;
}
.cmshtml .link_btn_v1 a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn_v2 a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn_v2 a:hover:after {
  border-top: 2px solid #006BBC;
  border-right: 2px solid #006BBC;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_v1, .cmshtml .link_btn_v2 {
    font-size: 14px;
  }
  .cmshtml .link_btn_v1 a, .cmshtml .link_btn_v2 a {
    padding: 6px 50px;
  }
  .cmshtml .link_btn_v1 a:after, .cmshtml .link_btn_v2 a:after {
    width: 8px;
    height: 8px;
  }
}
/*-------------------------------------------------------*/
.cmshtml .link_btn_cr_arw {
  color: #006BBC;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn_cr_arw a {
  color: #006BBC;
  display: inline-block;
  text-decoration: none;
  padding: 7px 0;
  padding-right: 70px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_cr_arw a:hover {
  color: #FF9900;
}
.cmshtml .link_btn_cr_arw a:before, .cmshtml .link_btn_cr_arw a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .link_btn_cr_arw a:before {
  background-color: #006BBC;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  right: 0;
  z-index: 0;
}
.cmshtml .link_btn_cr_arw a:hover:before {
  background-color: #FF9900;
}
.cmshtml .link_btn_cr_arw a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .cmshtml .link_btn_cr_arw {
    font-size: 18px;
  }
  .cmshtml .link_btn_cr_arw a {
    padding-right: 45px;
  }
  .cmshtml .link_btn_cr_arw a:before {
    width: 30px;
    height: 30px;
  }
  .cmshtml .link_btn_cr_arw a:after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn_cr_arw {
    font-size: 16px;
  }
  .cmshtml .link_btn_cr_arw a {
    padding-right: 35px;
  }
  .cmshtml .link_btn_cr_arw a:before {
    width: 25px;
    height: 25px;
  }
  .cmshtml .link_btn_cr_arw a:after {
    width: 7px;
    height: 7px;
    right: 10px;
  }
}
/*-------------------------------------------------------*/
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.cmshtml .wrap_link .link_btn02 a {
  padding-left: 35px;
  padding-right: 35px;
}
.cmshtml .wrap_link .link_btn_cr_arw a {
  display: inline-block;
  width: auto;
  padding-right: 50px;
}
.cmshtml .wrap_link .link_btn_v1 a, .cmshtml .wrap_link .link_btn_v2 a {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 35px 6px 20px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  border-top: 3px solid #006BBC;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3.9%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml #header + * {
  margin-top: 80px;
}
/*------------------------------------------------------
navbar
------------------------------------------------------*/
.cmshtml #navbar {}
.cmshtml .drawer-hamburger {}
.cmshtml .globalmenu.drawer-nav {}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #111;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #006BBC;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 50px;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop {
    background: transparent;
    pointer-events: none;
    visibility: hidden;
  }
  .cmshtml .drop-menu:hover .nav_drop {
    background: #fff;
    visibility: visible;
    pointer-events: auto;
  }
  .cmshtml .drop-menu:hover .nav_drop > *:first-child {
    margin-top: 15px;
  }
  .cmshtml .drop-menu:hover .nav_drop > *:last-child {
    margin-bottom: 20px;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt {
    border-bottom: 1px solid #DCDCDC;
  }
  .cmshtml .li_txt {
    cursor: pointer;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .cmshtml .li_txt:before {
    background-color: #006BBC;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    z-index: auto;
    transition: all 0.3s;
  }
  .cmshtml .drop-menu:hover .li_txt:before {
    transform: rotate(180deg);
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after, .cmshtml .menu_tit:after {
    background: #006BBC;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    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, .cmshtml .mega_menu:hover .menu_tit:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #006BBC;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #fff;
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 277px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li, .cmshtml .ub_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a, .cmshtml .ub_txt {
  color: #333;
  display: block;
  padding: 5px;
  padding-right: 20px;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .drop_li a:before, .cmshtml .ub_txt:before {
  border-top: 1px solid #006BBC;
  border-right: 1px solid #006BBC;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
}
.cmshtml .drop_li a:hover {
  background: #006BBC;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop_ub:hover .ub_txt:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #006BBC;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #006BBC;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #fff;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #006BBC;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #777;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #FF9900;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #FF9900;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #FF9900;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  overflow: hidden;
  height: 850px;
}
.cmshtml #slide_wrap div {
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(0, 107, 188, 0.15);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 105px 8%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  text-align: right;
}
.cmshtml .catch_txt01 {
  font-size: 140px;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.85;
}
.cmshtml .catch_txt02 {
  font-size: 32px;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 650px;
  }
  .cmshtml .catchcopy {
    padding: 60px 4%;
  }
  .cmshtml .catch_txt01 {
    font-size: 100px;
  }
  .cmshtml .catch_txt02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml #slide_wrap {
    height: 550px;
  }
  .cmshtml .catchcopy {
    padding: 40px 4%;
  }
  .cmshtml .catch_txt01 {
    font-size: 70px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catch_txt01 {
    font-size: 60px;
  }
  .cmshtml .catch_txt02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 450px;
  }
  .cmshtml .catchcopy {
    background: rgba(0, 107, 188, 0.3);
    padding: 30px 4%;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
  }
  .cmshtml .catch_txt02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .catchcopy {
    padding: 30px 3%;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
    margin: 5px;
  }
  .cmshtml .catch_txt02 {
    font-size: 12px;
  }
}
/*------------------------------------------------------
titwrap
------------------------------------------------------*/
.cmshtml .titwrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cmshtml .sub_tit {
  color: #FF9900;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
.cmshtml .main_tit {
  color: #006BBC;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .main_tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sub_tit {
    font-size: 18px;
  }
  .cmshtml .main_tit {
    font-size: 24px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  max-width: 1530px;
  width: 100%;
  margin: 100px 0;
}
.cmshtml .sec_info > div:nth-child(1) {
  width: 30%;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: 70%;
}
.cmshtml .info_inwrap {
  background: linear-gradient(to left, #0094D8, #003985);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.cmshtml .info_tit {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 50px;
}
.cmshtml .info_tit a {
  color: #fff;
}
.cmshtml .info_link a {
  border: 1px solid #fff;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-left: 11%;
  padding-right: 15px;
}
.cmshtml .news_div:first-child {
  border-top: 1px solid #DCDCDC;
}
.cmshtml .news_div {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 20px;
  flex-flow: nowrap;
}
.cmshtml .info_date {
  font-size: 16px;
  font-weight: 500;
  max-width: 125px;
  min-width: 125px;
}
.cmshtml .info_txt {
  font-size: 16px;
  font-weight: 500;
  margin-left: 7.6%;
}
@media screen and (max-width: 1330px) {
  .cmshtml .scnews {
    padding-left: 6%;
  }
  .cmshtml .info_txt {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 0px auto 60px;
    transform: translate(0) !important;
    opacity: 1 !important;
  }
  .cmshtml .sec_info > div:nth-child(1), .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_inwrap {
    padding: 30px 10px;
  }
  .cmshtml .info_tit {
    margin-bottom: 30px;
  }
  .cmshtml .scnews {
    padding-left: 15px;
  }
  .cmshtml .news_div {
    padding: 10px 15px;
    display: block;
  }
  .cmshtml .info_date {
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .scnews {
    margin-top: 20px;
  }
  .cmshtml .news_div {
    padding: 10px;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  padding: 0 4% 110px;
  position: relative;
  z-index: 1;
}
.cmshtml .sec_about:before {
  background-image: url("../img/bg_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 70px);
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
  opacity: 0.3;
  pointer-events: none;
}
.cmshtml .sec_about > * {
  position: relative;
  z-index: 5;
}
.cmshtml .about_inwrap {
  align-items: flex-start;
  max-width: 1605px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_inwrap > div:nth-child(1) {
  width: 58.2%;
}
.cmshtml .about_inwrap > div:nth-child(2) {
  width: 41.8%;
}
.cmshtml .about_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 135px;
  padding-left: 2.5%;
  padding-right: 6%;
  position: relative;
}
.cmshtml .about_tit {
  border-bottom: 1px solid #FF9900;
  color: #FF9900;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
}
.cmshtml .about_catch, .cmshtml .about_txt, .cmshtml .about_link {
  padding-left: 3.13%;
}
.cmshtml .about_catch {
  color: #006BBC;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}
.cmshtml .about_txt {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cmshtml .about_imgbox {
  padding-right: 16.8%;
  padding-bottom: 9.3%;
  position: relative;
}
.cmshtml .about_img img {
  box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 6px;
}
.cmshtml .about_img01 {
  position: relative;
  z-index: 1;
}
.cmshtml .about_img02 {
  max-width: 54%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_about {
    padding: 0 4% 80px;
  }
  .cmshtml .sec_about:before {
    height: calc(100% - 50px);
  }
  .cmshtml .about_textbox {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 3%;
  }
  .cmshtml .about_tit {
    font-size: 60px;
  }
  .cmshtml .about_catch, .cmshtml .about_txt, .cmshtml .about_link {
    padding-left: 0;
  }
  .cmshtml .about_catch {
    font-size: 22px;
  }
  .cmshtml .about_txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 80px 4%;
  }
  .cmshtml .sec_about:before {
    height: 100%;
  }
  .cmshtml .about_textbox {
    padding-top: 0;
  }
  .cmshtml .about_tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    padding: 60px 4%;
  }
  .cmshtml .about_inwrap > div:nth-child(1), .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_textbox {
    padding: 0px;
  }
  .cmshtml .about_tit {
    font-size: 40px;
    width: 100%;
    margin-bottom: 20px;
  }
  .cmshtml .about_catch {
    font-size: 18px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_imgbox {
    max-width: 350px;
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
/*------------------------------------------------------
business
------------------------------------------------------*/
.cmshtml .sec_business {
  /*background: url("../img/bg_business.jpg") no-repeat center;
  background-size: cover;*/
  padding: 130px 4%;
}
.cmshtml .busi_inwrap {
  background: rgba(255, 255, 255, 0.85);
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 5.7%;
}
.cmshtml .busi_inwrap > div:nth-child(1) {
  width: 23%;
}
.cmshtml .busi_inwrap > div:nth-child(2) {
  width: 77%;
}
.cmshtml .busi_textbox {
  position: relative;
}
.cmshtml .busi_txt {
  font-weight: 500;
  padding-left: 13px;
  position: relative;
}
.cmshtml .busi_txt:before {
  background-color: #FF9900;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .busi_txt + .busi_txt {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_business {
    padding: 60px 4%;
  }
  .cmshtml .busi_inwrap {
    padding: 30px 5% 50px;
  }
  .cmshtml .busi_inwrap > div:nth-child(1), .cmshtml .busi_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .busi_titwrap {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .busi_txt {
    font-size: 14px;
  }
  .cmshtml .busi_txt:before {
    top: 8px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_business {
    padding: 50px 4%;
  }
  .cmshtml .busi_inwrap {
    padding: 30px 5%;
  }
}
/*------------------------------------------------------
facillity
------------------------------------------------------*/
.cmshtml .sec_facillity {
  margin: 95px auto;
}
.cmshtml .faci_inwrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.cmshtml .faci_titwrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.cmshtml .faci_txt {
  max-width: 735px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 50px;
}
.cmshtml .faci_bnrs > div {
  width: calc(33.33333% - 15px);
  margin: 0 7.5px 15px;
}
.cmshtml .faci_box {
  background: #F2F8FC;
  padding: 30px;
  position: relative;
}
.cmshtml .faci_box:before {
  border: 1px solid #006BBC;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .faci_box:after {
  background: #003985;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 41px;
  height: 38px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .faci_img {
  height: 282px;
}
.cmshtml .faci_textbox {
  padding: 15px 5px 0px;
}
.cmshtml .faci_name {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .cmshtml .faci_name {
    font-size: 15px;
  }
  .cmshtml .faci_box {
    padding: 20px;
  }
  .cmshtml .faci_box:after {
    width: 30px;
    height: 27px;
  }
  .cmshtml .faci_img {
    height: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_facillity {
    margin: 60px auto;
  }
  .cmshtml .faci_bnrs {
    justify-content: center;
  }
  .cmshtml .faci_bnrs > div {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .faci_inwrap {
    width: 92%;
  }
  .cmshtml .faci_titwrap {
    margin-bottom: 20px;
  }
  .cmshtml .faci_txt {
    font-size: 14px;
    margin: 0 auto 30px;
  }
  .cmshtml .faci_bnrs {
    justify-content: center;
  }
  .cmshtml .faci_bnrs > div {
    width: 100%;
    margin: 0 auto 15px;
  }
  .cmshtml .faci_box {
    max-width: 380px;
  }
  .cmshtml .faci_textbox {
    padding: 10px 5px 0px;
  }
  .cmshtml .faci_name {
    font-size: 14px;
  }
}
/*------------------------------------------------------
works
------------------------------------------------------*/
.cmshtml .sec_works {
  background: url("../img/bg_works.jpg") no-repeat center;
  background-size: cover;
  padding: 65px 0 80px;
  margin-bottom: 140px;
}
.cmshtml .works_inwrap {
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1317px;
  width: 92%;
  margin: 0 auto 60px;
  padding-right: 3.15%;
}
.cmshtml .works_txt {
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
}
.cmshtml .works_link {
  min-width: 201px;
}
.cmshtml .flow_slide {
  width: 100%;
  height: 14.1vw;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .flow_slide.slick-initialized {
  opacity: 1;
}
.cmshtml .flow_slide div {
  height: 100%;
}
.cmshtml .flow_img {
  margin: 0 7.5px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_works {
    padding: 50px 0;
    margin-bottom: 100px;
  }
  .cmshtml .works_inwrap {
    flex-flow: wrap;
    align-items: center;
    margin: 0 auto 30px;
    padding-right: 0;
  }
  .cmshtml .works_inwrap > div:nth-child(1) {
    max-width: 137px;
  }
  .cmshtml .works_inwrap > div:nth-child(2) {
    max-width: calc(100% - 137px);
  }
  .cmshtml .works_txt {
    padding: 10px;
  }
  .cmshtml .works_link {
    width: 100%;
    min-width: 1px;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_works {
    margin-bottom: 60px;
  }
  .cmshtml .works_inwrap {
    display: block;
  }
  .cmshtml .works_inwrap > div:nth-child(1), .cmshtml .works_inwrap > div:nth-child(2) {
    max-width: none;
  }
  .cmshtml .works_titwrap {
    align-items: center;
    justify-content: center;
  }
  .cmshtml .flow_slide {
    height: 200px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .works_txt {
    font-size: 14px;
  }
  .cmshtml .flow_slide {
    height: 150px;
  }
  .cmshtml .flow_img {
    margin: 0 2px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .works_txt {
    padding: 10px 0;
  }
  .cmshtml .flow_slide {
    height: 120px;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;
  padding: 0 0 90px;
}
.cmshtml .sec_contact:before {
  background: linear-gradient(to bottom, #fff 15%, transparent 65%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .sec_contact > * {
  position: relative;
  z-index: 5;
}
.cmshtml .contact_inwrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .contact_titwrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.cmshtml .contact_txt {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .contact_area {
  background: rgba(242, 248, 252, 0.7);
  padding: 60px 4%;
  position: relative;
}
.cmshtml .contact_area:before {
  border: 1px solid #006BBC;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .contact_area > * {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cmshtml .contact_box {
  justify-content: center;
  background: #fff;
}
.cmshtml .c_btn {
  padding: 4.5px 3%;
  text-align: center;
}
.cmshtml .c_num {
  color: #006CB8;
  font-size: 22px;
  font-weight: 600;
}
.cmshtml .c_num a {
  color: #006CB8;
}
.cmshtml .c_txt {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .contact_link {
  color: #006CB8;
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}
.cmshtml .contact_link a {
  background: #fff;
  display: block;
  color: #006CB8;
  text-align: center;
  text-decoration: none;
  padding: 16px 35px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_link a:after {
  background-color: #006BBC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .contact_link a:hover {
  background: #006CB8;
  color: #fff;
}
.cmshtml .contact_link a:hover:after {
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_contact {
    padding: 0 0 50px;
  }
  .cmshtml .contact_titwrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contact {
    padding: 0 0 30px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .contact_area {
    padding: 30px 25px;
  }
  .cmshtml .c_num, .cmshtml .contact_link {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .contact_box {
    display: block;
  }
  .cmshtml .c_btn {
    padding: 10px;
  }
  .cmshtml .c_btn + .c_btn {
    border-top: 1px dashed #ccc;
  }
  .cmshtml .c_num, .cmshtml .contact_link {
    font-size: 16px;
  }
  .cmshtml .contact_link a {
    padding: 12px 35px;
    padding-left: 20px;
  }
  .cmshtml .contact_link a:after {
    width: 10px;
    height: 12px;
    right: 15px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  border-bottom: 3px solid #006BBC;

}
.cmshtml #footer:after {
  background: #FF9900;
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .f_inwrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1155px;
  margin: 0 auto 30px;
  padding: 0;
  padding: 50px 0 0;
  position: relative;
}
.cmshtml .f_inwrap:before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  padding: 0;
  position: relative;
}
.cmshtml .f_inwrap > div:nth-child(2) {
  width: 20%;
}
.cmshtml .f_about {
  max-width: 330px;
  position: relative;
}
.cmshtml .f_logo {
  text-align: center;
  margin-bottom: 17px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_txt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .f_icons {
  align-items: center;
  justify-content: space-between;
}
.cmshtml .f_icons > div {
  width: 33.3333%;
}
.cmshtml .f_icon {
  text-align: center;
  padding: 0 3px;
}
.cmshtml .sub_logos {
  align-items: center;
  justify-content: center;
}
.cmshtml .sub_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px;
}
.cmshtml .sub_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cmshtml #copy {
  padding: 0;
  text-align: center;
    margin-bottom: 25px;
}
.cmshtml .copyright {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #000;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {

  .cmshtml .f_inwrap {
    display: block;
    padding: 30px 0 0;
  }
  .cmshtml .f_inwrap > div:nth-child(2) {
    width: auto;
  }
  .cmshtml .f_inwrap:before {
    display: none;
  }
  .cmshtml .f_about {
    margin: 0 auto 10px;
  }
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .f_icons {
    max-width: 300px;
    margin: 0 auto;
  }
  .cmshtml #copy {
    margin-bottom: 30px;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {

  .cmshtml .f_inwrap {
    padding: 30px 0 0;
  }
  .cmshtml .f_logo {
    margin-bottom: 10px;
  }
  .cmshtml #copy {
    margin-bottom: 60px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #006BBC;
  padding: 150px 6%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.85;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1565px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title {
  font-weight: 600;
  text-shadow: #333 3px 4px 8px;
}
.cmshtml .page_title01 {
  font-size: 32px;
}
.cmshtml .page_title02 {
  font-size: 18px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #e7f4fd;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 25px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #006BBC;
}
.cmshtml .p_link {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #006BBC;
  content: "";
  margin: auto;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  color: #006BBC;
  font-size: 34px !important;
  font-weight: 600 !important;
  text-align: center;
}
.cmshtml .rdplanetitle h3 {
  background: linear-gradient(to right, #003985, #0094D8);
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 6px 20px;
  position: relative;
}
.cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h3 a {
  color: #fff;
}
.cmshtml .rdplanetitle h4 {
  color: #003985;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0px 20px 6px;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #B4E7FF;
  content: "";
  display: block;
  width: 100%;
  height: 48%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5 {
  color: #FF9900;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0px 20px 6px;
  z-index: 1;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #FFE5BF;
  content: "";
  display: block;
  width: 100%;
  height: 48%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h6 {
  border-top: 2px solid #FF9900;
  border-bottom: 2px solid #FF9900;
  color: #FF9900;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 5px 20px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #006BBC;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 16px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #006BBC;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #e7f4fd;
  border-left: 20px solid #006BBC;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #006BBC;
  display: inline-block;
  color: #006BBC;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #006BBC;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #FF9900;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 70px;
  min-width: 70px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #006BBC;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #006BBC;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #FF9900;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #006BBC !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #e7f4fd;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 60px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 0);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #006BBC;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #006BBC;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #006BBC;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #006BBC;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #006BBC;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
} /*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #006BBC;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ddd;
  color: #006BBC;
}
.cmshtml .floor_imgs {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 22px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 65px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 15px 3%;
  padding-left: 65px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #006BBC;
}
.cmshtml .acco_box .acco_tit {
  color: #006BBC;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #006BBC;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #006BBC;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 15px 45px 15px 65px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 15px 45px 15px 65px;
  position: relative;
}
.cmshtml .acco_box.faq_acco .hide_area:before {
  border-radius: 0;
  border: none;
  content: "A";
  color: #006BBC;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}