@charset "utf-8";
/*===============
配色
メイン#007BD0
ホバー#26afff
薄背景#ddd
===============*/
/*------------------ ブログ装飾 start ------------------*/
/* ■ブログサイト内検索 */
.cmshtml #contents .rdBlogSearch .rdBlogSearch-btn {
  background-color: #007BD0;
}
.cmshtml #contents .rdBlogSearch .rdBlogSearch-btn:hover {
  background-color: #26afff;
}
/* ■ブログカレンダー */
.cmshtml #contents .rdCalendar .rdCalendarTable-link {
  background: #007BD0;
}
.cmshtml #contents .rdCalendar .rdCalendarTable-link:hover {
  background: #26afff;
}
/* ■ブログ月別アーカイブ */
.cmshtml #contents .rdMonthlyArchive .rdMonthlyArchive-item:before {
  border: 2px solid #007BD0;
}
/* ■ブログ年別アーカイブ */
.cmshtml #contents .rdYearlyArchive-item .rdYearlyArchive-link {
  background: #ddd;
  text-decoration: none;
  transition: all 0.3s;
  color: #007BD0;
}
.cmshtml #contents .rdYearlyArchive-item .rdYearlyArchive-link:hover {
  background: #007BD0;
  color: #fff;
}
/* ■ブログカテゴリー一覧 */
.cmshtml #contents .rdCategorylist .rdCategorylist-link:after {
  border-color: transparent transparent transparent #007BD0;
}
.cmshtml #contents .rdCategorylist .rdCategorylist-link:hover {
  background: #ddd;
  color: #007BD0;
}
/* ■ブログタグ一覧 */
.cmshtml #contents .rdTaglist .rdTaglist-link,
.cmshtml #contents .rdTaglist .rdTaglist-link:after,
.cmshtml #contents .rdTaglist .rdTaglist-link:before {
  background: #ddd;
}
.cmshtml #contents .rdTaglist .rdTaglist-link:hover,
.cmshtml #contents .rdTaglist .rdTaglist-link:hover:after,
.cmshtml #contents .rdTaglist .rdTaglist-link:hover:before {
  background: #007BD0;
  color: #fff;
}
/* ■ブログ 次へ戻るボタン */
.cmshtml #contents .rdpagination .rdpagenationBeforeLink,
.cmshtml #contents .rdpagination .rdpagenationAfterLink {
  text-decoration: none;
}
.cmshtml #contents .rdpagination .rdpagenationLinkActive,
.cmshtml #contents .rdpagination .rdpagenationLink:hover {
  background: #007BD0;
  color: #fff;
}
/* ■ブログ タイトルh3 */
.cmshtml #contents .rdarticleTitle h3 {
  border-bottom: 4px solid #007BD0;
  color: #007BD0;
}
/* ■ブログ一覧ページ タグ */
.cmshtml #contents .rdListShort .rdListItem .ItemrdListTagListItem {
  border: 1px solid #007BD0;
  background: #007BD0;
  margin-bottom: 2px;
}
/* ■ブログ関連記事 */
/* カテゴリー */
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-catlist .rdRelatedArticles-catlink {
  background: #ddd;
  color: #007BD0;
}
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-catlist .rdRelatedArticles-catlink:hover {
  background: #007BD0;
  color: #fff;
}
/* タグ */
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink,
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:after,
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:before {
  background: #ddd;
}
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:hover,
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:hover:after,
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:hover:before {
  background: #007BD0;
  color: #fff;
}
/* ------------------ブログ装飾 end ------------------*/
/*リンク文字色*/
.cmshtml #contents .rdnewArticle-ContTitle a,
.cmshtml #contents .rdMonthlyArchive .rdMonthlyArchive-item a,
.cmshtml #contents .rdCategorylist .rdCategorylist-link,
.cmshtml #contents .rdTaglist .rdTaglist-link,
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink {
  color: #3088e7;
  text-decoration: none;
}
.cmshtml #contents .rdListMetaLink.rdListTagLink,
.cmshtml #contents .rdListMetaLink.rdListCategoryLink,
.cmshtml #contents .rdpagination .rdpagenationAfterLink,
.cmshtml #contents .rdListExcerpt a,
.cmshtml #contents .rdarticleTitleText a {
  text-decoration: none;
}
.cmshtml #contents .rdnewArticle-ContTitle a:hover,
.cmshtml #contents .rdMonthlyArchive .rdMonthlyArchive-item a:hover,
/*.cmshtml #contents .rdTaglist .rdTaglist-link:hover,*/
/*.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-taglist .rdRelatedArticles-taglink:hover,*/
.cmshtml #contents .rdListMetaLink.rdListTagLink:hover,
.cmshtml #contents .rdListMetaLink.rdListCategoryLink:hover,
.cmshtml #contents .rdListExcerpt a:hover,
.cmshtml #contents .rdarticleTitleText a:hover {
  text-decoration: underline;
}
.cmshtml #contents .rdTaglist .rdTaglist-link:hover {
  color: #fff;
}
/* 関連記事リンクテキスト */
.cmshtml #contents .rdRelatedArticles-link {}
/* ブログデフォルト（アイコン非表示） start*/
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-item {
  width: calc(33% - 10px);
  border: 1px solid #ededed;
  margin: 0 5px 10px;
}
.cmshtml #contents .rdListImage.rdListImageEmpty {
  display: none;
}
.cmshtml #contents .rdRelatedArticles-imageWrapper {
  display: none;
}
.cmshtml #contents .rdListShort .rdListItem .rdListCategory {
  position: relative;
  right: 0;
  top: 0;
  padding: 10px;
}
/* ブログsp start*/
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdRelatedArticles .rdRelatedArticles-item {
    width: calc(50% - 10px);
  }
}
/* ブログsp end*/
/*==================================
tableブロック　スマホ対応
==================================*/
/* wrap_table */
#editView .cmshtml .wrap_table {
  position: relative;
  border: 1px solid #f00;
}
#editView .cmshtml .wrap_table:before {
  content: "追加ブロッククラス「wrap_table」が付与されています。スマホ時は表ブロックが横にスクロールします。";
  display: block;
  text-align: center;
  padding: 10px;
  color: #f00;
  position: relative;
  width: 100%;
  white-space: break-spaces;
}
@media screen and (max-width: 576px) {
  .cmshtml .table table th,
  .cmshtml .table table td {
    width: 100% !important;
  }
  .cmshtml .wrap_table {
    overflow: auto;
  }
  .cmshtml .wrap_table .table {
    min-width: 680px;
  }
  .cmshtml .wrap_table .wrap_table .table table tr,
  .cmshtml .wrap_table .table table tr {
    width: auto !important;
    display: table-row !important;
  }
  .cmshtml .wrap_table .table table td,
  .cmshtml .wrap_table .table table td, 
  .cmshtml .wrap_table .table table th, 
  .cmshtml .wrap_table .table table th {
    display: table-cell !important;
    width: auto !important;
    min-width: 120px !important;
  }
}
/* all table */
@media screen and (max-width: 576px) {
  .cmshtml .table table th,
  .cmshtml .table table td {
    width: 100% !important;
  }
  .cmshtml .table {
    overflow: auto;
  }
  .cmshtml .table table {
    min-width: 680px;
  }
  .cmshtml .table table tr,
  .cmshtml .table table tr {
    width: auto !important;
    display: table-row !important;
  }
  .cmshtml .table table td,
  .cmshtml .table table td,
  .cmshtml .table table th,
  .cmshtml .table table th {
    display: table-cell !important;
    width: auto !important;
    min-width: 120px !important;
  }
}



