@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* contents01 */
  /* news */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /*footer*/
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-image: url("../../img/common/back-logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 180px;
  padding-top: 140px;
}

.cmshtml .main-img-top .box-inner {
  width: 95%;
  max-width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .box-mainslider {
  width: 59%;
  max-width: 59%;
}

.cmshtml .box-mainslider .mainslider {
  width: 100%;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
  border-style: solid;
  border-color: #FFF;
  border-width: 3px;
}

.cmshtml .box-linkwrap {
  width: 38%;
  max-width: 38%;
}

.cmshtml .box-linkwrap .inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px 0px;
}

.cmshtml .box-linkwrap .box {
  width: 48%;
  max-width: 48%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border-style: solid;
  border-color: #FFF;
  border-width: 3px;
}

.cmshtml .main-img-top .box-img {
  position: relative;
}

.cmshtml .box-linkwrap .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
  z-index: -1;
}

.cmshtml .box-linkwrap .box:hover .box-img img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .main-img-top .box-img::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  z-index: 1;
}

.cmshtml .main-img-top .box-link01 .box-img::after {
  background: -moz-linear-gradient(0.72% 4.83% -45deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -webkit-linear-gradient(-45deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -webkit-gradient(linear, 0.72% 4.83%, 99.28% 95.17%, color-stop(0, #00ff10), color-stop(0, #65ebf5), color-stop(1, blue));
  background: -o-linear-gradient(-45deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -ms-linear-gradient(-45deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FF10', endColorstr='#0000FF' ,GradientType=0)";
  background: linear-gradient(135deg, #00ff10 0%, #65ebf5 0%, blue 100%);
}

.cmshtml .main-img-top .box-link02 .box-img::after {
  background-color: #000;
  opacity: 0.5;
}

.cmshtml .main-img-top .box-link03 .box-img::after {
  background: -moz-linear-gradient(99.28% 95.17% 135deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -webkit-linear-gradient(135deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -webkit-gradient(linear, 99.28% 95.17%, 0.72% 4.83%, color-stop(0, #00ff10), color-stop(0, #65ebf5), color-stop(1, blue));
  background: -o-linear-gradient(135deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  background: -ms-linear-gradient(135deg, #00ff10 0%, #65ebf5 0%, blue 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FF10', endColorstr='#0000FF' ,GradientType=0)";
  background: linear-gradient(-45deg, #00ff10 0%, #65ebf5 0%, blue 100%);
}

.cmshtml .main-img-top .box-detail {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.cmshtml .main-img-top .box-title img {
  height: 75px;
  width: auto;
}

@media screen and (min-width: 1600px) {
  .cmshtml .main-img-top .box-title img {
    height: 90px;
    width: auto;
  }
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents02 p, .cmshtml .contents02 .wc_textbox {
  color: var(--color-base);
}

.cmshtml .contents02 p, .cmshtml .contents02 .wc_textbox, .cmshtml .contents03 p, .cmshtml .contents03 .wc_textbox {
  font-weight: var(--base-weight);
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .contents-top .box-link {
  padding-top: 50px;
}

.cmshtml .contents-top .box-link h6 a {
  font-family: var(--sub-font);
  color: #FFF;
  line-height: 0.8;
  letter-spacing: 0.1em;
  font-weight: var(--base-weight2);
  background-color: var(--color-main);
  display: inline-block;
  padding: 25px 0px 20px;
  text-align: center;
  border-radius: 60px;
  min-width: 230px;
  position: relative;
}

.cmshtml .contents-top .box-link h6 a:hover {
  opacity: 1;
  background-color: var(--color-sub);
}

.cmshtml .contents-top .box-link h6 a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  background-image: url("../../img/common/link-arrow03.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 22px;
  width: 26px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .box-link h6 a:hover::before {
  right: 10px;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/icon-back01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 545px;
  padding: 110px 0px 130px;
}

.cmshtml .contents01 .box-inner {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cmshtml .contents01 .lay01 {
  flex: 1;
}

.cmshtml .contents01 .lay02 {
  width: 800px;
  max-width: 800px;
}

.cmshtml .contents01 .lay03 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdplaneinfo, .cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #e6e6e6 rgba(255, 255, 255, 0);
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #e6e6e6;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 260px;
}

.cmshtml .contents-top .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item {
  padding: 25px 30px;
  transition: .5s;
  background-color: #FFF;
  border-radius: 80px;
  box-shadow: 0px 0px 7px rgba(0, 37, 188, 0.05);
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  margin-bottom: 15px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 25px 30px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  padding: 0px;
  width: 350px;
  max-width: 350px;
  margin-right: 55px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents-top .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  gap: 30px 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 115px;
  max-width: 115px;
  position: relative;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
  content: "／";
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  color: #666666;
  font-weight: 300;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
  padding-left: 20px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  font-family: var(--number-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  line-height: 1.2;
  padding: 20px 5px 5px;
  width: 100%;
  max-width: 100%;
  color: var(--color-base2);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: var(--base-font-size);
  color: var(--color-base);
  font-weight: var(--base-weight);
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a {
  padding: 0px 5px;
  font-size: var(--base-font-size);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents-top .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .contents01 h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-main);
  font-size: 88px;
  font-style: italic;
  line-height: 0.8;
}

.cmshtml .contents01 h3 {
  font-family: var(--base-font);
  font-weight: var(--base-weight2);
  color: var(--color-sub);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding-top: 10px;
}

.cmshtml .contents01 h6 a {
  color: var(--color-main);
  font-weight: var(--base-weight2);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom-style: dotted;
  border-color: var(--color-main);
  border-width: 3px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.cmshtml .contents01 h6 a:hover {
  opacity: 1;
}

.cmshtml .contents01 h6 a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 54px;
  height: 54px;
  margin-top: -7px;
  margin-right: -65px;
  transition: .5s;
  /*    display: none;*/
}

.cmshtml .contents01 h6 a:hover::before {
  margin-right: -75px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 170px 0px;
}

.cmshtml .contents02::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back02.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 1350px;
  margin-top: -180px;
  /*    display: none;*/
}

@media screen and (min-width: 1600px) {
  .cmshtml .contents02::before {
    height: 1600px;
  }
}

.cmshtml .contents02 .box-inner {
  width: 95%;
  max-width: 1600px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0px 4%;
}

.cmshtml .contents02 .box-detail {
  position: relative;
  width: 40%;
  max-width: 40%;
}

.cmshtml .contents02 .box-detail::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 30px;
  background-image: url("../../img/top/icon-back02b.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 140px;
  height: 120px;
  margin-right: -280px;
}

.cmshtml .contents02 .box-detail::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon-back02a.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 180px;
  height: 250px;
  margin-left: -200px;
  margin-bottom: -140px;
}

.cmshtml .contents02 .box-img {
  width: 46%;
  max-width: 46%;
}

.cmshtml .contents02 .box-img .inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cmshtml .contents02 .box-img img {
  border-radius: 20px;
  box-shadow: 7px 7px 20px rgba(31, 78, 102, 0.15);
}

.cmshtml .contents02 .box-img01 {
  width: 38%;
  max-width: 38%;
}

.cmshtml .contents02 .box-img02 {
  width: 57%;
  max-width: 57%;
}

.cmshtml .contents02 .box-img02 .box:not(:last-child) {
  margin-bottom: 25px;
}

.cmshtml .contents02 .box-img02 .box:last-child {
  width: 60%;
  max-width: 60%;
}

.cmshtml .contents02 h2, .cmshtml .contents03 h2 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-weight: 300;
  position: relative;
  padding-top: 15px;
  z-index: 1;
}

.cmshtml .contents02 h2 {
  color: var(--color-sub);
}

.cmshtml .contents03 h2 {
  color: #FFF;
}

.cmshtml .contents02 h2::before, .cmshtml .contents03 h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 800px;
  height: 110px;
  margin-left: -90px;
  margin-top: -75px;
  z-index: -1;
}

.cmshtml .contents02 h2::before {
  background-image: url("../../img/top/text01.svg");
}

.cmshtml .contents03 h2::before {
  background-image: url("../../img/top/text02.svg");
}

.cmshtml .contents02 h3 {
  color: var(--color-base2);
  font-weight: var(--base-weight);
  font-size: 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 60px 0px 30px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.cmshtml .contents03 .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 220px;
}

.cmshtml .contents03 .box-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back03.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90%;
  min-height: 1000px;
  z-index: -1;
}

.cmshtml .contents03 .box-inner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 85%;
  background-image: url("../../img/top/icon-back03b.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 380px;
  height: 380px;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .cmshtml .contents03 .box-inner::after {
    top: 88.5%;
    height: 300px;
  }
}

.cmshtml .contents03 .box-detail {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cmshtml .contents03 .box-detail .inner-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 270px;
}

.cmshtml .contents03 .box-detail .inner-wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon-back03a.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 600px;
  z-index: 1;
}

.cmshtml .contents03 .box-detail .inner {
  width: 76%;
  max-width: 1600px;
}

.cmshtml .contents03 .box-text {
  padding-top: 60px;
}

.cmshtml .contents03 .box-img {
  width: 100%;
  max-width: 1800px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cmshtml .contents03 .box-img .inner {
  position: relative;
  margin-right: -10%;
  height: 58vw;
  min-height: 850px;
  max-height: 1010px;
  width: 65%;
  max-width: 1150px;
}

.cmshtml .contents03 .box-img .inner > div {
  position: absolute;
}

.cmshtml .contents03 .box-img01 {
  left: 35%;
  top: 0px;
  clip-path: url(#clip01);
  width: 37%;
  max-width: 37%;
}

.cmshtml .contents03 .box-img02 {
  left: 0px;
  top: 140px;
  clip-path: url(#clip02);
  width: 60%;
  max-width: 60%;
}

.cmshtml .contents03 .box-img03 {
  right: 0px;
  bottom: 0px;
  clip-path: url(#clip03);
  width: 77%;
  max-width: 77%;
}

.cmshtml .contents03 h3, .cmshtml .contents03 h4, .cmshtml .contents03 p, .cmshtml .contents03 .wc_textbox {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(0, 37, 188, 0.15);
}

.cmshtml .contents03 h3 {
  font-size: 2.5vw;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300;
  background-color: var(--color-main);
  display: inline;
  padding: 5px 40px;
  margin-left: -50%;
  padding-left: 50%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

.cmshtml .contents03 h4 {
  font-weight: var(--base-weight2);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 50px 0px 20px;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents04 iframe {
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.cmshtml #footer {
  border-top-style: none;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml, .cmsbody {
  height: 100%;
}


#editView .cmshtml .contents-top .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .wc_static {
	position: static;
}

#editView .cmshtml .contents-top .wc_none {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}


#editView .cmshtml .main-img-top {
	padding-top
}

#editView .cmshtml .main-img-top .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .box-mainslider {
    width: 760px;
	max-width: 760px;
}

#editView .cmshtml .box-mainslider .mainslider {
	border-radius: 0px;
    overflow: visible;
    border-style : none;
}

#editView .cmshtml .box-linkwrap {
    width: 490px;
	max-width: 490px;
}

#editView .cmshtml .box-linkwrap .box {
    width: 230px;
	max-width: 230px;
    border-radius: 0px;
    overflow: visible;
    border-style : none;
}

#editView .cmshtml .box-linkwrap .box:hover .box-img img {
	transform:scale(1,1);
}

#editView .cmshtml .main-img-top .box-img::after {
	display: none;
}

#editView .cmshtml .main-img-top .box-detail {
     height: auto;
}


#editView .cmshtml .contents01 .lay01 {
       width: 300px;
    max-width: 300px;
}

#editView .cmshtml .contents01 .lay03 {
  width: 300px;
    max-width: 300px;
}


#editView .cmshtml .contents-top .news_img {
	width: 1200px;
	max-width: 1200px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 20px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, #editView .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
	 display: none;
}


#editView .cmshtml .contents01 h6 a {
    display: block;
    border-bottom-style : none;
    padding-bottom: 0px;
}

#editView .cmshtml .contents02::before {
	display: none;
}


#editView .cmshtml .contents02 .box-inner {
   width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents02 .box-detail {
    width: 500px;
	max-width: 500px;
}

#editView .cmshtml .contents02 .box-detail::before, #editView .cmshtml .contents02 .box-detail::after {
    display: none;
}

#editView .cmshtml .contents02 .box-img {
    width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents02 .box-img img {
    border-radius: 0px;
    box-shadow: 7px 7px 20px rgba(31,78,102,0);
}

#editView .cmshtml .contents02 .box-img01 {
    width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents02 .box-img02 {
     width: 600px;
	max-width: 600px;
}

#editView .cmshtml .contents02 .box-img02 .box:last-child {
      width: 350px;
	max-width: 350px;
}

#editView .cmshtml .contents02 h2::before, #editView .cmshtml .contents03 h2::before {
	display: none;
}


#editView .cmshtml .contents03 .box-inner {
	 padding-top: 0px;
}

#editView .cmshtml .contents03 .box-inner::before {
	display: none;
}

#editView .cmshtml .contents03 .box-inner::after {
	display: none;
}

