@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 .outfit, .cmshtml .outfit * {
  font-family: "Outfit", sans-serif;
}
.cmshtml .noto_sans_cjk, .cmshtml .noto_sans_cjk * {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.cmshtml .roboto, .cmshtml .roboto * {
  font-family: "Roboto", 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: #2e477e;
  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 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_tit {
    font-size: 26px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit {
    font-size: 22px;
  }
}
.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 .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #2E477E;
  color: #2E477E;
  text-decoration: none;
  display: inline-block;
  padding: 8px 110px 8px 25px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background-image: url("../img/btn_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #2E477E;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/btn_arrow_wh.png");
}
.cmshtml .link_btn_line {
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  position: relative;
}
.cmshtml .link_btn_line a {
  background: #fff;
  color: #2E477E;
  border: 2px solid #2E477E;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .link_btn_line a:after {
  background-color: #2E477E;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .link_btn_line a:hover {
  background: #2E477E;
  color: #fff;
}
.cmshtml .link_btn_line a:hover:after {
  background-color: #7491D3;
  width: 40px;
  height: 2px;
  right: -20px;
}
.cmshtml .link_btn02 {
  color: #2E477E;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #2E477E 1px solid;
  display: inline-block;
  color: #2E477E;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #2E477E;
  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 .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: 35px;
  text-align: center;
}

.cmshtml .custom-btn {
  max-width:85%;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 50px 6px 20px;
  }
  .cmshtml .link_btn_line a {
    padding: 5px 30px 5px 15px;
  }
  .cmshtml .custom-btn {
  max-width:none;
  width: calc(100% - 80px)!important;
  }
}