/*==================================
フォーム
==================================*/
/* 枠 */
.cmshtml #contents .rdcontact_main > form {
  max-width: 800px;
  padding: 20px;
  background: #ddd;
  margin: 0 auto;
}
.cmshtml #contents .contact_item_table {
  padding: 20px;
  background: #fff;
  border: 1px solid #ededed;
}
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdcontact_main > form {
    padding: 10px;
  }
  .cmshtml #contents .contact_item_table {
    padding: 10px;
  }
}
/* テキスト */
.cmshtml .contact_item_title {
  font-weight: 700;
  padding: 10px 10px 10px !important;
  border-bottom: 1px solid #ededed;
}
.cmshtml .contact_item_title:not(:first-child) {
  margin-top: auto !important;
}
/* input */
.cmshtml .contact_item_input,
.cmshtml .contact_item_inside_input,
.cmshtml .contact_item_file_box {
  border-bottom: 1px solid #ededed;
  padding: 10px 20px !important;
}
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(1),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(2),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"] {
    max-width: 80px;
  }
@media screen and (max-width: 500px) {
  .cmshtml .contact_item_input,
  .cmshtml .contact_item_inside_input,
  .cmshtml .contact_item_file_box {
    padding: 10px !important;
  }
  .cmshtml #contents .contact_item_table input[type="file"] {
    font-size: 11px;
  }
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(1),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(2),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"] {
    width: 65px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(1),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"]:nth-child(2),
  .cmshtml #contents .contact_item_table .contact_tel_sepalate input[type="tel"] {
    width: 60px;
  }
}
/* 住所 */
.cmshtml .contact_item_inside_table {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
}
.cmshtml .contact_item_inside_title {
  border-bottom: 1px solid #ededed;
  padding: 10px 0px !important;
}
.cmshtml .contact_item_inside_table dt:last-child,
.cmshtml .contact_item_inside_table dd:last-child {
  border-bottom: none;
}
.cmshtml .contact_item_inside_input,
.cmshtml .contact_item_inside_title.contact_inp_title_address2 {
  border: none !important;
}
/* ボタン */
.cmshtml #contents .rdcontact_btn_area {
  margin-top: 20px;
}
/* 戻るボタン */
.cmshtml .rdcontact_btn_area .rdcontact_btn_back {
  background: #edeff1;
  color: #666;
  padding: 10px 20px;
  border: 1px solid #c6cacf;
  transition: 0.25s background, 0.25s box-shadow;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 0;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_back:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_back:focus {
  background: #d5d5da;
  box-shadow: 0 0 6px rgba(198, 34, 25, 0) !important;
  cursor: pointer;
  color: #fff;
}
/* 確認ボタン */
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
  background: #007BD0 !important;
  border: 1px solid #007BD0 !important;
  border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
  background: #26afff !important;
  border: 1px solid #26afff !important;
  box-shadow: 0 0 6px rgba(198, 34, 25, 0) !important;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdcontact_btn_area {
    margin-top: 10px;
  }
}
/* 名前 */
@media screen and (min-width: 681px) {
  .cmshtml #contents .contact_item_namebox_front,
  .cmshtml #contents .contact_item_namebox_back {
    flex: 2;
  }
}
@media screen and (max-width: 900px) {
  .cmshtml #contents .contact_item_namebox_front {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cmshtml #contents .contact_item_namebox_back {
    padding-left: 0;
    width: 100%;
  }
  .cmshtml #contents .contact_item_namebox_box input {
    max-width: none;
  }
}
/* 日付 */
.cmshtml .contact-date-inline .contact_required {
  max-width: 100px;
  margin-right: 10px;
}
.cmshtml .contact-date-year-label {
  display: inline-block;
  padding-right: 30px;
}
@media screen and (min-width: 501px) {
  .cmshtml .contact-date-inline {
    display: flex;
    align-items: center;
  }
  .cmshtml .contact-date-inline > div {
    display: inline-block;
    padding: 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .contact-date-inline .contact_required {
    max-width: 150px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .cmshtml .contact-date-year-label {
    padding-right: 0;
  }
}
.cmshtml .rdplanetext2_inner dt {
  background: #ccc;
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .rdplanetext2_inner dt,
.cmshtml .rdplanetext2_inner dt a {
  color: #26afff;
}
.cmshtml .rdplanetext2_inner dt {
  padding: 10px;
}
.cmshtml .rdplanetext2_inner dd {
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  .cmshtml #contents .contact_item_table,
  .cmshtml #contents .contact_item_title,
  .cmshtml #contents .contact_item_input,
  .cmshtml #contents .contact_item_inside_title,
  .cmshtml #contents .contact_item_inside_input,
  .cmshtml #contents .contact_item_table input[type="text"],
  .cmshtml #contents .contact_item_table input[type="email"],
  .cmshtml #contents .contact_item_table input[type="tel"],
  .cmshtml #contents .contact_item_table input[type="number"],
  .cmshtml #contents .contact_item_table input[type="date"],
  .cmshtml #contents .contact_item_table textarea,
  .cmshtml #contents .contact_item_table select,
  .cmshtml #contents input[type="text"][name="img_auth"] {
    font-size: 14px;
  }
}
/*==================================
アンカー
==================================*/
.cmshtml .rdanchor {
  padding: 0 !important;
  z-index: -1;
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
}
.cmshtml .rdanchor a {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .rdanchor a {
    margin-top: -100px;
    padding-top: 100px;
  }
}
#editView .cmshtml .rdanchor {
  position: relative;
  width: auto;
  margin: auto;
  left: auto;
  z-index: auto;
}
#editView .cmshtml .rdanchor a {
  display: block;
  margin-top: auto;
  padding-top: 0;
}
/*----------------------------------------------------------------------------------------------------*/
/*==================================
共有
==================================*/
#editView .rdareaItem:hover {
  z-index: 901 !important;
}
#editView .cmshtml,
#editView .cmshtml .load-fade {
  overflow: visible;
}
#editView .cmshtml .tit_txt,
#editView .cmshtml .subpage_contents > div h2,
#editView .cmshtml .subpage_contents > div h3,
#editView .cmshtml .subpage_contents > div h4,
#editView .cmshtml .subpage_contents > div h5,
#editView .cmshtml .subpage_contents > div h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#editView .cmshtml img {
  max-width: 100%;
  height: auto;
}
#editView .cmshtml .fade-up,
#editView .cmshtml .load-fade,
#editView .cmshtml .section {
  opacity: 1 !important;
  transform: none;
  overflow: visible;
}
#editView .cmshtml .page_title,
#editView .cmshtml .link_txt,
#editView .cmshtml [class*="link_btn"],
#editView .cmshtml .news_div .day,
#editView .cmshtml .news_div .txt,
#editView .cmshtml .f_li,
#editView .cmshtml .news_div .date {
  padding-top: 20px;
  padding-bottom: 20px;
}
#editView .cmshtml .f_li {
  margin-bottom: 0;
}
#editView .cmshtml .sp_only,
#editView .cmshtml .pc_only {
  border: 1px solid #f00;
    display: block;
}
#editView .cmshtml .sp_only:before {
  display: block;
  content: "スマホ時に表示されます(1000px以下表示)";
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: break-spaces;
  color: #f00;
}
#editView .cmshtml .pc_only:before {
  display: block;
  content: "デスクトップ時に表示されます(1000px以上表示)";
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: break-spaces;
  color: #f00;
}
#editView .cmshtml .bg_image > div {
  width: auto;
  height: auto;
}
#editView .cmshtml .bg_image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  opacity: 1;
  z-index: auto;
}
#editView .cmshtml .bg_image img {
  opacity: 1;
}
#editView .cmshtml #slide_wrap,
#editView.showAreaName .cmshtml #slide_wrap.rdareaWrapper,
#editView.showAreaFrame .cmshtml .rdareaWrapper#slide_wrap,
#editView.showAreaName .cmshtml .sp-slides.rdareaWrapper,
#editView.showAreaFrame .cmshtml .rdareaWrapper.sp-slides,
#editView .cmshtml .sp-slides,
#editView.showAreaName .cmshtml .scnews.rdareaWrapper,
#editView.showAreaFrame .cmshtml .rdareaWrapper.scnews,
#editView .cmshtml .scnews,
#editView .cmshtml #slide_wrap01,
#editView .cmshtml #slide_wrap02,
#editView .cmshtml #slide_wrap03,
#editView.showAreaName .cmshtml #slide_wrap01.rdareaWrapper,
#editView.showAreaFrame .cmshtml #slide_wrap01.rdareaWrapper,
#editView.showAreaName .cmshtml #slide_wrap02.rdareaWrapper,
#editView.showAreaFrame .cmshtml #slide_wrap02.rdareaWrapper,
#editView.showAreaName .cmshtml #slide_wrap03.rdareaWrapper,
#editView.showAreaFrame .cmshtml #slide_wrap03.rdareaWrapper {
  padding-top: 30px !important;
}
#editView .cmshtml #contents {
  border-top: 1px solid #ccc;
  overflow: visible;
}
#editView .cmshtml .to-lr,
#editView .cmshtml .to-rl {
  opacity: 1;
  transform: none;
}
#editView .cmshtml .vrl {
  position: relative;
  padding: 10px;
  padding-right: 25px;
  border: 1px solid red;
}
#editView .cmshtml .vrl:before {
  content: "※半角英数入力は行わないでください。";
  display: block;
  color: red;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
  line-height: 1;
  white-space: break-spaces;
}
#editView .cmshtml .active .vrl:before,
#editView .cmshtml .hover .vrl:before,
#editView .cmshtml .ckActive .vrl:before {
  display: none;
}
#editView .cmshtml .movie {
  border: 1px solid #f00;
  padding: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#editView .cmshtml .movie:before {
  content: "動画の編集欄です。\A配置したい動画のyoutubeIDを入力してください。\A例）https://www.youtube.com/watch?v=E6xGdkSSpsE\A↓\A E6xGdkSSpsE";
  display: block;
  color: red;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  white-space: break-spaces;
}
#editView .cmshtml .bt_line .date > div {
  width: auto;
}
#editView .cmshtml .drop-menu,
#editView .cmshtml .li_txt,
#editView .cmshtml .pro_box,
#editView .cmshtml .sec_products .inwrap,
#editView .cmshtml .bt_box,
#editView .cmshtml .bt_line,
#editView .cmshtml .stepbox,
#editView .cmshtml .step_div,
#editView .cmshtml .nav_drop,
#editView .cmshtml .inwrap,
#editView .cmshtml .textbox,
#editView .cmshtml .faqbox,
#editView .cmshtml .faq,
#editView .cmshtml .img_txt,
#editView .cmshtml .img_div,
#editView .cmshtml .item_box,
#editView .cmshtml .sec_bnr {
  padding: 1rem 0.25rem 0.25rem;
}
#editView .cmshtml #navigation .h_li {
  padding-top: 35px;
}
#editView .cmshtml .catch_txt,
#editView .cmshtml .h_li,
#editView .cmshtml .li_txt,
#editView .cmshtml .txt,
#editView .cmshtml .bt_line .date,
#editView .cmshtml .twin_box .twin_tit,
#editView .cmshtml .twin_txt,
#editView .cmshtml .f_address,
#editView .cmshtml .telfax,
#editView .cmshtml .copyright,
#editView .cmshtml .step_num,
#editView .cmshtml .step_txt, 
#editView .cmshtml .sec_tit,
#editView .cmshtml .sns_ico,
#editView .cmshtml .logo .justimg,
#editView .cmshtml .f_logo {
  padding: 20px;
}
#editView .cmshtml .logo, #editView .cmshtml .f_logo {
  max-width: none;
}
#editView .cmshtml .li_txt a:after {
  display: none;
}
#editView .cmshtml #page-top {
  display: none !important;
}
/*==================================
TOP
==================================*/
/* header */
#editView .cmshtml #header {
  background: #ccc;
  display: block;
  position: relative !important;
  padding-top: 40px;
  z-index: auto;
}
#editView .cmshtml .logo {
  margin-bottom: 30px;
}
#editView .cmshtml #navbar {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  box-shadow: none;
  max-width: none;
    width: auto;
}

