/* preset for bd */

/* contents枠:cwrap */
.cmshtml .cwrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1400px) {
  .cmshtml .cwrap {
    padding-left: 2% !important;
    padding-right: 2% !important; }
}

/* contents枠1200:cw12 */
.cmshtml .cw12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1200px) {
  .cmshtml .cw12 {
    padding-left: 2% !important;
    padding-right: 2% !important; }
}


/* titleにアンダーライン:ttl-ul */
.cmshtml .ttl-ul.rdplanetitle > * {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ul.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #306c39; }

/* titleにアンダーライン中央:ttl-ulc */
.cmshtml .ttl-ulc.rdplanetitle > * {
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ulc.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #306c39; }

/* title前にサークル:ttl-c */
.cmshtml .ttl-c.rdplanetitle > * {
  position: relative;
  padding-left: 1.5rem; }
  .cmshtml .ttl-c.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 5px solid #efe800;
    border-radius: 50%; }

/* title両サイドにライン:ttl-bs */
.cmshtml .ttl-bs.rdplanetitle {
  text-align: center; }
.cmshtml .ttl-bs.rdplanetitle > * {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block; }
  .cmshtml .ttl-bs.rdplanetitle > *:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }
  .cmshtml .ttl-bs.rdplanetitle > *:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }

@media screen and (max-width: 576px) {
  .cmshtml .ttl-bs.rdplanetitle > * {
    padding-left: 30px;
    padding-right: 30px; }
    .cmshtml .ttl-bs.rdplanetitle > *:before,
    .cmshtml .ttl-bs.rdplanetitle > *:after {
      width: 20px; }
}

/* dt25% row nowrap：dlfrow */
.cmshtml .dlfrow dl {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d1d5cf; }
  .cmshtml .dlfrow dl dt {
    padding: 1rem;
    background: #eee;
    color: #222;
    width: 25%; }
  .cmshtml .dlfrow dl dd {
    padding: 1rem;
    background: rgba(250, 250, 250, 0.5);
    width: 75%; }

@media screen and (max-width: 576px) {
  .cmshtml .dlfrow dl {
    flex-flow: column nowrap; }
    .cmshtml .dlfrow dl dt,
    .cmshtml .dlfrow dl dd {
      width: 100%; }
}

/* 680ブレイク後2列のclass：ab2row */
@media screen and (max-width: 680px) {
.cmshtml .ab2row > div {
    width: 50% !important;
    flex: 0 0 auto; }
}

/* 詳細ボタンclass: contentsLink */


/* 3列ブレイク後nowrapのclass：trbpnw */
@media screen and (max-width: 576px) {
  .cmshtml .trbpnw > .rdblock {
    width: calc(100% / 3) !important; }
  .cmshtml .trbpnw.rdflexarea>* {
    flex: 1 1 auto; }
}



/* dl-for-decimal：dldec */
.cmshtml .dldec dl {
  display: flex;
  flex-flow: row nowrap;
  width: 100%; }
  .cmshtml .dldec dl dt {
    width: 2rem; }
    #editView .cmshtml .dldec dl dt {
      width: 5rem;
      padding: 10px 20px; }
  .cmshtml .dldec dl dd {
    width: calc(100% - 2rem); }





/* for bd-3 */

.cmshtml div#globalNav .navUl {
  justify-content: flex-end;
  align-items: center; }
  .cmshtml #globalNav .navUl>li {
    padding: 0px 15px; }


.cmshtml div#globalHeader {
  padding: 20px 20px 20px;
  background: rgba(255, 255, 255, 0.85); }
.cmshtml div#globalNav {
  font-weight: 500; }
.cmshtml div#topMovieBg:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.1) 30%);
  background-size: 3px 3px; }


.cmshtml #topMovie .sp-slide img {
  height: 100vh;
  object-fit: cover; }

.blog #contentsWrapInner {
  display: flex;
  padding: 2rem 3%; }

.cmshtml .blogMain {
  padding: unset;
  width: 75%; }

