@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .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: 'Hannari', 'Noto Serif JP', 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;
}
.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: #FF3B3F;
  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;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #FF3B3F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 70px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #FF7578;
  color: #fff;
}
.cmshtml .link_btn02 {
  color: #222;
  position: relative;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #FF3B3F 1px solid;
  display: inline-block;
  color: #FF3B3F;
  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: #FF3B3F;
  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;
  border: 1px solid #fff;
  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: 7px 40px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
/*------------------------------------------------------------------------------------------------------------
TOP
------------------------------------------------------------------------------------------------------------*/
.cmshtml .main_area {
  background: url("../img/bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.cmshtml .main_area > div:first-child {
  width: 42%;
}
.cmshtml .main_area > div:nth-child(2) {
  width: 58%;
}
/*--------------------------------------------------*/
.cmshtml .contents_box {
  padding: 20vh 4% 30px 6.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------*/
.cmshtml .logos {
  text-align: center;
  margin-bottom: 15vh;
}
.cmshtml .top_logo {
  margin-bottom: 40px;
}
.cmshtml .catchcopy {
  color: #0E0402;
  font-size: 24px;
}
/*--------------------------------------------------*/
.cmshtml .top_navi {
  margin-bottom: 55px;
}
.cmshtml #navigation {
  position: relative;
}
.cmshtml .top_navi .h_li {
  display: flex;
  margin-bottom: 13px;
  padding-left: 25px;
  position: relative;
}
.cmshtml .top_navi .h_li:before {
  background: #0E0402;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .li_label {
  color: #0E0402;
  font-size: 14px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .li_label a {
  color: #0E0402;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .h_li:hover .li_label, .cmshtml .h_li:hover .li_label a, .cmshtml .li_label:hover, .cmshtml .li_label a:hover {
  color: #a67000;
}
.cmshtml .label_en {
  position: relative;
}
.cmshtml .label_ja {
  padding-left: 13px;
}
.cmshtml .sns_icons {
  width: 100%;
  justify-content: flex-end;
}
.cmshtml .sns_ico + .sns_ico {
  margin-left: 20px;
}
/*--------------------------------------------------*/
.cmshtml .mv_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.cmshtml .mv_img {
  width: 100%;
  height: 100%;
}
.cmshtml .mv_img img {
  object-position: left bottom;
}
/*--------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .logos {
    margin-bottom: 10vh;
  }
  .cmshtml .catchcopy {
    font-size: 20px;
  }
}
@media screen and (max-height: 900px) {
  .cmshtml .contents_box {
    padding: 5vh 4% 30px 6.5%;
  }
  .cmshtml .logos {
    margin-bottom: 5vh;
  }
  .cmshtml .top_navi {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .cmshtml .toppage {
    overflow: hidden;
    height: 100%;
  }
  .cmshtml .main_area {
    display: block;
  }
  .cmshtml .main_area > div:first-child, .cmshtml .main_area > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .contents_box {
    justify-content: flex-end;
    padding: 30px 4% 100px;
    min-height: 100vh;
  }
  .cmshtml .logos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cmshtml .top_logo {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .cmshtml .top_navi {
    margin-bottom: 30px;
  }
  .cmshtml .top_navi .h_li {
    margin-bottom: 5px;
  }
  .cmshtml .mv_box {
    display: none;
    height: 250px;
    margin-top: auto;
  }
  .cmshtml .mv_img img {
    object-position: center bottom;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catchcopy {
    font-size: 18px;
  }
}
/*------------------------------------------------------------------------------------------------------------
subpage
------------------------------------------------------------------------------------------------------------*/
.cmshtml .subpage {
  background: url("../img/bg02.jpg") repeat-y top center;
  background-size: 100% auto;
}
/*----------------
header
---------------*/
.cmshtml .subpage #header {
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 45px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml .subpage #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: 14px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #392E29;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  background: #f4f3ef;
  color: #FF3B3F;
}
.cmshtml .h_li_ico {
  max-width: 40px;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 40%;
  z-index: 10;
  transform: translateX(-40%);
}
.cmshtml .drop_li {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #222;
  display: block;
  padding: 7px 10px;
  position: relative;
}
.cmshtml .drop_li a:hover {
  background: #FF3B3F;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background: #fff;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  padding: 80px 4% 30px;
}
.cmshtml #footer:before {
  background-image: url("../img/f_grid.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left center;
  content: "";
  display: block;
  width: 96%;
  height: 27px;
  max-width: 1600px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml #footer .inwrap {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-bottom: 80px;
}
.cmshtml #footer .inwrap > div:first-child {
  width: 32%;
}
.cmshtml #footer .inwrap > div:nth-child(2) {
  width: 68%;
}
.cmshtml .f_about {
  padding-right: 4%;
  position: relative;
}
.cmshtml .f_logo {
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .flink {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.cmshtml .f_li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 30px 10px 0;
  padding-left: 20px;
  position: relative;
}
.cmshtml .f_li:first-child {
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
.cmshtml .f_li:before {
  background-color: #392E29;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_li a {
  color: #392E29;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.cmshtml .f_li a:hover {
  background: #f4f3ef;
  color: #FF3B3F;
}
.cmshtml #copy {
  text-align: center;
}
.cmshtml .copyright {
  color: #392E29;
  font-size: 14px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #392E29;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
title_wrap
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 40px 0;
  position: relative;
}
.cmshtml #title_wrap .inwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1330px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .title_area {
  position: relative;
}
.cmshtml .page_title {
  color: #392E29;
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 30px;
}
.cmshtml .page_title02 {
  font-size: 16px;
  padding-left: 10px;
}
.cmshtml .title_imgs {
  display: flex;
  position: relative;
}
.cmshtml .tit_img {
  border-radius: 50%;
  overflow: hidden;
  width: 230px;
  height: 230px;
  position: relative;
}
.cmshtml .tit_img > div {
  width: 100%;
  height: 100%;
}
.cmshtml .tit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .tit_img_l {
  z-index: 1;
}
.cmshtml .tit_img_r {
  transform: translateX(-20px);
  z-index: 2;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  padding: 30px 2% 80px;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}