#editView .cmshtml #navbar:before,
#editView .tel_tab:before {
    display: none;
}

#editView .cmshtml #navigation {
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
#editView .cmshtml .stepbox > div:not(:last-child) .step_num:after {
  display: none;
}
#editView .cmshtml .stepbox > div:not(:last-child):after {
  border: none;
  border-top: none;
}
#editView .cmshtml .h_li a,
#editView .cmshtml .li_txt a {
  padding: 0;
}
#editView .cmshtml .nav_drop {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1px;
  transform: none;
  z-index: auto;
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
}
#editView .cmshtml .drop_li {
  padding: 20px;
}
#editView .cmshtml .drop_li a {
  padding: 0;
}
#editView .cmshtml #navigation .tel_tab {
    margin: 0;
    padding-left: 30px;
}


/* mv */
#editView .cmshtml #mainvisual {
    height: auto;
    max-height: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    
}
#editView .cmshtml .mv_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
    overflow: visible;
    background: none;
}
#editView .cmshtml .sp-slides,
#editView .cmshtml #slide_wrap {
  max-height: 800px;
  overflow: auto;
  overflow-x: visible;
}
#editView .cmshtml .sp-slide {
  position: relative !important;
}
#editView .cmshtml .sp-slide img {
  opacity: 1;
}