.cmshtml .wrap_link[class*="link_btn"] a[href*="ipros.com"],
.cmshtml .wrap_link [class*="link_btn"] a[href*="ipros.com"] {
  padding-left: 30px;
  padding-right: 80px;
  text-align: left;
}
.cmshtml .link_btn a[href*="ipros.com"] {
  padding: 8px 110px 8px 25px;
}
.cmshtml .link_btn a[href*="ipros.com"]:after {
  background-image: url("../img/ipros.png");
  width: 50px;
  right: 16px;
}
.cmshtml .link_btn a[href*="ipros.com"]:hover {
  color: #fff;
}
.cmshtml .link_btn a[href*="ipros.com"]:hover:after {
  background-image: url("../img/ipros.png");
}
@media screen and (max-width: 680px) {
  .cmshtml .wrap_link[class*="link_btn"] a[href*="ipros.com"],
  .cmshtml .wrap_link [class*="link_btn"] a[href*="ipros.com"] {
    padding-left: 15px;
    padding-right: 60px;
  }
  .cmshtml .link_btn a[href*="ipros.com"]:after {
    width: 45px;
    right: 10px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.6% 0 4.2%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}


.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 #navbar {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.schead {
    background: rgba(56, 61, 73, 0.9);
  }
  .cmshtml .drawer-nav {
    position: inherit !important;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: unset !important;
  }
  .cmshtml #navigation > *:first-child {
    margin-left: 0;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cmshtml .h_li, .cmshtml .drop-menu {
    margin-left: 30px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #fff;
    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 {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #fff;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.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 {
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #fff;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  background: #F6F7F8;
  display: none;
  width: 100%;
}
.cmshtml .drop_inwrap {
  padding: 10px;
  position: relative;
}
.cmshtml .drop_title, .cmshtml .drop_title a {
  color: #191716;
}
.cmshtml .drop_title {
  font-size: 20px;
  font-weight: 500;
}
.cmshtml .drop_area {
  position: relative;
}
.cmshtml .drop_li {
  border-bottom: 1px solid #5B6B7A;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #5B6B7A;
  display: block;
  padding: 7px 10px;
  padding-right: 50px;
  position: relative;
}
.cmshtml .drop_li a:hover {
  background: #3896C2;
  color: #fff;
}
.cmshtml .drop_li a:after {
  background: url("../img/navi_arrow.png") no-repeat center right;
  content: "";
  display: block;
  margin: auto;
  width: 13px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: auto;
  transition: all 0.3s ease;
}
.cmshtml .drop_li a:hover:after {
  background-image: url("../img/navi_arrow_wh.png");
}
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
  }
  .cmshtml .drop_inwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    padding: 25px 0 30px;
  }
  .cmshtml .drop_inwrap > div:nth-child(1) {
    width: 165px;
  }
  .cmshtml .drop_inwrap > div:nth-child(2) {
    width: calc(100% - 165px);
  }
  .cmshtml .drop_area {
    display: flex;
    flex-flow: row wrap;
  }
  .cmshtml .drop_area > div {
    width: calc(33.33333% - 30px);
    margin: 0 15px 10px;
  }
}
/*------------------------------------------------------
sub_list
------------------------------------------------------*/
.cmshtml .sub_list {
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sub_list {
    margin-right: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sub_list {
    padding: 0 5px;
    min-width: 79px;
    margin: 0;
  }
}
/*------------
serch
------------*/
.cmshtml .serch_li {
  background: #fff;
  display: flex;
  align-items: center;
  height: 32px;
}
.cmshtml .serch_li .site-search-form {
  width: 100%;
  height: 100%;
}
.cmshtml .search-box {
  border: 1px solid #707070;
  display: flex;
  width: 100%;
  height: 100%;
}
.cmshtml .search-box input {
  width: 100%;
  border: none;
  padding: 5px 10px;
}
.cmshtml .search-box .search-btn {
  background: url("../img/ico_serch.png") no-repeat center;
  background-size: auto;
  background-color: #fff;
  cursor: pointer;
  width: 35px;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-left: 20px;
  transition: all 0.3s;
}
.cmshtml .search-box .search-btn:hover {
  background-color: #ededed;
}
@media screen and (min-width: 1001px) {
  .cmshtml .serch_li {
    margin-left: 50px;
    width: 260px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml .serch_li {
    margin-left: 20px;
    width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .serch_li {
    width: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .cmshtml .serch_li {
    width: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .serch_li {
    width: 32px;
    height: 32px;
    position: relative;
  }
  .cmshtml .sp_btn {
    background-image: url("../img/ico_serch.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    transition: all 0.3s;
  }
  .cmshtml .sp_btn:before, .cmshtml .sp_btn:after {
    background-color: #333;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    transition: all 0.3s;
    opacity: 0;
  }
  .cmshtml .sp_btn:before {
    transform: rotate(45deg);
  }
  .cmshtml .sp_btn:after {
    transform: rotate(-45deg);
  }
  .cmshtml .serch_li.active .sp_btn {
    background-image: none;
  }
  .cmshtml .serch_li.active .sp_btn:before, .cmshtml .serch_li.active .sp_btn:after {
    opacity: 1;
  }
  .cmshtml .serch_li .site-search-form {
    background: #ededed;
    box-shadow: #ccc 0 0 5px;
    height: auto;
    padding: 10px 20px;
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
  }
  .cmshtml .serch_li .site-search-form, .cmshtml .serch_li .site-search-form * {
    font-size: 16px;
    border-radius: 0;
  }
  .cmshtml .serch_li.active .site-search-form {
    opacity: 1;
    pointer-events: auto;
  }
  .cmshtml .search-box .search-btn {
    height: 29px;
    border-left: 1px solid #ededed;
    height: 34px;
  }
  .cmshtml .search-box .search-btn:hover {
    background-color: #c7c7c7;
  }
}
/*------------
selectlang
------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #FFFFFF;
  cursor: pointer;
  color: #878787;
  font-size: 14px;
  padding: 3px 35px 3px 15px;
  transition: ease .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .list_area {
  position: relative;
}
.cmshtml .selectlang_box {
  background: #fff;
  position: relative;
}
.cmshtml .close_btn {
  background: #333;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .close_btn:hover {
  background: #3896C2;
}
.cmshtml .close_btn:before, .cmshtml .close_btn:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .close_btn:before {
  transform: rotate(45deg);
}
.cmshtml .close_btn:after {
  transform: rotate(-45deg);
}
.cmshtml .lang_title {
  border-bottom: 1px solid #888;
  text-align: center;
}
.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: #666;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #666;
  color: #fff;
}
.cmshtml .selectlang_btn:before {
  background-image: url("../img/ico_global.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 9px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .selectlang.open_menu .selectlang_btn:before {
  background-image: url("../img/ico_global_wh.png");
}
.cmshtml .selectlang {
  margin-left: 10px;
}
.cmshtml .selectlang_btn {
  height: 32px;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #666;
  }
}
.cmshtml .selectlang:hover .selectlang_btn:before {
  background-image: url("../img/ico_global_wh.png");
}
.cmshtml .selectlang_inner {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.cmshtml .list_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cmshtml .selectlang_box {
  background: #fff;
  max-width: 700px;
  width: 92%;
  padding: 20px;
  margin: auto;
  position: relative;
}
.cmshtml .lang_title {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .selectlang_list {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .selectlang_list > div {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang {
    margin-left: 5px;
  }
  .cmshtml .selectlang_box {
    padding: 20px;
  }
  .cmshtml .selectlang_btn {
    display: block;
    background: #3896C2;
    color: #fff;
    padding: 6px 35px 6px 15px;
  }
  .cmshtml .selectlang.open_menu .selectlang_btn {
    background: #22A4E1;
  }
  .cmshtml .selectlang_btn:before {
    background-image: url(../img/ico_global_wh.png);
  }
  .cmshtml .selectlang_list > div {
    width: 33.3333%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .selectlang_btn {
    overflow: hidden;
    width: 32px;
    text-indent: -9999px;
    padding: 0px;
  }
  .cmshtml .selectlang_btn:before {
    background-position: center;
    right: 0;
    left: 0;
  }
  .cmshtml .selectlang_list > div {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .lang_title {
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;
  }

}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  height: 980px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  padding-bottom: 8.4%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_img {
  padding-left: 3.6%;
  margin-bottom: 20px;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
}
.cmshtml .catch_txt01 {
  font-size: 73px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 3.6%;
}
.cmshtml .catch_txt02 {
  background: #000000;
  font-size: 38px;
  font-weight: 800;
  padding: 0px 3.6%;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 650px;
  }
  .cmshtml .catch_txt01 {
    font-size: 50px;
  }
  .cmshtml .catch_txt02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
  }
  .cmshtml .catch_txt02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catchcopy {
    padding: 10px 0 30px;
  }
  .cmshtml .catch_img {
    max-width: 200px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cmshtml .catch_txt02 {
    font-size: 18px;
    padding: 5px 3.6%;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #slide_wrap {
    height: 380px;
  }
  .cmshtml .catch_img {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  padding: 100px 4% 60px;
}
.cmshtml .sec_about:before, .cmshtml .sec_about:after {
  background-color: #2E477E;
  content: "";
  display: block;
  width: 19.7%;
  height: 95px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: -1px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .sec_about:before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.cmshtml .sec_about:after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.cmshtml .about_inwrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .about_tit {
  color: #2E477E;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto 25px;
}
.cmshtml .about_catch {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 35px;
}
.cmshtml .about_txt {
  color: #191716;
  font-weight: 500;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 75px;
}
.cmshtml .about_imgs {
  position: relative;
  align-items: center;
}
.cmshtml .about_imgs > div {
  width: calc(14.2857142857% - 46px);
  margin: 0 23px 40px;
}
.cmshtml .about_img {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_about {
    padding: 100px 4% 95px;
  }
  .cmshtml .about_tit {
    font-size: 28px;
  }
  .cmshtml .about_txt {
    margin: 0 auto 40px;
  }
  .cmshtml .about_imgs > div {
    width: calc(14.2857142857% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 60px 4%;
  }
  .cmshtml .sec_about:before, .cmshtml .sec_about:after {
    height: 40px;
  }
  .cmshtml .about_tit {
    font-size: 24px;
    margin: 0 auto 10px;
  }
  .cmshtml .about_catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    padding: 60px 4% 30px;
  }
  .cmshtml .about_tit {
    font-size: 22px;
  }
  .cmshtml .about_catch {
    font-size: 16px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin: 0 auto 30px;
  }
  .cmshtml .about_imgs {
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
  }
  .cmshtml .about_imgs > div {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_about {
    padding: 30px 4% 20px;
  }
  .cmshtml .about_imgs > div {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  background: #2E477E;
  background: linear-gradient(to bottom, #2E477E, #17243F);
  padding: 95px 4% 65px;
}
.cmshtml .bnr_inwrap {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .bnr_tit, .cmshtml .bnr_tit a {
  color: #fff;
}
.cmshtml .bnr_tit {
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .bnr_flex {
  position: relative;
}
.cmshtml .bnr_flex > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 30px;
}
.cmshtml .bnr_box {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
}
.cmshtml .bnr_box:after {
  background-color: #3896C2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.cmshtml .bnr_box:hover:after {
  opacity: 0.2;
}
.cmshtml .bnr_box > div:first-child {
  max-width: calc(100% - 130px);
}
.cmshtml .bnr_box > div:nth-child(2) {
  max-width: 130px;
}
.cmshtml .bnr_name {
  color: #191716;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_bnr {
    padding: 60px 4%;
  }
  .cmshtml .bnr_box {
    padding: 10px 10px 10px 20px;
  }
  /*.cmshtml .bnr_box > div:first-child {
    max-width: calc(100% - 60px);
  }
  .cmshtml .bnr_box > div:nth-child(2) {
    max-width: 60px;
  }*/
  .cmshtml .bnr_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .bnr_box > div:first-child {
    max-width: calc(100% - 90px);
  }
  .cmshtml .bnr_box > div:nth-child(2) {
    max-width: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .bnr_tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .bnr_flex > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bnr_flex > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .bnr_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml .sec_bnr {
    padding: 30px 4% 30px;
  }
  .cmshtml .bnr_flex > div {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #F6F7F8;
  padding: 95px 4%;
}
.cmshtml .info_inwrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_flex {
  position: relative;
}
.cmshtml .info_flex > div:nth-child(1) {
  width: 290px;
}
.cmshtml .info_flex > div:nth-child(2) {
  width: calc(100% - 290px);
}
.cmshtml .info_tit {
  color: #2E477E;
  font-weight: 600;
  margin-bottom: 50px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #5B6B7A;
  flex-flow: nowrap;
  padding: 27px 10px;
  position: relative;
}
.cmshtml .news_div:first-child {
  border-top: 1px solid #5B6B7A;
}
.cmshtml .info_date {
  color: #191716;
  font-size: 16px;
  max-width: 126px;
  min-width: 126px;
}
.cmshtml .info_txt {
  color: #191716;
  font-size: 16px;
  margin-left: 50px;
}
.cmshtml .info_flex + .info_link {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 60px 4%;
  }
  .cmshtml .info_flex > div:nth-child(1), .cmshtml .info_flex > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_textbox {
    margin-bottom: 30px;
    opacity: 1 !important;
    transform: translate(0) !important;
  }
  .cmshtml .info_tit {
    text-align: center;
  }
  .cmshtml .scnews {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
  .cmshtml .news_div {
    padding: 20px 10px;
  }
  .cmshtml .info_txt {
    margin-left: 20px;
  }
  .cmshtml .info_link {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .cmshtml .info_link {
    padding-left: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 40px 4%;
  }
  .cmshtml .info_tit {
    margin-bottom: 30px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 10px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
  }
}
/*------------------------------------------------------
product
------------------------------------------------------*/
.cmshtml .sec_product {
  background: url("../img/bg_product.png") no-repeat center bottom;
  background: url("../img/bg_product02.png") no-repeat center bottom;
  background-size: 100% 70%;
  padding: 0px 4% 120px;
  margin: 90px auto 0px;
}
.cmshtml .product_inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .product_tit, .cmshtml .product_tit a {
  color: #2E477E;
}
.cmshtml .product_tit {
  text-align: center;
  margin-bottom: 35px;
}
.cmshtml .product_txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
.cmshtml .product_column {
  justify-content: space-between;
}
.cmshtml .product_column > div {
  width: calc(50% - 30px);
}
.cmshtml .pc_box {
  background: #2E477E;
  position: relative;
}
.cmshtml .pc_img {
  height: 280px;
  z-index: 0;
  overflow: hidden;
}
.cmshtml .pc_img img {
  transition: all 0.3s;
}
.cmshtml .pc_textbox {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 35px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .pc_textbox:before {
  background: linear-gradient(to top, #2E477E, transparent);
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0.35;
}
.cmshtml .pc_textbox > * {
  position: relative;
  z-index: 1;
}
.cmshtml .pc_txt, .cmshtml .pc_txt a {
  color: #FFFFFF;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .pc_txt {
  background: #000000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: auto;
  padding: 8px 30px;
}
.cmshtml .pc_txt a {
  display: inline-block;
}
.cmshtml .pc_box:hover .pc_img img {
  transform: scale(1.05);
  opacity: 0.8;
}
.cmshtml .pc_box:hover .pc_textbox:before {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_product {
    background-size: 100% 50%;
    padding: 0px 4% 120px;
    margin: 80px auto 0px;
  }
  .cmshtml .product_tit {
    margin-bottom: 30px;
  }
  .cmshtml .product_txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .cmshtml .product_column > div {
    width: calc(50% - 10px);
  }
  .cmshtml .pc_textbox {
    padding: 20px 0;
  }
  .cmshtml .pc_txt {
    font-size: 22px;
  }
  .cmshtml .pc_img {
    height: 260px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_product {
    background-size: 100% 30%;
    padding: 0px 4% 50px;
    margin: 50px auto 0px;
  }
  .cmshtml .product_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .cmshtml .product_column > div {
    width: 100%;
    max-width: 570px;
    margin: 0 auto 20px;
  }
  .cmshtml .pc_txt {
    font-size: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 380px) {
  .cmshtml .product_txt {
    text-align: left;
  }
  .cmshtml .pc_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .pc_img {
    height: 200px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml .sec_contact {
  /*background: #5B6B7A;
  background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;*/
  padding: 55px 4% 65px;
  position: relative;
}
.cmshtml .sec_contact:before {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
  transition: all 0.3s;
}
/*----------
contact
-----------*/
.cmshtml .sec_contact > * {
  position: relative;
  z-index: 5;
}
.cmshtml .contact_inwrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .contact_tit, .cmshtml .contact_tit a {
  color: #fff;
}
.cmshtml .contact_tit {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .contact_txt {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .contact_flex {
  justify-content: space-between;
}
.cmshtml .contact_flex > div {
  width: calc(50% - 30px);
}
.cmshtml .tel_btn, .cmshtml .mail_btn, .cmshtml .tel_btn a, .cmshtml .mail_btn a {
  color: #2E477E;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .tel_btn {
  font-size: 26px;
}
.cmshtml .tel_btn span {
  font-size: 16px;
  transition: all 0.3s;
}
.cmshtml .mail_btn {
  font-size: 20px;
}
.cmshtml .tel_btn a, .cmshtml .mail_btn a {
  background: #fff;
  display: block;
  border: 1px solid #2E477E;
}
.cmshtml .tel_btn a:hover span {
  color: #fff!important;
}
.cmshtml .tel_btn a:hover, .cmshtml .mail_btn a:hover {
  background: #2E477E;
  color: #fff;
}
.cmshtml .tel_btn a {
  padding: 12px 10px;
  padding-left: 68px;
}
.cmshtml .tel_btn a:before {
  background-image: url("../img/ico_tel.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 28px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .tel_btn a:hover:before {
  background-image: url("../img/ico_tel_wh.png");
}
.cmshtml .mail_btn a {
  padding: 17px 10px;
  padding-left: 100px;
}
.cmshtml .mail_btn a:before {
  background-image: url("../img/ico_mail.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 37px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .mail_btn a:hover:before {
  background-image: url("../img/ico_mail_wh.png");
}
@media screen and (max-width: 1000px) {
  .cmshtml .contact_flex > div {
    width: calc(50% - 8px);
  }
  .cmshtml .tel_btn {
    font-size: 22px;
  }
  .cmshtml .mail_btn {
    font-size: 17px;
  }
  .cmshtml .mail_btn a {
    padding: 16px 10px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contact {
    padding: 40px 4% 30px;
  }
  .cmshtml .contact_tit {
    margin-bottom: 20px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
  }
  .cmshtml .tel_btn {
    font-size: 18px;
  }
  .cmshtml .tel_btn a {
    padding: 12px 10px;
    padding-left: 45px;
  }
  .cmshtml .tel_btn a:before {
    width: 20px;
    left: 15px;
  }
  .cmshtml .tel_btn span {
    font-size: 12px;
  }
  .cmshtml .mail_btn {
    font-size: 14px;
  }
  .cmshtml .mail_btn a {
    padding: 15px 10px;
    padding-left: 70px;
  }
  .cmshtml .mail_btn a:before {
    width: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .contact_flex {
    flex-direction: column;
    align-items: center;
  }
  .cmshtml .contact_flex > div {
    width: auto;
    margin: 0 auto 20px;
    min-width: 230px;
  }
}
/*----------
f inwrap
-----------*/
.cmshtml #footer .inwrap {
  background: #fff;
  position: relative;
}
.cmshtml .f_flex {
  align-items: center;
  max-width: 1660px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 5px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_txt {
  font-size: 14px;
  font-weight: 600;
}
.cmshtml .f_sns_icons {
  margin-top: auto;
  justify-content: center;
  margin-left: 45px;
}
.cmshtml .f_sns_ico {
  margin: 0 8px 10px;
  position: relative;
}
.cmshtml .f_catch {
  font-size: 35px;
  font-weight: 600;
  margin-left: 9%;
}
.cmshtml .f_catch span {
  color: #2B4275;
  font-size: 39px;
}
.cmshtml .copyright {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 11px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .cmshtml .f_sns_icons {
    margin-left: 20px;
  }
  .cmshtml .f_catch {
    font-size: 26px;
    margin-left: 40px;
  }
  .cmshtml .f_catch span {
    font-size: 30px;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .f_about {
    text-align: center;
  }
  .cmshtml .f_flex {
    display: block;
    padding: 30px 0;
  }
  .cmshtml .f_sns_icons, .cmshtml .f_catch {
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .f_sns_icons {
    margin-top: 20px;
  }
  .cmshtml .f_catch {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_catch {
    font-size: 18px;
  }
  .cmshtml .f_catch span {
    font-size: 24px;
  }
  .cmshtml .copyright {
    padding: 11px 0;
    font-size: 8px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .f_catch {
    font-size: 14px;
  }
  .cmshtml .f_catch span {
    font-size: 17px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  height: 375px;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 75px 0 30px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.95;
}
.cmshtml #title_wrap .inwrap {
  background: #000000;
  width: 92%;
  max-width: 650px;
  padding: 15px;
  padding-left: 6.3%;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 32px;
  font-weight: 600;
}
.cmshtml .page_title02 {
  font-size: 16px;
  padding: 0 5px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1240px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #F6F7F8;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #F6F7F8;
  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: #2E477E;
}
.cmshtml .p_link {
  font-size: 22px;
  font-weight: 500;
  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: #2E477E;
  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: #2E477E;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-align: center;
}
.cmshtml .rdplanetitle h3 {
  border-bottom: 2px solid #000;
  color: #111;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 0 30px 12px;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #000;
  content: "";
  display: block;
  width: 24%;
  height: 4px;
  margin: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.cmshtml .rdplanetitle h4 {
  color: #2E477E;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0 30px 3px;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #466DC4;
  content: "";
  display: block;
  width: 100%;
  height: 51%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.26;
}
.cmshtml .rdplanetitle h5 {
  background: #111;
  display: inline-block;
  color: #fff;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 5px 30px;
  min-width: 283px;
}
.cmshtml .rdplanetitle h5 a {
  color: #fff;
}
.cmshtml .rdplanetitle h6 {
  border-top: 2px solid #2E477E;
  border-bottom: 2px solid #2E477E;
  color: #2E477E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 5px 30px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1200px;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #2E477E;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 16px;
  max-width: 1200px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #2E477E;
  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: #F6F7F8;
  border-left: 20px solid #2E477E;
  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 #2E477E;
  display: inline-block;
  color: #2E477E;
  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: #2E477E;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #aaa;
  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: #999;
  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: #2E477E;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #888;
  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 #2E477E !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: #F6F7F8;
  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 #2E477E;
  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 #2E477E;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #2E477E;
  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 #2E477E;
  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 #2E477E;
  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: #2E477E;
  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: #F6F7F8;
  color: #2E477E;
}
.cmshtml .floor_imgs {
  background: #F6F7F8;
  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 60px !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: 60px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #2E477E;
}
.cmshtml .acco_box .acco_tit {
  color: #2E477E;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #2E477E;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #2E477E;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 16px;
  left: 20px;
  transition: all 0.3s;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 15px 45px 15px 60px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 15px 45px 15px 60px;
  position: relative;
}
.cmshtml .acco_box.faq_acco .hide_area:before {
  border-radius: 0;
  border: none;
  content: "A";
  color: #2E477E;
  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 #F6F7F8;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .module {
  max-width: 1220px;
}
.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 .fullmax_module,
.cmshtml .max_area {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cmshtml .max_area > * {
  max-width: 1240px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.cmshtml .fullmax_module > *,
.cmshtml .fullmax_module .module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .subpage_contents:has(.max_area) {
  padding-bottom: 0;
}