.cmshtml .blogSide {
  width: 25%;
  min-width: 240px; }

.cmshtml .rdListShort div.rdListItem {
  width: calc((100% / 3) - 20px); }


@media screen and (min-width:680px) and (max-width:1024px) {
  .cmshtml .rdListShort div.rdListItem {
    width: calc((100% / 2) - 20px); }
}

@media screen and (max-width: 680px) {
  .blog #contentsWrapInner {
    flex-direction: column; }
  .cmshtml .blogMain,
  .cmshtml .blogSide {
    width: 100%; }
  .cmshtml .rdListShort div.rdListItem {
    width: calc(100% - 20px); }
}


/* bd03 accordion menu close icon */

.cmshtml .open #globalNavbtn a span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }

.cmshtml .open #globalNavbtn a span:nth-of-type(2) {
  opacity: 0; }

.cmshtml .open #globalNavbtn a span:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }




#editView .cmshtml div#globalNav .navUl {
  justify-content: space-around; }
#editView .cmshtml #globalNav .navUl > div {
  padding: 0px 15px; }
#editView .cmshtml #pagetitleInner {
  top: 0; }
#editView .cmshtml #globalNav #globalNavMain .navUl .rdappended {
  min-width: 100px; }
#editView .cmshtml #pagetitle {
  overflow: scroll; }


/*
・style&color.cssのブレイクポイント変更
・style.css:70
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i,p)
   ↓
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i)
・script.jsの.slider-proに以下変更と追記
    width: 'calc(100% / 3)', //横幅
    responsive: true,
      breakpoints: {
        680: {
          width: '100%',
        }
      }
*/



/* common */

.cmshtml #globalNavSub {
  margin-bottom: 0; }

.cmshtml #globalNavSub a {
  border: 1px solid #173783;
  background: #224599;
  color: #fff !important; }
  .cmshtml #globalNavSub a:hover {
    background: #ffca00;
    color: #293483;
    border: 1px solid #e9b900; }

.cmshtml #globalNavSub .navUl li {
  padding: 0 0; }

@media screen and (min-width: 1081px) {
  .cmshtml #globalNavSub .navUl li:last-child {
    margin-right: 15px; }

  .cmshtml #globalNavInner {
    flex-direction: row-reverse;
    align-items: center; }

  .cmshtml #globalNavSub {
    align-self: auto; }

  .cmshtml div#globalHeader {
    align-items: center; }
}

@media screen and (max-width: 1080px) {
  .cmshtml #globalNav .navUl a {
    padding: 5px 5px 5px 30px;
    font-size: 0.85rem;
    text-align: left; }
  .cmshtml #globalNav .navUl .navUl a {
    padding-left: 50px; }
}


/* subnavにsnsicon使用時は .snsbtn　使用 */
.cmshtml #globalNav .navUl>li.snsbtn {
  padding: 0; }
.cmshtml #globalNavSub .snsbtn a {
  padding: 0; }
.cmshtml #globalNavSub>.navUl>*.snsbtn+*.snsbtn {
  margin-left: 10px; }
.cmshtml #globalNavSub .snsbtn a {
  border: none; }




.cmshtml #pagetitleInner {
    left: 50% !important;
    top: calc(50% + 56px) !important;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%; }
.cmshtml #pagetitleInner h2 {
    font-size: clamp(2.0rem, 5.0vw, 3.0rem);
    font-weight: 500; }

@media screen and (max-width: 1080px) {
  .cmshtml #pagetitleInner {
      top: calc(50% + 31px) !important; }
}      

.cmshtml .rdplanetitle h2 {
    font-size: clamp(2.0rem, 3.0vw, 2.8rem) !important; }

.cmshtml .rdplanetitle h3 {
    font-size: clamp(1.7rem, 3.0vw, 2.4rem) !important; }

.cmshtml .rdplanetitle h4 {
    font-size: clamp(1.4rem, 2.0vw, 1.75rem) !important; }

.cmshtml .rdplanetitle h5 {
    font-size: clamp(1.2rem, 2.0vw, 1.5rem) !important; }