#editView .cmshtml #slide_wrap01,
#editView .cmshtml #slide_wrap02,
#editView .cmshtml #slide_wrap03 {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
      max-height: 800px;
  overflow: auto;
  overflow-x: visible;
    padding: 20px;
    background: #333;
}





#editView .cmshtml .catchcopy {
  background: #333;
    width: 100%;
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  height: auto;
  transform: none;
  padding: 20px;
  display: block;
}

#editView .cmshtml .mv_slide div {
    width: auto;
    height: auto;
}
#editView .cmshtml #slide_wrap02 .slide_item img {
    width: 100%;
    height: auto;;
}
/* contents */
#editView .cmshtml .mv_wrap:after,
#editView .cmshtml .sec_info:before,
#editView .cmshtml .sec_service:before,
#editView .cmshtml .sec_service:after,
#editView .cmshtml .sec_bnr:before {
    display: none;
}
#editView .cmshtml #slide_wrap02,
#editView .cmshtml #slide_wrap02 .slide_item img,
#editView .cmshtml .link_txt,
#editView .cmshtml .link_txt .intxt {
    transform: none;
}

#editView .cmshtml .ser_div,
#editView .cmshtml .sec_about {
    background: #999;
}
#editView .cmshtml .ser_div {
    overflow: visible;
}
#editView .cmshtml .sec_img {
    opacity: 1!important;
    z-index: auto;
    text-align: center;
}
#editView .cmshtml .ser_div .sec_img img {
    transform: scale(1)!important;
}
#editView .cmshtml .ser_div .inbox {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    left: auto;
    top: auto;
    z-index: auto;
    text-align: center;
}