.cmshtml #contents .module_blog {
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #f4f5f7;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #392E29;
}
.cmshtml .p_link {
  font-size: 18px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .page_link .p_link a:hover {
  color: #FF3B3F;
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #392E29;
  border-right: 1px solid #392E29;
  content: "";
  margin: auto;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 4px;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.3s;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #FF3B3F;
  border-right: 1px solid #FF3B3F;
}
/*---------------
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:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  color: #392E29;
  font-size: 30px !important;
  padding: 0 30px;
  display: inline-block;
}
.cmshtml .rdplanetitle h2:before {
  background-image: url("../img/tit_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h3 {
  border-bottom: 1px solid #FF3B3F;
  color: #FF3B3F;
  font-size: 28px !important;
  padding: 0 10px 5px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  background: #F0F2F1;
  border: 1px solid #707070;
  color: #392E29;
  font-size: 26px !important;
  padding: 10px 20px;
}
.cmshtml .rdplanetitle h5 {
  color: #FF3B3F;
  font-size: 26px !important;
  padding-left: 26px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #FF3B3F;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h6 {
  color: #FF3B3F;
  font-size: 24px !important;
  border-left: 5px solid #FF3B3F;
  border-bottom: 1px solid #FF3B3F;
  padding-left: 12px;
  padding-bottom: 5px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #392E29;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #392E29;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #392E29;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #fff;
  border-left: 20px solid #FF3B3F;
  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 #392E29;
  display: inline-block;
  color: #392E29;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 7px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #FF3B3F;
  border-color: #FF3B3F;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #392E29;
  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: #392E29;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  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;
  padding-bottom: 14px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #392E29;
  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: 2px solid #FF3B3F !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ccc !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: #fff;
  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 #5A5A5A;
  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 #5A5A5A;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #5A5A5A;
  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 #5A5A5A;
  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 #5A5A5A;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
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 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !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: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #392E29;
}
.cmshtml .acco_tit {
  color: #392E29;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #392E29;
}
/*---------------
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;
}
.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;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !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;
}
.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;
}