.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* title-box-top */
  /* contents-top */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* news */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.cmshtml .main-img-top img {
  width: 100%;
  height: auto;
}

.cmshtml .title-box-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .title-box-top h2 {
  font-size: 45px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-style: normal;
  font-weight: var(--base-weight);
}

.cmshtml .contents-top {
  width: 100%;
  padding-top: 80px;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top p, .cmshtml .contents-top .wc_textbox {
  font-size: 22px;
  color: #4d4d4d;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: var(--base-weight3);
}

.cmshtml .midashi-box {
  width: 1220px;
  max-width: 1220px;
  background-image: url("../../img/top/line-midashi.svg");
  background-position: left 34px;
  background-repeat: no-repeat;
  padding-left: 125px;
  margin-bottom: 40px;
}

.cmshtml .midashi-box h3, .cmshtml .midashi-box h4 {
  line-height: 1.2;
  color: var(--color-main);
}

.cmshtml .midashi-box h3 {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.cmshtml .midashi-box h3:first-letter {
  font-size: 36px;
}

.cmshtml .midashi-box h4 {
  letter-spacing: 0.05em;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.cmshtml .contents01 .box-inner {
  width: 1220px;
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmshtml .contents01 .lay01 {
  width: 250px;
  max-width: 250px;
  height: 250px;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.cmshtml .contents01 .lay02 {
  width: 670px;
  max-width: 670px;
}

.cmshtml .contents01 .lay03 {
  width: 200px;
  max-width: 200px;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.cmshtml .contents02 .box-in, .cmshtml .contents04 .box-in {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents02 .box-img div, .cmshtml .contents04 .box-img div {
  width: 62%;
  max-width: 62%;
}

.cmshtml .contents04 .box-img {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cmshtml .contents02 .box-detail, .cmshtml .contents04 .box-detail {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0px 9%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .contents04 .box-detail {
  justify-content: flex-start;
}

.cmshtml .contents02 .box-detail .box, .cmshtml .contents04 .box-detail .box {
  padding: 55px 55px 120px;
  background-color: #FFF;
  width: 700px;
  max-width: 700px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: relative;
}

.cmshtml .contents04 .box-detail .box {
  padding: 90px 55px;
}

.cmshtml .contents02 .box-detail .lay04 {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 203px;
  max-width: 203px;
}

.cmshtml .contents02 h5 {
  font-size: 28px;
  color: var(--color-sub3);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 10px 0px;
}

.cmshtml .contents02 h6 {
  background-image: url("../../img/common/flame-btn.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 62px;
  width: 203px;
  max-width: 203px;
}

.cmshtml .contents02 h6 a {
  transition: .5s;
  font-size: 16px;
  color: var(--color-main);
  line-height: 1.2;
  text-align: center;
  background-image: url("../../img/common/link-arrow01a.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  width: 203px;
  max-width: 203px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cmshtml .contents02 h6 a:hover {
  color: #FFF;
  opacity: 1;
  background-color: var(--color-main);
  background-image: url("../../img/common/link-arrow01b.svg");
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 60px;
}

.cmshtml .contents03 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents03 .lay01 {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmshtml .contents03 .midashi-box {
  width: auto;
  background-image: url("../../img/top/line-midashi2.svg");
}

.cmshtml .contents03 .midashi-box h3, .cmshtml .contents03 .midashi-box h4 {
  color: var(--color-sub);
}

.cmshtml .contents03 .lay01 .box {
  width: 550px;
  max-width: 550px;
}

.cmshtml .contents03 .lay01 .box-text {
  padding-left: 72px;
}

.cmshtml .contents03 .box-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 30px;
  gap: 0px 2%;
}

.cmshtml .contents03 .box-link .box {
  width: 32%;
  max-width: 32%;
  margin-bottom: 15px;
}

.cmshtml .contents03 .box-link .box:nth-child(3n) {
  margin-right: 0%;
}

.cmshtml .contents03 .box-link .box a {
  font-weight: var(--base-weight);
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  display: block;
  padding: 20px 15px;
  text-align: left;
  background-color: #FFF;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-image: url("../../img/common/link-arrow02a.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  transition: .5s;
}

.cmshtml .contents03 .box-link .box a:hover {
  color: #FFF;
  background-color: var(--color-main);
  border-color: #FFF;
  background-image: url("../../img/common/link-arrow02b.svg");
  opacity: 1;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
}

.cmshtml .contents04 .box-link {
  display: flex;
  justify-content: center;
  position: relative;
  top: -30px;
}

.cmshtml .contents04 .box-link .box {
  margin: 0px 15px;
  padding-bottom: 15px;
}

.cmshtml .contents04 .box-link .box a {
  transition: .5s;
  position: relative;
  left: 0px;
  top: 0px;
  box-shadow: 10px 10px 0px #bce6c2;
  display: block;
}

.cmshtml .contents04 .box-link .box a:hover {
  left: 10px;
  top: 10px;
  box-shadow: 0px 0px 0px #bce6c2;
  opacity: 1;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .contents-top .news_text .rdnewArticle {
  height: 250px;
  overflow-y: auto;
}

.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 .rdnewArticle .rdnewArticle-item {
  padding: 20px 5px;
  position: relative;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .rdnewArticle .rdnewArticle-item:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-color: #999;
  border-bottom-width: 1px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 20px 5px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  width: 252px;
  max-width: 252px;
  border-radius: 8px;
  padding: 15px;
  margin-right: 24px;
  margin-bottom: 30px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(4n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
}

.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 {
  align-items: stretch;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 110px;
  max-width: 110px;
}

.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-family: var(--number-font);
  font-weight: var(--base-weight);
  font-size: 15px;
  line-height: 1.2;
  color: #FFF;
  background-color: var(--color-sub2);
  padding: 5px 0px;
  text-align: center;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  background-color: #000;
  padding: 3px 15px;
  border-radius: 60px;
  display: inline-block;
  margin: 15px 0px 10px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: 15px;
  line-height: 1.6;
  font-weight: var(--base-weight);
  letter-spacing: 0.05em;
  color: var(--color-main);
  display: block;
  text-decoration: underline;
}

.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 .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::before, #editView .cmshtml .contents-top .wc_none::after {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}


#editView .cmshtml .main-img-top {
	overflow:visible;
}

#editView .cmshtml .main-img-top .box-img {
	 width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .title-box-top {
	width: 1280px;
    max-width: 1280px;
    background-color: rgba(0,0,0,0);
}

#editView .cmshtml .title-box-top h2 {
	 color: var(--color-base);
}

#editView .cmshtml .contents02 .box-inner, #editView .cmshtml .contents04 .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents02 .box-img div, #editView .cmshtml .contents04 .box-img div {
	width: 1000px;
    max-width: 1000px;
}

#editView .cmshtml .contents02 .box-detail, #editView .cmshtml .contents04 .box-detail {
	 height: auto;
    padding: 0px;
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents02 h6 a {
     padding-top: 22px;
}


#editView .cmshtml .contents03 .lay01 .box-text {
	padding-left: 0px;
}

#editView .cmshtml .contents03 .box-link {
	margin-left: 0px;
}

#editView .cmshtml .contents03 .box-link .box {
	width: 320px;
    max-width: 320px;
    margin-right: 20px;
}

#editView .cmshtml .contents04 .box-link {
	top: 0px;
}

#editView .cmshtml .contents04 .box-link .box {
	width: 370px;
    max-width: 370px;
    padding-bottom: 0px;
}

#editView .cmshtml .contents04 .box-link .box a {
	 box-shadow: 0px 0px 0px #bce6c2;
}


#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}


#editView .cmshtml .sp-view {
    display: inline-block;
}