#editView .cmshtml .scnews {
  max-height: 1000px;
}

#editView .cmshtml .news_div .date {
    max-width: none;
}
#editView .cmshtml .news_div .txt {
    margin: 0;
}

#editView .cmshtml .pro_div {
    display: block;
}
#editView .cmshtml .box_tit {
    width: auto;
}


#editView .cmshtml .inwrap_service {
  border: 1px solid #f00;
}
#editView .cmshtml .inwrap_service:before {
  display: block;
  content: "リンクを指定する場合は\Aブロック名「項目エリア」を選択。\A右メニューの最下層 オプション設定「ブロックリンク」から指定を行ってください。";
  color: #f00;
  font-size: 12px;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  white-space: break-spaces;
}


#editView .cmshtml .sec_product {
  position: relative;
  border: 1px solid #f00;
}
#editView .cmshtml .sec_product:before {
      content: "※製品紹介（エリア）の背景画像は右メニューエリア・ブロックの装飾「背景色(background-color)」から選択してください。";
  display: block;
  text-align: center;
  padding: 10px;
  color: #f00;
  position: relative;
  white-space: break-spaces;
}
#editView .cmshtml .inwrap_products > div {
    width: 33.333%;
}
#editView .cmshtml .inwrap_service > div {
    width: 25%;
}
#editView .cmshtml .pro_div > * {
    padding: 0;
}
/*==================================
汎用ページ
==================================*/
/* title */
#editView .cmshtml #title_wrap {
    background: #666;
    padding: 20px;
}
#editView .cmshtml #title_wrap > * {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#editView .cmshtml #title_wrap .inwrap {
  position: relative;
  z-index: auto;
    padding: 20px;
}
#editView .cmshtml #title_wrap .bg_image img {
  opacity: 1;
}