#editView .cmshtml .contents03 .box-detail {
	 width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box-detail .inner-wrap {
	padding-top: 0px;
}

#editView .cmshtml .contents03 .box-detail .inner-wrap::before {
    display: none;
}


#editView .cmshtml .contents03 .box-detail .inner {
	 width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box-img {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box-img .inner {
     width: 1150px;
    min-height: 0px;
    max-width: 1150px;
    margin-right: 0%;
    height: auto;
max-height: auto;
display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

#editView .cmshtml .contents03 .box-img01 {
    clip-path: url(#clip0);
    width: 400px;
    max-width: 400px;
}

#editView .cmshtml .contents03 .box-img02 {
   clip-path: url(#clip0);
    width: 400px;
    max-width: 400px;
}

#editView .cmshtml .contents03 .box-img03 {
   clip-path: url(#clip0);
    width: 800px;
    max-width: 800px;
}

#editView .cmshtml .contents03 h3, #editView .cmshtml .contents03 h4, #editView .cmshtml .contents03 p, #editView .cmshtml .contents03 .wc_textbox {
    text-shadow: 0px 0px 5px rgba(0,37,188,0);
}

#editView .cmshtml .contents03 h2, #editView .cmshtml .contents03 h4, #editView .cmshtml .contents03 p, #editView .cmshtml .contents03 .wc_textbox {
	color: var(--color-base);
}

#editView .cmshtml .contents03 h3 {
	font-size: 36px;
    display: block;
    margin-left: 0%;
    padding-left: 0%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

#editView .cmshtml .contents04 iframe {
	width: 1280px;
	max-width: 1280px;
}



#editView .cmshtml .sp-view {
    display: inline-block;
}