@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: #7B3B0B;
}
.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: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
  margin: 0;
  box-sizing: border-box;
  font-weight:500;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .yu_Gothic, .cmshtml .yu_Gothic * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.cmsbody {
  line-height: 1.7;
}
.cmsbody:before {
  background: #F9F1E2;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.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: #CC0933;
  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 {
  background: #fffcf5;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border-radius: 30px;
  border: 3px solid #E17789;
  color: #7B3B0B;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 3px 35px 5px;
  position: relative;
  transition: all 0.3s;
  min-width: 190px;
}
.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: #E17789;
  color: #fff;
}
.cmshtml .link_btn02 {
  color: #E17789;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  border-radius: 30px;
  border: 2px solid #E17789;
  background: #fff;
  display: inline-block;
  color: #7B3B0B;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 30px;
  padding-right: 70px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #E17789;
  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: 25px;
  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: 5px 25px;
    min-width: 145px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: #f9f1e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 45px 2.835% 28px 1.89%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header + * {
  margin-top: 170px;
}
.cmshtml #header:before {
  background: url("../img/band01.png") repeat-x;
  background-position: left bottom;
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.1s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
  max-width: 300px;
  transition: all 0.3s;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    padding: 10px 2.835% 10px 1.89%;
  }
  .cmshtml #header.fixed:before {
    opacity: 0;
    height: 10px;
  }
  .cmshtml #header.fixed .logo {
    max-width: 200px;
  }
  .cmshtml #header.fixed .li_icon {
    max-width: 40px;
    min-height: 44px;
  }
  .cmshtml #header.fixed .bar_blue .li_icon {
    max-width: 30px;
  }
  .cmshtml #header.fixed .li_name, .cmshtml #header.fixed .selectlang_btn {
    font-size: 14px;
  }
}
/*------------------------------------------------------
navbar
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > * {
    margin: 0 15px;
  }
  .cmshtml #navigation > *:last-child {
    margin-right: 0;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    cursor: pointer;
    padding-bottom: 4px;
  }
  .cmshtml .li_txt:after, .cmshtml .h_li:after {
    background: #CC0033;
    border-radius: 10px;
    cursor: pointer;
    content: "";
    display: block;
    max-width: 73px;
    width: 3px;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .cmshtml .drop-menu:hover .li_txt:after, .cmshtml .h_li:hover:after {
    width: 100%;
    opacity: 1;
  }
  /*.cmshtml .bar_pink:after {
    background: #F095BB;
  }
  .cmshtml .bar_blue:after {
    background: #23A5DD;
  }
  .cmshtml .bar_yellow:after {
    background: #FECF31;
  }
  .cmshtml .bar_green:after {
    background: #15AC45;
  }
  .cmshtml .bar_purple:after {
    background: #666597;
  }
  .cmshtml .bar_orange:after {
    background: #F87E55;
  }*/
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li {
  text-align: center;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a, .cmshtml .ub_txt a, .cmshtml .ub_li a {
  color: #431313;
  transition: all 0.3s;
}
.cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a, .cmshtml .ub_txt a, .cmshtml .ub_li a {
  text-decoration: none;
  display: block;
}
.cmshtml .li_icon {
  max-width: 80px;
  min-height: 57px;
  max-height: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
}
.cmshtml .li_icon img {
  max-width: 100%;
  height: auto;
}
.cmshtml .li_name {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_name, .cmshtml .li_name a {
  color: #431313;
  transition: all 0.3s;
}
.cmshtml .drop-menu {
  position: relative;
}
.cmshtml .nav_drop {
  background: #fff;
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .nav_drop > *:not(:first-child) {
  border-top: 1px dashed #CC0033;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .drop_li a {
  padding: 5px 10px;
}
.cmshtml .drop_li a:hover {
  color: #fff;
  background: #CC0033;
}
/*------------------------------------------------------
drop_ub
------------------------------------------------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ub_txt {
  display: block;
  padding: 5px 20px;
}
.cmshtml .ub_txt:after {
  background: #CC0033;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #CC0033;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #fff;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  border-radius: 4px;
  background: #e17789;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 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: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #E93965;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #E93965;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang_btn:hover {
    background: #E93965;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    padding-top: 15px;
  }
  .cmshtml .selectlang_btn {
    text-align: center;
    padding: 10px;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  background: #F9F1E2;
  padding: 55px 0 210px;
  position: relative;
}
.cmshtml .mv_wrap:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .mv_wrap:after {
  background-image: url(../img/band01.png);
  background-position: left top;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  z-index: 11;
  pointer-events: none;
}
.cmshtml #mainvisual {
  position: relative;
  height: 616px;
}
.cmshtml #slide_wrap {
  overflow: hidden;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .slide_item {
  border-radius: 120px;
  overflow: hidden;
  margin: 0 34px;
  max-width: 1185px;
}
.cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next {
  background: #fff;
  border-radius: 50%;
  height: 123px;
  width: 123px;
  transition: all 0.3s;
}
.cmshtml #slide_wrap .slick-prev:hover, .cmshtml #slide_wrap .slick-next:hover {
  background: #E17789;
}
.cmshtml #slide_wrap .slick-prev {
  left: 16%;
  right: auto;
}
.cmshtml #slide_wrap .slick-next {
  left: auto;
  right: 16%;
}
.cmshtml #slide_wrap .slick-prev:before, .cmshtml #slide_wrap .slick-next:before {
  display: block;
  background: #E17789;
  width: 31px;
  height: 52px;
  margin: auto;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml #slide_wrap .slick-prev:hover:before, .cmshtml #slide_wrap .slick-next:hover:before {
  background: #fff;
}
.cmshtml #slide_wrap .slick-prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: 10px;
}
.cmshtml #slide_wrap .slick-next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 10px;
}
.cmshtml .mv_deco {
  position: absolute;
  left: 0;
  bottom: 104px;
  z-index: 5;
}
@media screen and (max-width: 1750px) {
  .cmshtml #mainvisual {
    height: 550px;
  }
  .cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next {
    height: 90px;
    width: 90px;
  }
  .cmshtml #slide_wrap .slick-prev:before, .cmshtml #slide_wrap .slick-next:before {
    width: 25px;
    height: 40px;
  }
  .cmshtml #slide_wrap .slick-prev {
    left: 10%;
  }
  .cmshtml #slide_wrap .slick-next {
    right: 10%;
  }
  .cmshtml .slide_item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  .cmshtml .mv_wrap {
    padding: 30px 0 210px;
  }
  .cmshtml #mainvisual {
    height: 450px;
  }
  .cmshtml .slide_item {
    border-radius: 90px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding: 30px 0 100px;
  }
  .cmshtml .mv_wrap:after {
    background-size: 38px auto;
  }
  .cmshtml #mainvisual {
    height: 300px;
  }
  .cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next {
    height: 60px;
    width: 60px;
  }
  .cmshtml #slide_wrap .slick-prev:before, .cmshtml #slide_wrap .slick-next:before {
    width: 15px;
    height: 30px;
  }
  .cmshtml #slide_wrap .slick-prev:before {
    right: 5px;
  }
  .cmshtml #slide_wrap .slick-next:before {
    left: 5px;
  }
  .cmshtml .slide_item {
    border-radius: 40px;
    max-width: 600px;
  }
  .cmshtml .mv_deco {
    bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    padding: 10px 0 60px;
  }
  .cmshtml .slide_item {
    max-width: none;
    border-radius: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #mainvisual {
    height: 250px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #fff;
  padding: 85px 4% 90px;
}
.cmshtml .sec_info:after {
  background-image: url(../img/band02.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  transform: translateY(50%);
}
.cmshtml .info_inwrap {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_inwrap > div:first-child {
  width: 33%;
}
.cmshtml .info_inwrap > div:nth-child(2) {
  width: 67%;
}
.cmshtml .info_textbox {
  background: url("../img/info_demo.png") no-repeat left 25px center;
  background-size: auto;
  text-align: center;
  padding-left: 13%;
  padding-right: 5%;
  position: relative;
}
.cmshtml .info_tit {
  position: relative;
}
.cmshtml .info_img {
  margin: 35px auto 40px;
  overflow: hidden;
  opacity: 0;
}
.cmshtml .info_img.sc_view {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.5s;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.cmshtml .info_link {
  position: relative;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 6%;
  max-height: 286px;
}
.cmshtml .news_div {
  background: url("../img/info_arrow.png") no-repeat right 12px center;
  background-size: auto;
  align-items: flex-start;
  border-bottom: #7B3B0B;
  border-bottom: 1px dashed #333;
  flex-flow: nowrap;
  padding: 20px 30px 20px 10px;
  position: relative;
}
.cmshtml .info_date {
  color: #431313;
  font-size: 18px;
  font-weight: 600;
  max-width: 80px;
  min-width: 80px;
}
.cmshtml .info_tag {
  background: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
  padding: 3px;
  max-width: 118px;
  min-width: 118px;
  position: relative;
  text-align: center;
}
.cmshtml .info_tag a {
  color: #fff;
}
.cmshtml .tag_orange {
  background: #EE6D3F;
}
.cmshtml .tag_yellow {
  background: #FED900;
}
.cmshtml .tag_red {
  background: #ED0C30;
}
.cmshtml .tag_blue {
  background: #2CA7E0;
}
.cmshtml .info_txt {
  color: #431313;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .info_textbox {
    padding-left: 5%;
    padding-right: 5%;
  }
  .cmshtml .info_date {
    font-size: 16px;
    max-width: 75px;
    min-width: 75px;
  }
  .cmshtml .info_tag {
    font-size: 12px;
    margin-left: 20px;
    max-width: 100px;
    min-width: 100px;
  }
  .cmshtml .info_txt {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 40px 4% 60px;
  }
  .cmshtml .info_inwrap > div:first-child, .cmshtml .info_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_textbox {
    background: url(../img/info_demo.png) no-repeat right 25px bottom;
    padding: 0;
    margin-bottom: 30px;
  }
  .cmshtml .info_img, .cmshtml .info_img.sc_view {
    margin: 20px auto;
    opacity: 1;
    animation: none;
  }
  .cmshtml .scnews {
    padding-right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .news_div {
    background: url(../img/info_arrow.png) no-repeat right 6px center;
    background-size: auto;
    padding: 10px 20px 10px 5px;
    flex-flow: row wrap;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .cmshtml .scnews {
    padding-right: 0;
    max-height: 300px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #FFF8F1;
  padding: 95px 4% 140px;
}
.cmshtml .sec_about:after {
  background: url("../img/about_demo.png") no-repeat left bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 201px;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 11;
  pointer-events: none;
}
.cmshtml .about_inwrap {
  background: url("../img/bg_about.png") no-repeat top center;
  background-size: auto 100%;
  align-items: flex-start;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cmshtml .about_inwrap:before, .cmshtml .about_inwrap:after, .cmshtml .about_textbox:before, .cmshtml .about_textbox:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.cmshtml .about_inwrap:before {
  background-image: url("../img/01.png");
  width: 49px;
  height: 53px;
  left: 24%;
}
.cmshtml .about_inwrap:after {
  background-image: url("../img/02.png");
  width: 39px;
  height: 35px;
  right: 20%;
  top: 220px;
}
.cmshtml .about_textbox:before {
  background-image: url("../img/03.png");
  width: 43px;
  height: 47px;
  bottom: 294px;
  left: -9%;
}
.cmshtml .about_textbox:after {
  background-image: url("../img/04.png");
  width: 52px;
  height: 51px;
  bottom: 60px;
  right: 1%;
}
.cmshtml .about_inwrap:before, .cmshtml .about_textbox:before {
  animation: yurayura 2s linear infinite;
}
.cmshtml .about_inwrap:after, .cmshtml .about_textbox:after {
  animation: yurayura02 3s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-10deg);
    opacity: 0.5;
  }
}
@keyframes yurayura02 {
  0%, 100% {
    transform: rotate(-10deg);
    opacity: 1;
  }
  50% {
    transform: rotate(10deg);
    opacity: 0.5;
  }
}
.cmshtml .about_inwrap > div {
  width: 20%;
}
.cmshtml .about_inwrap > div:nth-child(2) {
  width: 60%;
}
.cmshtml .l_img {
  padding-top: 85px;
}
.cmshtml .r_img {
  margin-top: auto;
}
.cmshtml .about_textbox {
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}
.cmshtml .about_tit {
  text-align: center;
  margin-bottom: 25px;
}
.cmshtml .about_tit.sec_tit .intxt {
  font-size: 30px;
}
.cmshtml .about_copy {
  color: #7B3B0B;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.cmshtml .about_txt {
  color: #431313;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_about {
    padding: 95px 4%;
  }
  .cmshtml .about_inwrap > div {
    width: 15%;
  }
  .cmshtml .about_inwrap > div:nth-child(2) {
    width: 70%;
  }
  .cmshtml .about_copy {
    font-size: 30px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 50px 0;
  }
  .cmshtml .about_inwrap {
    background-size: auto 80%;
    display: block;
    padding: 0 4%;
  }
  .cmshtml .about_inwrap > div {
    width: 25%;
  }
  .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .l_img {
    padding-top: 0;
  }
  .cmshtml .about_textbox {
    padding-bottom: 0;
  }
  .cmshtml .about_tit {
    margin-bottom: 10px;
  }
  .cmshtml .about_copy {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .r_img {
    margin-left: auto;
  }
  .cmshtml .about_inwrap:before, .cmshtml .about_textbox:before {
    animation: yurayura 4s linear infinite;
  }
  .cmshtml .about_inwrap:after, .cmshtml .about_textbox:after {
    animation: yurayura02 5s linear infinite;
  }
  .cmshtml .about_textbox:before {
    left: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about:after {
    height: 65px;
    bottom: -15px;
  }
  .cmshtml .about_inwrap:before, .cmshtml .about_textbox:before, .cmshtml .about_inwrap:after, .cmshtml .about_textbox:after {
    display: none;
  }
  .cmshtml .about_inwrap > div {
    width: auto;
  }
  .cmshtml .l_img, .cmshtml .r_img {
    max-width: 100px;
  }
  .cmshtml .about_tit.sec_tit .intxt {
    font-size: 22px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
enrollment
------------------------------------------------------*/
.cmshtml .sec_enrollment {
  padding: 135px 4% 170px;
}
.cmshtml .sec_enrollment:after {
  background: url("../img/enrollment_under.png") no-repeat left bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 201px;
  position: absolute;
  left: 0;
  bottom: -53px;
  z-index: 11;
  pointer-events: none;
}
.cmshtml .enrollment_tit {
  text-align: center;
  margin-bottom: 65px;
}
.cmshtml .enrollment_tit.sec_tit .intxt {
  padding-top: 27px;
  font-size: 30px;
}
.cmshtml .enrollment_inwrap {
  align-items: flex-start;
  max-width: 1660px;
  margin: 0 auto;
}
.cmshtml .enrollment_inwrap > div {
  width: 50%;
}
.cmshtml .enrollment_imgs {
  position: relative;
  padding-left: 7%;
  padding-right: 1.8%;
  padding-bottom: 70px;
}
.cmshtml .enrollment_large_img, .cmshtml .enrollment_mini_img {
  overflow: hidden;
}
.cmshtml .enrollment_large_img div, .cmshtml .enrollment_mini_img div {
  width: 100%;
  height: 100%;
}
.cmshtml .enrollment_large_img {
  height: 448px;
  position: relative;
  z-index: 1;
}
.cmshtml .enrollment_large_img img {
  border-radius: 52px;
}
.cmshtml .enrollment_imgs .enrollment_mini_img {
  height: 219px;
  max-width: 41%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.cmshtml .enrollment_mini_img img {
  border-radius: 42px;
}
.cmshtml .enrollment_textbox {
  background: url("../img/enrollment_deco.png") no-repeat right 3.3% bottom 35px;
  padding-top: 30px;
  padding-right: 3.3%;
  padding-left: 2%;
}
.cmshtml .enrollment_txt {
  color: #431313;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 100px;
}
.cmshtml .enrollment_link {
  padding: 0 10px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .enrollment_imgs {
    padding-left: 7%;
    padding-bottom: 30px;
  }
  .cmshtml .enrollment_large_img {
    height: 350px;
  }
  .cmshtml .enrollment_imgs .enrollment_mini_img {
    height: 200px;
  }
  .cmshtml .enrollment_large_img img, .cmshtml .enrollment_mini_img img {
    border-radius: 20px;
  }
  .cmshtml .enrollment_textbox {
    padding-top: 10px;
    padding-right: 0;
  }
  .cmshtml .enrollment_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_enrollment {
    padding: 100px 4%;
  }
  .cmshtml .enrollment_tit {
    margin-bottom: 30px;
  }
  .cmshtml .enrollment_inwrap {
    max-width: 800px;
  }
  .cmshtml .enrollment_inwrap > div {
    width: 100%;
  }
  .cmshtml .enrollment_imgs {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cmshtml .enrollment_textbox {
    padding: 0;
  }
  .cmshtml .enrollment_link {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_enrollment {
    padding: 60px 4%;
  }
  .cmshtml .sec_enrollment:after {
    height: 70px;
    bottom: -10px;
  }
  .cmshtml .enrollment_large_img {
    height: 250px;
  }
  .cmshtml .enrollment_imgs .enrollment_mini_img {
    height: 130px;
    max-width: 50%;
  }
  .cmshtml .enrollment_large_img img, .cmshtml .enrollment_mini_img img {
    border-radius: 10px;
  }
  .cmshtml .enrollment_tit.sec_tit .intxt {
    font-size: 22px;
  }
  .cmshtml .enrollment_textbox {
    background: url(../img/enrollment_deco.png) no-repeat right 10px bottom 10px;
  }
  .cmshtml .enrollment_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
content
------------------------------------------------------*/
.cmshtml .sec_content {
  background: #F9F1E2;
  padding: 165px 4%;
}
.cmshtml .sec_content:before {
  background: url("../img/content_garand.png") no-repeat center top;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 92%;
  max-width: 1760px;
  height: 386px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 116px;
  right: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .sec_content:after {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.cmshtml .content_tit {
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .content_tit.sec_tit .intxt {
  padding-top: 27px;
  font-size: 30px;
}
.cmshtml .content_txt {
  color: #431313;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
}
.cmshtml .content_inwrap {
  position: relative;
}
.cmshtml .two_block {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 40px;
}
.cmshtml .two_block > div {
  width: calc(50% - 56px);
  margin: 0 28px 30px;
}
.cmshtml .three_block {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .three_block > div {
  width: calc(33.33333% - 56px);
  margin: 0 28px 30px;
}
.cmshtml .content_box {
  background: #fff;
  border: 10px solid;
  border-radius: 60px;
  padding: 25px 20px 72px;
  position: relative;
}
.cmshtml .content_box:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.cmshtml .content_box:after {
  background: url("../img/content_box.png") no-repeat center;
  background-size: auto;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  bottom: 15px;
}
.cmshtml .content_box.box_pink:after {
  background-color: #F88DA6;
}
.cmshtml .content_box.box_blue:after {
  background-color: #23A5DC;
}
.cmshtml .content_box.box_yellow:after {
  background-color: #FEBB01;
}
.cmshtml .content_box.box_purple:after {
  background-color: #666597;
}
.cmshtml .content_box.box_orange:after {
  background-color: #FD7F52;
}
.cmshtml .content_box:hover:after {
  background-color: #fff;
}
.cmshtml .content_box.box_pink:hover:after {
  background-image: url("../img/content_box_p.png");
}
.cmshtml .content_box.box_blue:hover:after {
  background-image: url("../img/content_box_b.png");
}
.cmshtml .content_box.box_yellow:hover:after {
  background-image: url("../img/content_box_y.png");
}
.cmshtml .content_box.box_purple:hover:after {
  background-image: url("../img/content_box_pu.png");
}
.cmshtml .content_box.box_orange:hover:after {
  background-image: url("../img/content_box_ore.png");
}
.cmshtml .box_pink {
  border-color: #F88DA6;
}
.cmshtml .box_blue {
  border-color: #23A5DC;
}
.cmshtml .box_yellow {
  border-color: #FEBB01;
}
.cmshtml .box_purple {
  border-color: #666597;
}
.cmshtml .box_orange {
  border-color: #FD7F52;
}
.cmshtml .box_pink:hover {
  background: #F88DA6;
}
.cmshtml .box_blue:hover {
  background: #23A5DC;
}
.cmshtml .box_yellow:hover {
  background: #FEBB01;
}
.cmshtml .box_purple:hover {
  background: #666597;
}
.cmshtml .box_orange:hover {
  background: #FD7F52;
}
.cmshtml .content_ico {
  min-height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .ico_color, .cmshtml .ico_wh {
  transition: all 0.3s;
}
.cmshtml .ico_color {
  position: relative;
  z-index: 1;
}
.cmshtml .ico_wh {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .content_box:hover .ico_color {
  opacity: 0;
}
.cmshtml .content_box:hover .ico_wh {
  opacity: 1;
}
.cmshtml .content_name {
  color: #431313;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.cmshtml .content_box:hover .content_name {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_content {
    padding: 165px 4% 100px;
  }
  .cmshtml .content_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cmshtml .two_block {
    margin: 0 auto;
  }
  .cmshtml .two_block > div {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .cmshtml .three_block > div {
    width: calc(33.33333% - 20px);
    margin: 0 10px 30px;
  }
  .cmshtml .content_box {
    border-width: 5px;
    border-radius: 20px;
    padding: 25px 20px 60px;
    max-width: 390px;
  }
  .cmshtml .content_box:after {
    width: 45px;
    height: 45px;
    bottom: 15px;
  }
  .cmshtml .content_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .three_block > div {
    width: calc(50% - 20px);
  }
  .cmshtml .content_ico {
    min-height: 1px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_content {
    padding: 80px 4% 60px;
  }
  .cmshtml .sec_content:before {
    height: 160px;
    top: 40px;
  }
  .cmshtml .content_tit {
    margin-bottom: 30px;
  }
  .cmshtml .content_tit.sec_tit .intxt {
    font-size: 22px;
  }
  .cmshtml .two_block > div, .cmshtml .three_block > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .content_ico {
    margin-bottom: 20px;
  }
  .cmshtml .content_name {
    font-size: 16px;
  }
  .cmshtml .content_txt {
    font-size: 16px;
  }
  .cmshtml .content_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  padding: 0;
}
.cmshtml #footer.toppage_f {
  margin-top: -10px;
}
.cmshtml #footer:before, .cmshtml #footer:after {
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  z-index: 11;
  pointer-events: none;
}
.cmshtml #footer:before {
  background-image: url("../img/band02.png");
  background-position: left center;
  height: 22px;
  top: 0;
}
.cmshtml #footer:after {
  background-image: url("../img/band01.png");
  background-position: left top;
  bottom: 0;
}
.cmshtml #footer .f_about {
  padding: 65px 4% 55px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.cmshtml #footer .f_about:before {
  background: url("../img/f_top.png") no-repeat right top;
  content: "";
  display: block;
  width: 92%;
  max-width: 1221px;
  height: 33px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 98%;
  z-index: 10;
  pointer-events: none;
}
.cmshtml #footer .f_about:after {
  background: url("../img/f_bus.png") no-repeat right top;
  content: "";
  display: block;
  width: 95px;
  height: 58px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.6s;
}
.cmshtml #footer.sc_footer .f_about:after {
  opacity: 1;
  animation: bus 12s forwards;
}
@keyframes bus {
  0% {
    right: 0;
    bottom: 100%;
  }
  10% {
    bottom: 99%;
  }
  15% {
    bottom: 100%;
  }
  20% {
    bottom: 99%;
  }
  25% {
    bottom: 100%;
  }
  30% {
    bottom: 99%;
  }
  35% {
    bottom: 100%;
  }
  40% {
    bottom: 99%;
  }
  45% {
    bottom: 100%;
  }
  50% {
    bottom: 99%;
  }
  55% {
    bottom: 100%;
  }
  60% {
    bottom: 99%;
  }
  65% {
    bottom: 100%;
  }
  70% {
    bottom: 99%;
  }
  80% {
    bottom: 100%;
  }
  100% {
    right: calc(100% - 95px);
    bottom: 100%;
  }
}
.cmshtml .f_logo {
  text-align: center;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_txt {
  color: #431313;
  font-weight: 600;
  text-align: center;
  margin: 15px auto;
}
.cmshtml .copyright {
  color: #431313;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #431313;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .cmshtml .f_logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #F9F1E2;
  padding: 17px 2% 60px;
  position: relative;
}
.cmshtml #title_wrap:before {
  background-image: url(../img/page_title_deco.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 101% auto;
  content: "";
  display: block;
  width: 100%;
  height: 197px;
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml #title_wrap:after {
  background-image: url(../img/band02.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  transform: translateY(50%);
}
.cmshtml #title_wrap .inwrap {
  max-width: 1770px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml #title_wrap .inwrap > div:first-child {
  width: 43%;
}
.cmshtml #title_wrap .inwrap > div:nth-child(2) {
  width: 45%;
}
.cmshtml .title_area {
  background: url("../img/page_tit_grass.png") no-repeat center left;
  padding: 150px 0 180px;
  padding-left: 7.5%;
  position: relative;
}
.cmshtml .page_title {
  color: #7B3B0B;
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 50px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
.cmshtml #title_wrap .bg_image {
  border-radius: 84px;
  overflow: hidden;
    max-height: 420px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 60px 0;
}
.cmshtml .subpage_contents > * {
  max-width: 1120px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #F9F1E2;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
  border-radius: 10px;
}
/*---------------
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: 30px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #7B3B0B;
  font-weight: 600;
}
.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;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #e17789;
  border-radius: 10px;
  content: "";
  margin: auto;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/*---------------
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: #7B3B0B;
  padding-top: 27px;
  display: inline-block;
  position: relative;
  font-size: 30px !important;
  font-weight: 600 !important;
    min-width: 78px;
}
.cmshtml .rdplanetitle h2:before {
  background: url(../img/title_dot.png) no-repeat top center;
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h3 {
  background: url("../img/h3_dot.png") no-repeat center bottom;
  background-size: auto;
  color: #7B3B0B;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.cmshtml .rdplanetitle h4 {
  background: #CC0933;
  border-radius: 60px;
  color: #fff;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0px 30px;
}
.cmshtml .rdplanetitle h4 a {
  color: #fff;
}
.cmshtml .rdplanetitle h5 {
  border-bottom: 5px dotted #CC0933;
  color: #E17789;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 10px 10px;
}
.cmshtml .rdplanetitle h6 {
  color: #5F3933;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 10px 16px;
}
.cmshtml .rdplanetitle h6:after {
  background: #F9E4E7;
  border-radius: 60px;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .bdr_tit {
  color: #7B3B0B;
  font-size: 23px;
  font-weight: 600;
  padding: 0 0 0 20px!important;
  position: relative;
}
.cmshtml .bdr_tit:before {
  border-radius: 10px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .bdr_tit_red:before {
  background: #CC0933;
}
.cmshtml .bdr_tit_pink:before {
  background: #E17789;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1100px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #E17789;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1100px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #E17789;
  font-weight: 500;
  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: #f9f1e2;
  border-left: 20px solid #E17789;
  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 #E17789;
  display: inline-block;
  color: #E17789;
  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: #E17789;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #ce0033;
  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: #7B3B0B;
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  color: #7B3B0B;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 130px !important;
  position: relative;
}
.cmshtml .qa_a {
  color: #7B3B0B;
  font-size: 18px;
  font-weight: 500;
  padding-left: 130px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 10px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #F9F1E2;
  content: "Q";
  color: #7B3B0B;
  width: 70px;
  height: 70px;
}
.cmshtml .qa_a:before {
  background: #CC0933;
  content: "A";
  left: 7px;
  color: #fff;
  width: 60px;
  height: 60px;
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  background: url("../img/q_dot.png") repeat-x left bottom;
  padding: 25px 10px;
}
.cmshtml .qa_a > div {
  background: #fff;
  padding: 10px;
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  width: 80%;
}
.cmshtml .bt_line .date {
  color: #7B3B0B;
  font-weight: 600;
}
@media screen and (min-width: 681px) {
  .cmshtml .bt_line .date, .cmshtml .bt_line .txt {
    position: relative;
  }
  .cmshtml .bt_line .date:after {
    background: #ce0033;
    border-radius: 10px;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .cmshtml .bt_line .txt:after {
    background: #ce0033;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
  }
}
/*---------------
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 .img_div img {
  border-radius: 10px;
}
.cmshtml .txt_div {
  border-radius: 10px;
  background: #f9f1e2;
  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 {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #E17789;
  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 #E17789;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #E17789;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
@media screen and (min-width: 681px) {
  .cmshtml .step_num {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .step_num {
    border-radius: 10px 10px 0 0;
  }
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #E17789;
  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 {
  border-radius: 10px;
  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 #E17789;
  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: #E17789;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ddd;
  color: #E17789;
}
.cmshtml .floor_imgs {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  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 #E17789;
}
.cmshtml .acco_tit {
  color: #E17789;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #E17789;
}
/*---------------
twin box
---------------*/
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.cmshtml .twin_box .twin_tit {
  border-bottom: 1px solid #E17789;
  color: #E17789;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
/*---------------
profile
---------------*/
.cmshtml .profile {
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 10px 10px;
  max-width: 1300px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #E17789;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
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;
}
/*---------------
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;
}
/*---------------
season
---------------*/
.cmshtml .season {
  max-width: 1335px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .season_tit {
  padding: 10px 0;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .season_tit:before, .cmshtml .season_tit:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}
.cmshtml .season_tit:before {
  width: 100%;
  height: 7px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .season_tit:after {
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .st_r:before {
  background: url("../img/dot_p.png") no-repeat center center;
  background-size: auto;
}
.cmshtml .st_b:before {
  background: url("../img/dot_b.png") no-repeat center center;
  background-size: auto;
}
.cmshtml .st_y:before {
  background: url("../img/dot_y.png") no-repeat center center;
  background-size: auto;
}
.cmshtml .st_r:after {
  background: url("../img/tit_illust_r.png") no-repeat right center;
  background-size: auto 100%;
  background-color: #fffcf5;
}
.cmshtml .st_b:after {
  background: url("../img/tit_illust_b.png") no-repeat right center;
  background-size: auto 100%;
  background-color: #fffcf5;
}
.cmshtml .st_y:after {
  background: url("../img/tit_illust_y.png") no-repeat right center;
  background-size: auto 100%;
  background-color: #fffcf5;
}
.cmshtml .season_tit a {
  color: #fff;
}
.cmshtml .season_tit .intxt {
  border-radius: 16px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
}
.cmshtml .st_r .intxt {
  background: #ce0033;
}
.cmshtml .st_b .intxt {
  background: #25a6de;
}
.cmshtml .st_y .intxt {
  background: #e87239;
}
.cmshtml .subpage_contents .season_inwrap {
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .season_box {
  position: relative;
}
.cmshtml .season_img {
  margin-bottom: 25px;
}
.cmshtml .season_img img {
  border-radius: 40px;
}
.cmshtml .season_txt {
  font-weight: 600;
  color: #7B3B0B;
  text-align: center;
  padding: 10px;
}
/*---------------
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: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}



.cmshtml .time_line {
  max-width: 1400px;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .time_tit {
  background: #e17789;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  max-width: 200px;
  padding: 10px;
  margin-bottom: 20px;
}
.cmshtml .time_tit a {
  color: #fff;
}
.cmshtml .time_line_box {
  padding: 40px 0 50px 17%;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .time_line_box:before {
  border-left: 2px dotted #e17789;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  transition: all 0.3s;
}
.cmshtml .time_line_box > div:first-child:has(.time_line_img) {
  width: 26%;
}
.cmshtml .time_line_box > div:nth-child(2) {
  width: 74%;
}
.cmshtml .time_line_img {
  position: relative;
width: 26%;
}
.cmshtml .time_line_img img {
  border-radius: 10px;
}
.cmshtml .time_line_textbox {
  padding-left: 6.8%;
  position: relative;
}
.cmshtml .time_line_tit {
  color: #7B3B0B;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cmshtml .time_line_txt {
  color: #7B3B0B;
  padding: 0 5px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .time_tit {
    max-width: 150px;
  }
  .cmshtml .time_line_box:before {
    left: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .time_tit {
    max-width: 120px;
  }
  .cmshtml .time_line_box {
    padding: 20px 0 20px 10%;
  }
  .cmshtml .time_line_box:before {
    left: 3%;
  }
  .cmshtml .time_line_box:after {
    left: calc(3% - 4px);
  }
  .cmshtml .time_line_textbox {
    padding-left: 4%;
  }
  .cmshtml .time_line_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmshtml .time_line_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .time_line {
    margin-bottom: 60px;
  }
  .cmshtml .time_line_box {
    display: block;
    padding: 10px 0 10px 10%;
    margin-bottom: 10px;
  }
  .cmshtml .time_line_box:after {
    width: 8px;
    height: 8px;
    left: calc(3% - 3px);
  }
  .cmshtml .time_line_img,
  .cmshtml .time_line_box > div:first-child:has(.time_line_img) {
    width: 100%;
    max-width: 200px;
  }
  .cmshtml .time_line_box > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .time_line_textbox {
    margin-top: 20px;
    padding-left: 0;
  }
  .cmshtml .time_line_tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cmshtml .time_line_txt {
    font-size: 13px;
    padding: 0;
  }
}


#editView .cmshtml .time_line_box {
    padding-left: 20px;
}
#editView .cmshtml .time_line_box:before {
    left: 0;
}
#editView .cmshtml .time_line_img {
    width: 100%;
}