#editView .cmshtml .page_title {
  max-width: none;
}
#editView .cmshtml .ico_title > div:first-child {
  max-width: 200px;
  min-width: 1px;
}
#editView .cmshtml [class*="link_btn"],
#editView .cmshtml .link_about,
#editView .cmshtml .link_pro {
  border: 1px solid #f00;
    padding:10px;
}
#editView .cmshtml [class*="link_btn"]:before,
#editView .cmshtml .link_about:before,
#editView .cmshtml .link_pro:before {
    background: #fff;
    font-weight: 400;
  display: block;
  content: "このブロックはリンクボタンです。\A装飾が付いていない場合はテキスト編集でリンクを指定してください。";
  color: #f00;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.3;
  width: 100%;
    text-align: left;
  white-space: break-spaces;
}
/* contents */
#editView .cmshtml .subpage_contents > * {
  opacity: 1;
  transform: none;
}
#editView .cmshtml .p_link {
  margin: 20px;
}
#editView.showAreaName .cmshtml .qa_q.rdareaWrapper,
#editView.showAreaName .cmshtml .qa_a.rdareaWrapper,
#editView.showAreaFrame .cmshtml .rdareaWrapper.qa_q,
#editView .cmshtml .qa_q,
#editView.showAreaFrame .cmshtml .rdareaWrapper.qa_a,
#editView .cmshtml .qa_a {
  padding-left: 55px !important;
}
#editView .cmshtml .qa_q > div:before,
#editView .cmshtml .qa_a > div:before {
  display: none;
}
#editView .cmshtml .wrap_sp2div,
#editView .cmshtml .wrap_sp4div {
  position: relative;
  border: 1px solid #f00;
}
#editView .cmshtml .wrap_sp2div:before,
#editView .cmshtml .wrap_sp4div:before {
  display: block;
  text-align: center;
  padding: 10px;
  color: #f00;
  position: relative;
  width: 100%;
  white-space: break-spaces;
}
#editView .cmshtml .wrap_sp2div:before {
  content: "追加ブロッククラス「wrap_sp2div」が付与されています。スマホ時は横2列に並びます。";
}
#editView .cmshtml .wrap_sp4div:before {
  content: "追加ブロッククラス「wrap_sp4div」が付与されています。スマホ時は横4列に並びます。";
}
#editView .cmshtml .list01_inwrap,
#editView .cmshtml .list02_inwrap {
  position: relative;
  border: 1px solid #f00;
  padding: 0;
}
#editView .cmshtml .list01_inwrap:before,
#editView .cmshtml .list02_inwrap:before {
  content: "このエリアの中には、ユーザーブロック「リスト（テキスト）」のみ設置してください。";
  display: block;
  text-align: center;
  padding: 10px;
  color: #f00;
  position: relative;
  white-space: break-spaces;
}
#editView .cmshtml .list01_inwrap li,
#editView .cmshtml .list02_inwrap li {
  display: block;
}
#editView .cmshtml .list01_inwrap li,
#editView .cmshtml .list02_inwrap li,
#editView .cmshtml .mark_txt {
  padding: 20px;
}
#editView .cmshtml .link_2bnr,
#editView .cmshtml .bnr_2div {
  padding: 20px 0 !important;
}
#editView .cmshtml .link_2bnr {
  border: 1px solid #f00;
}
#editView .cmshtml .link_2bnr:before {
  display: block;
  content: "リンクを指定する場合は\Aブロック名「項目エリア」を選択。\A右のオプション設定「ブロックリンク」から指定を行ってください。";
  color: #f00;
  font-size: 12px;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  white-space: break-spaces;
}
#editView .cmshtml .img_txt > div:first-child {
  width: 40%;
}
#editView .cmshtml .img_txt > div:nth-child(2) {
  width: 60%;
}
#editView .cmshtml .img_txt.img_txt02 > div:first-child {
  width: 60%;
}
#editView .cmshtml .img_txt.img_txt02 > div:nth-child(2) {
  width: 40%;
}

