@charset "utf-8";
/*------------------ ブログ装飾 start ------------------*/
/* ■ブログサイト内検索 */
.cmshtml #contents .rdBlogSearch .rdBlogSearch-btn {
  background-color: #044b80;
}
.cmshtml #contents .rdBlogSearch .rdBlogSearch-btn:hover {
  background-color: #1e3fd9;
}
/* ■ブログカレンダー */
.cmshtml #contents .rdCalendar .rdCalendarTable-link {
  background: #044b80;
}
.cmshtml #contents .rdCalendar .rdCalendarTable-link:hover {
  background: #1e3fd9;
}
/* ■ブログ月別アーカイブ */
.cmshtml #contents .rdMonthlyArchive .rdMonthlyArchive-item:before {
  border: 2px solid #044b80;
}
/* ■ブログカテゴリー一覧 */
.cmshtml #contents .rdCategorylist .rdCategorylist-link:after {
  border-color: transparent transparent transparent #044b80;
}
.cmshtml #contents .rdCategorylist .rdCategorylist-link:hover {
  background: #d8ebf7;
  color: #1e3fd9;
}
/* ■ブログタグ一覧 */
.cmshtml #contents .rdTaglist .rdTaglist-link, .cmshtml #contents .rdTaglist .rdTaglist-link:after, .cmshtml #contents .rdTaglist .rdTaglist-link:before {
  background: #d8ebf7;
}
.cmshtml #contents .rdTaglist .rdTaglist-link:hover, .cmshtml #contents .rdTaglist .rdTaglist-link:hover:after, .cmshtml #contents .rdTaglist .rdTaglist-link:hover:before {
  background: #044b80;
  color: #fff;
}
/* ■ブログ 次へ戻るボタン */
.cmshtml #contents .rdpagination .rdpagenationBeforeLink, .cmshtml #contents .rdpagination .rdpagenationAfterLink {
  text-decoration: none;
}
.cmshtml #contents .rdpagination .rdpagenationLinkActive, .cmshtml #contents .rdpagination .rdpagenationLink:hover {
  background: #044b80;
  color: #fff;
}
/* ■ブログ タイトルh3 */
.cmshtml #contents .rdarticleTitle h3 {
  border-bottom: 4px solid #044b80;
}
/* ■ブログ一覧ページ タグ */
.cmshtml #contents .rdListShort .rdListItem .ItemrdListTagListItem {
  border: 1px solid #044b80;
  background: #044b80;
}
/* ■ブログ関連記事 */
/* カテゴリー */
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-catlist .rdRelatedArticles-catlink {
  background: #d8ebf7;
  color: #054D3E;
}
.cmshtml #contents .rdRelatedArticles .rdRelatedArticles-catlist .rdRelatedArticles-catlink:hover {
  background: #044b80;
  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: #d8ebf7;
}
.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: #044b80;
  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: #044b80;
  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 .rdCategorylist .rdCategorylist-link: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;
}
/* ブログデフォルト（アイコン非表示） 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;
}*/
.cmshtml #contents .rdListShort .rdListItem .rdListTitle {
    margin-top: 42px;
}
/* ブログsp start*/
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdRelatedArticles .rdRelatedArticles-item {
    width: calc(50% - 10px);
  }
}
/* ブログsp end*/
.cmshtml .contact-date-inline .contact_required {
  max-width: 100px;
  margin-right: 10px;
}
.cmshtml .contact-date-year-label {
  display: inline-block;
  padding-right: 30px;
}
.cmshtml #contents .rdcontact_main > form {
  max-width: 800px;
  padding: 20px;
  background: #f3f1f0;
  margin: 0 auto;
}
.cmshtml #contents .contact_item_table {
  padding: 20px;
  background: #fff;
}
.cmshtml #contents .rdcontact_btn_area {
  margin-top: 20px;
}
#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;
  }
}
@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 .contact_item_table {
  border: 1px solid #ededed;
}
.cmshtml .contact_item_title {
  font-weight: 700;
  padding: 10px 10px 10px !important;
  border-bottom: 1px solid #ededed;
}
.cmshtml .contact_item_input, .cmshtml .contact_item_inside_input, .cmshtml .contact_item_file_box {
  border-bottom: 1px solid #ededed;
  padding: 10px 20px !important;
}
.cmshtml .contact_item_inside_input, .cmshtml .contact_item_inside_title.contact_inp_title_address2 {
  border: none !important;
}
.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_title:not(:first-child) {
  margin-top: auto !important;
}
@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;
  }
}
.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: #1e3fd9;
  box-shadow: 0 0 6px rgba(198, 34, 25, 0) !important;
  cursor: pointer;
  color: #fff;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
  background: #044b80 !important;
  border: 1px solid #044b80 !important;
  border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover, .cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
  background: #1e3fd9 !important;
  box-shadow: 0 0 6px rgba(198, 34, 25, 0) !important;
  cursor: pointer;
}
.cmshtml .contact_item_table + div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .contact_item_table + div > * {
  margin-top: 15px
}
@media screen and (max-width: 500px) {
  .cmshtml #contents .contact_item_table input[type="file"] {
    font-size: 11px;
  }
  .cmshtml .contact_item_input, .cmshtml .contact_item_inside_input, .cmshtml .contact_item_file_box {
    padding: 10px !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"] {
    width: 65px;
  }
}
.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: -80px;
    padding-top: 80px;
  }
}
@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;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdcontact_main > form {
    padding: 10px;
  }
  .cmshtml #contents .contact_item_table {
    padding: 10px;
  }
  .cmshtml #contents .rdcontact_btn_area {
    margin-top: 10px;
  }
}
@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;
  }
}
@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-date-inline .contact_required {
    max-width: 150px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .cmshtml .contact-date-year-label {
    padding-right: 0;
  }
}
/*----------------------------------------------------------------------------------------------------*/
#editView .rdareaItem:hover {
  z-index: 901 !important;
}
#editView .cmshtml .rdareaWrapper {
  padding: 1rem 0.25rem 0.25rem;
}


