@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 .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;
}
.cmshtml .allura, .cmshtml .allura * {
  font-family: "Allura", cursive;
}
.cmshtml .yusei_magic, .cmshtml .yusei_magic * {
  font-family: "Yusei Magic", 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: #437402;
  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: all 1s ease;
  transform: translateY(35px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  color: #111;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_tit {
    font-size: 30px;
  }
}
@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 .tit_wrap {
  position: relative;
  z-index: 1;
}
.cmshtml .bg_tit, .cmshtml .bg_tit * {
  font-family: "Yusei Magic", sans-serif;
}
.cmshtml .bg_tit {
  color: #F1F1F1;
  font-size: 170px;
  font-size: min(8.8vw, 170px);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cmshtml .tit_wrap .sec_tit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .cmshtml .tit_wrap .sec_tit {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_wrap .sec_tit {
    padding-bottom: 0;
  }
  .cmshtml .bg_tit {
    font-size: 55px;
  }
}
.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: 14px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #111;
  border-radius: 3px;
  border: 1px solid #111;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding: 12px 105px 12px 55px;
  position: relative;
  transition: all 0.3s;
  min-width: 300px;
}
.cmshtml .link_btn a:before, .cmshtml .link_btn a:after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .link_btn a:before {
  width: 1px;
  height: 100%;
  right: 49px;
}
.cmshtml .link_btn a:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 13px;
  height: 15px;
  right: 18px;
}
.cmshtml .link_btn a:hover {
  background: #999;
  border-color: #999;
}
.cmshtml .link_btn02 {
  color: #222;
  position: relative;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #222 1px solid;
  display: inline-block;
  color: #222;
  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: #222;
  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: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 20px;
    padding-right: 60px;
    min-width: 200px;
  }
  .cmshtml .link_btn a:before {
    right: 35px;
  }
  .cmshtml .link_btn a:after {
    width: 8px;
    height: 13px;
    right: 14px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 60px 100px 80px 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header + * {
  margin-top: 229px;
}
.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;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cmshtml .drawer-nav {
    position: inherit !important;
  }
  .cmshtml .logo {
    max-width: 400px;
    transition: all 0.3s;
  }
  .cmshtml #header.fixed .logo {
    max-width: 300px;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: none !important;
  }
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 50px;
  }
  .cmshtml .nav_drop {
    padding: 0 10px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #444;
    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: #444;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #f0f0f0;
  }


}
/*------------------------------------------------------
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 {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #111;
  display: inline-block;
  position: relative;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  background: #f0f0f0;
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #111;
  display: block;
  padding: 7px 0;
  padding-left: 15px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #111;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #222;
  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 #666;
}
.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;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #666;
  }
  .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;
  width: 100%;
  height: 850px;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml #slide_wrap {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .cmshtml #mainvisual {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .cmshtml #mainvisual {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #mainvisual {
    height: 350px;
  }
  .cmshtml #slide_wrap {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #mainvisual {
    height: 250px;
  }
  .cmshtml #slide_wrap {
    border-radius: 10px 10px 0 0;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  position: relative;
}
.cmshtml .about_inwrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 4% 200px;
}
.cmshtml .about_inwrap > div {
  width: 50%;
}
.cmshtml .about_tit {
  font-size: 44px;
  text-align: left;
}
.cmshtml .about_textbox {
  position: relative;
}
.cmshtml .about_txt {
  font-size: 18px;
  line-height: 2.3;
}
.cmshtml .about_link {
  margin-top: 60px;
}
.cmshtml .about_bg {
  height: 500px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .about_inwrap {
    padding: 100px 4% 60px;
  }
  .cmshtml .about_tit {
    font-size: 38px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
  }
  .cmshtml .about_bg {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_inwrap > div {
    width: 100%;
  }
  .cmshtml .about_tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cmshtml .about_link {
    text-align: right;
    margin-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_inwrap {
    padding: 60px 4%;
  }
  .cmshtml .about_inwrap > div {
    width: 100%;
  }
  .cmshtml .about_tit {
    font-size: 22px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_bg {
    height: 150px;
  }
}
/*------------------------------------------------------
daily
------------------------------------------------------*/
.cmshtml .sec_daily {
  margin: 150px auto 140px;
}
.cmshtml .daily_inwrap {
  max-width: 1560px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .daily_inwrap > div:nth-child(1) {
  width: 48%;
}
.cmshtml .daily_inwrap > div:nth-child(2) {
  width: 52%;
}
.cmshtml .daily_imgs {
  padding-right: 2.5%;
}
.cmshtml .daily_img {
  border-radius: 30px;
  max-width: 69%;
  height: 375px;
  overflow: hidden;
}
.cmshtml .daily_img_top {
  position: relative;
  z-index: 1;
}
.cmshtml .daily_img_under {
  margin-left: auto;
  position: relative;
  z-index: 5;
  transform: translateY(-60px);
}
.cmshtml .daily_textbox {
  position: relative;
}
.cmshtml .daily_titwrap {
  margin-bottom: 110px;
}
.cmshtml .daily_txt {
  color: #111111;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 75px;
  padding-right: 13%;
}
.cmshtml .daily_link {
  text-align: right;
  padding-right: 13%;
}
@media screen and (max-width: 1700px) {
  .cmshtml .daily_img {
    height: 300px;
  }
  .cmshtml .daily_titwrap {
    margin-bottom: 60px;
  }
  .cmshtml .daily_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .daily_txt {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cmshtml .daily_link {
    padding-right: 0%;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_daily {
    margin: 100px auto;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_daily {
    margin: 100px auto 60px;
  }
  .cmshtml .daily_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .daily_inwrap > div:nth-child(1), .cmshtml .daily_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .daily_imgs {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    margin-left: auto;
  }
  .cmshtml .daily_imgs > div {
    width: calc(50% - 10px);
  }
  .cmshtml .daily_img {
    border-radius: 20px;
    height: 250px;
  }
  .cmshtml .daily_img_under {
    transform: none;
  }
  .cmshtml .daily_textbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_daily {
    margin: 60px auto 80px;
  }
  .cmshtml .daily_img {
    border-radius: 10px;
    height: 150px;
  }
  .cmshtml .daily_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .cmshtml .daily_imgs {
    display: block;
  }
  .cmshtml .daily_imgs > div {
    width: 100%;
  }
  .cmshtml .daily_img {
    width: 100%;
    max-width: none;
  }
  .cmshtml .daily_img_under {
    margin-top: 20px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #F1F1F1;
  border-radius: 30px;
  padding: 50px 0 65px;
  max-width: 1520px;
  width: 92%;
  margin: 0 auto 200px;
}
.cmshtml .info_inwrap {
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_inwrap > div:first-child {
  width: 36%;
}
.cmshtml .info_inwrap > div:nth-child(2) {
  width: 64%;
}
.cmshtml .info_textbox {
  padding: 20px 2.7% 0;
  position: relative;
}
.cmshtml .info_tit {
  text-align: left;
  padding-left: 70px;
}
.cmshtml .info_link {
  margin-top: 140px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 30px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #C9C9C9;
  flex-flow: nowrap;
  padding: 20px 10px;
}
.cmshtml .info_date {
  color: #111;
  font-size: 16px;
  max-width: 125px;
  min-width: 125px;
}
.cmshtml .info_txt {
  color: #111;
  font-size: 16px;
  margin-left: 40px;
}
.cmshtml .scnews .rdnewArticle {
    background: none;
    border: none;
    padding: 0;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item+.rdnewArticle-item {
    border-top: none;
}

.cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    border-bottom: 1px solid #C9C9C9;
}
@media screen and (min-width: 681px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    display: flex;
    align-items: center;
  }
  .cmshtml .rdnewArticle .rdnewArticle-ContDate {
    margin-right: 20px;
    min-width: 75px;
  }
}


@media screen and (max-width: 1300px) {
  .cmshtml .info_textbox {
    text-align: center;
  }
  .cmshtml .info_tit {
    text-align: center;
    padding-left: 0;
  }
  .cmshtml .info_link a {
    min-width: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    border-radius: 20px;
    padding: 30px 4%;
    margin-bottom: 100px;
  }
  .cmshtml .info_inwrap > div:first-child, .cmshtml .info_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_textbox {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  .cmshtml .info_link {
    margin-top: 40px;
  }
  .cmshtml .scnews {
    padding-right: 15px;
  }
  .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-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    border-radius: 10px;
    margin-bottom: 60px;
  }
  .cmshtml .info_textbox {
    padding: 0;
  }
  .cmshtml .info_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
  padding: 200px 4% 0px;
  margin-bottom: 150px;
}
.cmshtml .rec_bg {
  height: 59%;
  position: absolute;
  z-index: 1;
}
.cmshtml .rec_inwrap {
  background: #fff;
  border-radius: 30px 30px 0 0;
  max-width: 1100px;
  width: 100%;
  padding: 50px 2.8% 50px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .rec_titwrap {
  margin-bottom: 50px;
}
.cmshtml .rec_txt {
  color: #111111;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 60px;
}
.cmshtml .rec_link {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_rec {
    padding: 100px 4% 0px;
    margin-bottom: 100px;
  }
  .cmshtml .rec_inwrap {
    border-radius: 20px 20px 0 0;
    padding: 50px 4%;
  }
  .cmshtml .rec_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_rec {
    padding: 40px 4% 0px;
    margin-bottom: 60px;
  }
  .cmshtml .rec_inwrap {
    border-radius: 10px 10px 0 0;
    padding: 30px;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
insta
------------------------------------------------------*/
.cmshtml .sec_insta {
  padding: 80px 4% 60px;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
.cmshtml .sec_insta:before {
  background-color: #F1F1F1;
  border-radius: 30px 0 0 30px;
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .insta_inwrap {
  align-items: flex-start;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .insta_inwrap > div:nth-child(1) {
  width: 36%;
}
.cmshtml .insta_inwrap > div:nth-child(2) {
  width: 64%;
}
.cmshtml .insta_textbox {
  padding: 50px 20px 0;
  text-align: center;
  position: relative;
}
.cmshtml .insta_ico {
  margin-bottom: 20px;
}
.cmshtml .insta_label {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.cmshtml .insta_tit {
  line-height: 1.2;
  margin-bottom: 140px;
}
.cmshtml .insta_link {
  text-align: center;
}
.cmshtml .insta_imgs {
  position: relative;
}
.cmshtml .insta_iframe {
  overflow: hidden;
}
.cmshtml .insta_iframe iframe {
  width: 100% !important;
}
.cmshtml .insta_img {
  position: relative;
}
.cmshtml .sp_iframe {
  display: none;
}
@media screen and (max-width: 1300px) {
  .cmshtml .insta_tit {
    margin-bottom: 80px;
  }
  .cmshtml .insta_link a {
    min-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_insta {
    padding: 60px 4%;
    margin-bottom: 100px;
  }
  .cmshtml .insta_inwrap > div:nth-child(1), .cmshtml .insta_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .insta_textbox {
    padding: 0;
    margin-bottom: 30px;
  }
  .cmshtml .insta_tit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml {
    /*  .insta_imgs > div {
    width: calc(25% - 6px);
    margin: 0 3px 6px;
  }*/
  }
  .cmshtml .sec_insta {
    margin-bottom: 40px;
    padding: 40px 4%;
  }
  .cmshtml .sec_insta:before {
    border-radius: 10px 0 0 10px;
    width: 94%;
  }
  .cmshtml .insta_iframe {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .cmshtml .pc_iframe {
    display: none;
  }
  .cmshtml .sp_iframe {
    display: block;
  }
  .cmshtml .insta_iframe iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
}
.cmshtml #footer .inwrap {
  position: relative;
}
.cmshtml .f_contact {
  background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 4% 70px;
  position: relative;
}
.cmshtml .fc_inwrap {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}
.cmshtml .fc_tit {
  margin-bottom: 20px;
}
.cmshtml .fc_txt {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .fc_btns {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.cmshtml .fc_btns > div {
  background: #111;
  width: calc(50% - 20px);
}
.cmshtml .fc_telbox, .cmshtml .fc_mail {
  background: #111;
  border-radius: 3px;
  color: #fff;
  overflow: hidden;
}
.cmshtml .fc_telbox a, .cmshtml .fc_mail a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .fc_telbox {
  padding: 20px;
  text-align: center;
}
.cmshtml .fc_telnum {
  font-size: 22px;
  font-weight: 500;
}
.cmshtml .fc_teltime {
  font-weight: 600;
}
.cmshtml .fc_mail {
  font-weight: 500;
}
.cmshtml .fc_mail a {
  display: block;
  padding: 40px 100px 40px 30px;
  position: relative;
}
.cmshtml .fc_mail a:before, .cmshtml .fc_mail a:after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .fc_mail a:before {
  width: 1px;
  height: 100%;
  right: 100px;
}
.cmshtml .fc_mail a:after {
  background: url("../img/ico_mail.png") no-repeat center;
  width: 100px;
  height: 100%;
  right: 0;
}
.cmshtml .fc_mail a:hover {
  background: #999;
}
.cmshtml .f_about {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cmshtml .f_logo {
  text-align: center;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_flex {
  max-width: 1380px;
  width: 92%;
  margin: 0 auto;
  padding: 65px 0 40px;
}
.cmshtml .f_flex > div {
  width: 50%;
}
.cmshtml .f_about {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cmshtml .f_a_inwrap {
  max-width: 430px;
  width: 100%;
  margin-top: 50px;
  margin-left: 13%;
  margin-bottom: 20px;
}
.cmshtml .f_logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cmshtml .f_txt {
  color: #111;
  font-size: 16px;
  margin-top: 20px;
}
.cmshtml .copyright {
  color: #151515;
  font-size: 14px;
  margin-top: auto;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #151515;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
.cmshtml .f_map {
  position: relative;
}
.cmshtml .ggmap iframe {
  border-radius: 10px;
  width: 100%;
  max-height: 300px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .f_contact {
    padding: 80px 4% 50px;
  }
  .cmshtml .fc_inwrap {
    padding: 30px 20px;
  }
  .cmshtml .f_flex {
    padding: 30px 0;
  }
  .cmshtml .fc_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmshtml .fc_telbox {
    padding: 15px;
  }
  .cmshtml .fc_telnum {
    font-size: 18px;
  }
  .cmshtml .fc_teltime {
    font-size: 14px;
  }
  .cmshtml .fc_mail a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cmshtml .f_a_inwrap {
    margin-left: 0;
  }
  .cmshtml .f_logo {
    max-width: 300px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .fc_btns > div {
    width: calc(50% - 10px);
  }
  .cmshtml .f_flex {
    flex-direction: column-reverse;
  }
  .cmshtml .f_flex > div {
    width: 100%;
  }
  .cmshtml .f_about {
    padding: 0;
    margin-top: 30px;
  }
  .cmshtml .f_a_inwrap {
    margin: 0 auto 20px;
  }
  .cmshtml .f_logos {
    display: block;
  }
  .cmshtml .f_logo {
    margin: 0 auto 20px;
  }
  .cmshtml .f_sns {
    text-align: center;
  }
  .cmshtml .f_txt {
    text-align: center;
  }
  .cmshtml .copyright {
    text-align: center;
  }
  .cmshtml .ggmap iframe {
    border-radius: 6px;
    max-height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_flex {
    width: 100%;
    padding: 0 0 90px;
  }
  .cmshtml .fc_inwrap {
    border-radius: 6px;
  }
  .cmshtml .f_contact {
    padding: 40px 4%;
  }
  .cmshtml .fc_inwrap {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
  }
  .cmshtml .fc_btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cmshtml .fc_btns > div {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .fc_telnum {
    font-size: 16px;
  }
  .cmshtml .fc_teltime {
    font-size: 12px;
  }
  .cmshtml .fc_telbox {
    padding: 10px;
  }
  .cmshtml .fc_mail {
    margin-top: 10px;
  }
  .cmshtml .fc_mail a {
    padding: 10px 80px 10px 20px;
    text-align: center;
  }
  .cmshtml .fc_mail a:before {
    right: 80px;
  }
  .cmshtml .fc_mail a:after {
    width: 80px;
  }
  .cmshtml .fc_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .f_about {
    padding: 0 10px;
  }
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .ggmap iframe {
    border-radius: 0;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 180px 4% 0 0;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  border-radius: 50px 50px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 1;
}
.cmshtml #title_wrap .inwrap {
  background: #fff;
  border-radius: 0 40px 0 0;
  max-width: 750px;
  width: 80%;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #111;
}
.cmshtml .page_title {
  text-align: center;
}
.cmshtml .page_title.tit_en {
  font-size: 80px;
  line-height: 1;
}
.cmshtml .page_title.tit_ja {
  font-size: 26px;
  font-weight: 600;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 120px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.cmshtml .subpage_contents > *:last-child {
    margin-bottom: 0;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #F1F1F1;
  padding: 60px 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: #F1F1F1;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 30px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #212121;
}
.cmshtml .p_link {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #212121;
  content: "";
  margin: auto;
  width: 16px;
  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: #111;
  font-size: 32px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-bottom: 24px;
}
.cmshtml .rdplanetitle h2:after {
  background-color: #A4A4A4;
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h3 {
  background: #DBDBDB;
  color: #111;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 6px 30px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  color: #111;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0px 30px 5px;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #DBDBDB;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5 {
  background: #111111;
  display: inline-block;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 5px 30px;
  min-width: 300px;
}
.cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h5 a {
  color: #fff;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 14px;
  top: 0;
  z-index: auto;
}
.cmshtml .rdplanetitle h6 {
  border-top: 2px solid #575757;
  border-bottom: 2px solid #575757;
  color: #212121;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 4px 30px;
}
/*---------------
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: #222;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 17px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #222;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #F1F1F1;
  border-left: 20px solid #222;
  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 #222;
  display: inline-block;
  color: #222;
  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: #222;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px 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: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #999;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  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: #222;
  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 #222 !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: #F1F1F1;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #777;
  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 #777;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #777;
  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 #777;
  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 #777;
  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: #222;
  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: #F1F1F1;
  color: #222;
}
.cmshtml .floor_imgs {
  background: #F1F1F1;
  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 #222;
}
.cmshtml .acco_box .acco_tit {
  color: #222;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #222;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #222;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 17px;
  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: #222;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 17px;
  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 #F1F1F1;
  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;
}