#editView .cmshtml .img_div {
  z-index: auto;
  width: auto;
}
#editView .cmshtml .txt_div {
  z-index: auto;
  width: auto;
  transform: none;
}
#editView .cmshtml .mark_btn .link_btn01 {
  padding: 20px;
}
#editView .cmshtml .bt_line > div {
  padding: 0;
    overflow: visible;
}
#editView .cmshtml .img_blackMask img,
#editView .cmshtml .img_blackMask > div:hover img {
  opacity: 1;
    transform: none;
}
#editView .cmshtml .img_blackMask .mask_txt {
    color: #FFF;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    display: block;
    pointer-events: auto;
}
#editView .cmshtml .img_blackMask > div {
    overflow: visible;
}
#editView .cmshtml .accordion_blk, #editView .cmshtml .acco_box {
  padding: 1rem 0.25rem 0.25rem;
}
#editView .cmshtml .acco_box:before {
  display: none;
}
#editView .cmshtml .acco_box {
  overflow: visible;
  border-radius: 0;
}
#editView .cmshtml .hide_area {
  display: block;
}
#editView .cmshtml .floor, #editView .cmshtml .floor_tab, #editView .cmshtml .floor_imgs, #editView .cmshtml .floor_box, #editView .cmshtml .floor_inwrap, #editView .cmshtml .in_imgs {
  padding: 1rem 0.25rem 0.25rem;
}
#editView .cmshtml .floor_box {
  display: block !important;
}
#editView .cmshtml .floor_tab > div, #editView .cmshtml .in_imgs > div {
  width: 33.3333%;
}
@media screen and (max-width: 680px) {
  #editView .cmshtml .floor_tab > div {
    width: 33.333%;
  }
  #editView .cmshtml .in_imgs > div {
    width: 50%;
  }
}