#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 .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 .cmshtml img {
  max-width: 100%;
  height: auto;
}
#editView .cmshtml .fade-in {
  transform: none;
  opacity: 1;
}
#editView .cmshtml .fade-up, #editView .cmshtml .load-fade {
  opacity: 1 !important;
  transform: none;
  overflow: visible;
}
#editView .cmshtml .page_title02, #editView .cmshtml .link_txt, #editView .cmshtml .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%;
  font-size: 10px;
  font-weight: 600;
  white-space: break-spaces;
  color: #f00;
    padding: 0;
}
#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 {
  padding-top: 30px !important;
}
#editView .cmshtml .globalmenu {
  display: block;
  margin: auto;
  z-index: auto;
}
#editView .cmshtml .sub_navi {
  border-radius: 0;
  position: relative;
  top: auto;
  right: auto;
  z-index: auto;
  overflow: visible;
}
#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 .inwrap, #editView .cmshtml .sec_business, #editView .cmshtml .faqbox, #editView .cmshtml .faq, #editView .cmshtml .sec_bnr, #editView .cmshtml .bt_box, #editView .cmshtml .bt_line, #editView .cmshtml .item_box, #editView .cmshtml .box_l {
  padding: 1rem 0.25rem 0.25rem;
}
#editView .cmshtml #navigation .h_li {
  padding-top: 35px;
}
/*-----------------------------------------*/
#editView .cmshtml #header {
  background: #ccc;
  display: block;
  position: relative !important;
  padding: 0;
  left: auto;
  top: auto;
  z-index: auto;
  margin-bottom: 30px;
  padding-top: 30px;
}
#editView .cmshtml .logo {
  padding: 0;
  max-width: none;
}
#editView .cmshtml .logo .justimg {
  padding: 20px;
}
#editView .cmshtml #navbar {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  box-shadow: none;
}
#editView .cmshtml #navigation {
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  margin: auto;
  padding: 0;
    max-width: none;
}
#editView .cmshtml .logo .justimg, #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 {
  padding: 20px;
}
#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%;
  padding: 1rem 0.25rem 0.25rem;
  min-width: 1px;
  transform: none;
  z-index: auto;
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
}
#editView .cmshtml .drop_li {
    min-height: 50px;
    min-width: 85px;
    padding: 10px;
}
#editView .cmshtml .drop_li a {
  padding: 0;
}
#editView .cmshtml .mv_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#editView .cmshtml .sp-slides, #editView .cmshtml #slide_wrap {
  max-height: 800px;
  overflow: auto;
  overflow-x: visible;
}
#editView .cmshtml #slide_wrap div {
  height: auto;
  width: auto;
}
#editView .cmshtml .sp-slide {
  position: relative !important;
}
#editView .cmshtml .sp-slide img {
  opacity: 1;
}
#editView .cmshtml .catchcopy {
  background: #333;
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  width: auto;
  height: auto;
  transform: none;
  padding: 20px;
  display: block;
  right: auto;
}
#editView .cmshtml .catchcopy02 {
  display: flex;
}
#editView .cmshtml .sec_info {
  max-width: none;
  justify-content: center;
}
#editView .cmshtml .info_tit {
  padding: 0;
}
#editView .cmshtml .info_date {
  margin: auto;
}
#editView .cmshtml .scnews {
  max-height: 1000px;
  padding: 0;
  margin: auto;
}
#editView .cmshtml .sec_about {
  display: flex;
  flex-flow: row wrap;
}
#editView .cmshtml .sec_about > div:nth-child(2) {
  width: 53%;
}
#editView .cmshtml .box_l {
    display: block;
}
#editView .cmshtml .sec_concept .inwrap {
    width: auto;
}