.cmshtml .rdplanetitle h6 {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem) !important; }


@media screen and (max-width: 1080px) {
  .cmshtml #pagetitle {
    height: 300px; }
  .cmshtml #pagetitleBg {
    height: 300px; }
  .cmshtml #pagetitleBg img {
    height: 360px;
    min-height: 360px; }
  .cmshtml #pagetitleInner {
    top: 135px; }
  .cmshtml #contentsWrap.page {
    margin-top: 300px; }
}



.cmshtml .pagetop {
  margin-left: auto; }
@media screen and (max-width: 576px) {
  .cmshtml .pagetop {
    display: none; }
}


.cmshtml li.planeli {
  list-style: decimal;
  list-style-position: inside; }
.cmshtml li.planeli > p {
    display: inline-block; }


/* Anchor position */
.rdanchor a {
  display: block;
  padding-top: 115px;
  margin-top: -115px; }

#editView .rdanchor a {
  padding-top: 0;
  margin-top: 0; }



/* home */

.rdNewInfoList_ez-ContTitle a {
  color: #1f6779 !important; }



/* products */

.cmshtml .rdplanetitle.pdlist h4 {
  font-size: clamp(1.2rem, 2.2vw, 1.75rem) !important; }

.cmshtml .pdc {
  justify-content: space-between; }
  .cmshtml .pdc > div {
    width: calc(50% - 0.5rem);
    margin-bottom: 1.0rem; }


@media screen and (max-width: 900px) {
  .cmshtml .rdhorizontalarea.pdc>* {
    flex: 1 1 100%;
    width: 100% !important; }

  .cmshtml .pdc .rdblock {
    width: 100% !important;
    margin-left: 0 !important; }

  .cmshtml .pdc .rdflexarea {
    flex-wrap: wrap; }
}


/* product table */
.cmshtml .pdc .rdtableTable th {
  padding: 0.5rem 1rem;
  font-weight: 500; }
.cmshtml .pdc .rdtableTable td {
  padding: 0.5rem 1rem;
  background: #fafafa; }



/* business */

.cmshtml .osttl {
    margin-bottom: -30px; }
#editView .cmshtml .osttl {
    margin-bottom: unset; }

.cmshtml .osttl.rdplanetitle h3 {
    font-size: clamp(3.6rem, 5.0vw, 5.2rem) !important;
    font-weight: 900;
    letter-spacing: -2px; }



/* Service */

.cmshtml .busp {
  display: flex;
  flex-flow: row-reverse !important;
  align-items: flex-start !important; }

.cmshtml .busp > div {
  width: calc(25% - 20px) !important;
  margin: 10px !important;
  display: flex;
  justify-content: center; }

.cmshtml .busp > div dl {
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column nowrap; }



/* quality */

.cmshtml .qplist {
  font-size: clamp(1.0rem, 1.8vw, 1.3rem); }



/* contact */

.cmshtml .contact_item_table {
    max-width: 100% !important; }
.cmshtml .contact_item_title {
    font-weight: 500;
    font-size: 1.2rem;
    color: #123456; }
.cmshtml .contact_item_table input[type="text"], .cmshtml .contact_item_table input[type="email"], .cmshtml .contact_item_table input[type="tel"], .cmshtml .contact_item_table input[type="number"], .cmshtml .contact_item_table input[type="file"], .cmshtml .contact_item_table input[type="submit"], .cmshtml .contact_item_table input[type="date"], .cmshtml .contact_item_table button, .cmshtml .contact_item_table textarea, .cmshtml .contact_item_table select {
    line-height: 1.8; }
.pps {
    max-height: 200px;
    overflow-y: scroll;
    padding: 1rem !important;
    background: rgba(255, 255, 255, 0.7); }
dd.contact_item_input:has(.ppcheck) {
    border: 1px dotted #c10000;
    padding: 10px;
    margin-top: 5px; }
.cmshtml .contact_checkbox_box .contact_checkbox:has(.ppcheck) {
    margin-bottom: 0; }