/*==================================
レスポンシブ対応
==================================*/
@media screen and (min-width: 1001px) {
  #editView .cmshtml .vrl:before {
    white-space: break-spaces;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: "vrt2"on;
  }
}
@media screen and (max-width: 1350px) {
  #editView .cmshtml #navigation {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  #editView .cmshtml .drawer-hamburger {
    position: relative;
    top: auto;
  }
  #editView .cmshtml .globalmenu {
    position: relative;
    top: auto;
    z-index: auto;
    overflow: visible;
    width: 100%;
    height: auto;
    border: 1px solid #ededed;
    padding: 10px;
  }
  #editView .cmshtml #navigation {
    height: auto;
    overflow: visible;
  }
  #editView .cmshtml #navigation > * {
    margin: 0;
  }
  #editView .cmshtml .catchcopy {
    width: 100%;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
  #editView .cmshtml #slide_wrap {
    max-width: none;
    width: 100%;
  }
  #editView .cmshtml .vrl:before {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
  #editView .cmshtml .vrl {
    padding: 20px;
  }
  #editView .cmshtml .vrl:before {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  #editView .cmshtml .img_txt > div:first-child,
  #editView .cmshtml .img_txt > div:nth-child(2) {
    width: 100%;
  }
  #editView .cmshtml .ico_title > div:first-child {
    max-width: 80px;
    min-width: 1px;
  }
  #editView .cmshtml .qa_q > div,
  #editView .cmshtml .qa_a > div {
    padding: 10px;
    max-width: calc(100% - 0px);
  }
}