#editView .cmshtml .sec_concept {
    padding-top: 0;
}

#editView .cmshtml .sec_service .inwrap > div {
  width: 33.333%;
}
#editView .cmshtml .sec_business, #editView .cmshtml .sec_bnr {
  width: auto;
  max-width: none;
}
#editView .cmshtml .sec_business .inwrap > div, #editView .cmshtml .sec_bnr > div {
  width: 25%;
  max-width: none;
}
#editView .cmshtml .sec_bnr {
  border: 1px solid #f00;
}
#editView .cmshtml .sec_bnr:before {
  display: block;
  content: "リンクを指定する場合は\Aブロック名「項目エリア」を選択。\A右のオプション設定「ブロックリンク」から指定を行ってください。";
  color: #f00;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  white-space: break-spaces;
}
#editView .cmshtml .bt_line > div {
  padding: 0;
}
#editView .cmshtml .flink {
    padding-top: 10px;
}
#editView .cmshtml .f_li01 {
  margin-right: 10px;
}
#editView .cmshtml .link_li a {
  padding: 0;
}
#editView .cmshtml #title_wrap {
  padding: 70px 2%;
  background: #666;
}
#editView .cmshtml #title_wrap > * {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#editView .cmshtml #title_wrap .inwrap {
  position: relative;
  z-index: auto;
  padding: 10px;
}
#editView .cmshtml .page_title {
  max-width: none;
}
#editView .cmshtml .ico_title > div:first-child {
  max-width: 200px;
  min-width: 1px;
}
#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列に並びます。";
content: "";
}
#editView .cmshtml .wrap_sp4div:before {
  content: "追加ブロッククラス「wrap_sp4div」が付与されています。スマホ時は横4列に並びます。";
content: "";
}
#editView .cmshtml #page-top {
  display: none !important;
}
#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右のオプション設定「ブロックリンク」から指定を行ってください。";
  white-space: pre;
  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_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;
}
@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;
  }
    #editView .cmshtml .sub_navi {
    justify-content: flex-end;
        padding-left: 30px;
    padding-right: 30px;
}
}
@media screen and (max-width: 1350px) {
  #editView .cmshtml #navigation {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  #editView .cmshtml .sec_about {
    padding: 40px 0;
  }
  #editView .cmshtml .sec_info > div:first-child, #editView .cmshtml .sec_info > div:nth-child(2) {
    max-width: none;
  }
  #editView .cmshtml .sec_business .inwrap > div, #editView .cmshtml .sec_bnr > div {
    width: 50%;
  }
  #editView .cmshtml .sec_about > div:first-child, #editView .cmshtml .sec_about > div:nth-child(2) {
    width: 100%;
  }
  #editView .cmshtml .sec_concept .inwrap, #editView .cmshtml .sec_service .inwrap > div {
    max-width: none;
    width: 100%;
  }
  #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 .catchcopy02 {
    display: block;
  }
  #editView .cmshtml .sec_business .inwrap > div, #editView .cmshtml .sec_bnr > div {
    width: 100%;
  }
  #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);
  }
}