@charset "utf-8";
/*リンク文字色*/
.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 .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;
}
/* ブログsp start*/
@media screen and (max-width: 680px) {
  .cmshtml #contents .rdRelatedArticles .rdRelatedArticles-item {
    width: calc(50% - 10px);
  }
}
/* ブログsp end*/
.cmshtml #contents .rdcontact_main > form {
  max-width: 800px;
  padding: 20px;
  background: #f0f6ff;
  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;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_back:hover, .cmshtml .rdcontact_btn_area .rdcontact_btn_back:focus {
  background: #d5d5da;
  cursor: pointer;
  color: #fff;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
  border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover, .cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
  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"]:nth-child(3) {
    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: -20px;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .rdanchor a {
    margin-top: -20px;
    padding-top: 20px;
  }
}
@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"]:nth-child(3) {
    width: 60px;
  }
}
/*----------------------------------------------------------------------------------------------------*/
#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 .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-up, #editView .cmshtml .load-fade {
  opacity: 1 !important;
  transform: none;
  overflow: visible;
}
#editView .cmshtml .link_btn02, #editView .cmshtml .link_btn03, #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 .sp_only, #editView .cmshtml .pc_only {
  border: 1px solid #f00;
}
#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;
}
#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;
}
#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 #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.showAreaName .cmshtml .flink_group.rdareaWrapper:before, #editView.showAreaFrame .cmshtml .flink_group.rdareaWrapper:before {
  display: none;
}
#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 #page-top {
  display: none !important;
}
#editView .cmshtml .drop-menu, #editView .cmshtml .li_txt, #editView .cmshtml .pro_box, #editView .cmshtml .sec_products .inwrap, #editView .cmshtml .stepbox, #editView .cmshtml .step_div {
  padding: 1rem 0.25rem 0.25rem;
}
#editView .cmshtml #navigation .h_li {
  padding: 2rem 0.25rem 0.5rem;
}
#editView .cmshtml #navbar {
  background: #fff;
  padding: 0 10px 10px;
  border: 1px solid red;
}
#editView .cmshtml #navbar:before {
  display: block;
  white-space: break-spaces;
  color: #f00;
  font-size: 12px;
  padding: 10px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
#editView .cmshtml .sec_products .inwrap {
  background: #fff;
  padding: 10px;
  border: 1px solid red;
}
#editView .cmshtml #navbar:before {
  content: "「ヘッダーナビ」でリンクを指定する場合は\Aブロック名「ナビエリア」「ナビメニュー（エリア）」を選択。\A画面右下のオプション設定「ブロックリンク」から指定を行ってください。\A\A※「メニュー」は通常のテキスト編集によるリンク指定で大丈夫です。";
}
#editView .cmshtml .sec_products .inwrap:before {
  background: none;
  content: "「横5列バナー（エリア）」でリンクを指定する場合は\Aブロック名「項目エリア」を選択。\A画面右下のオプション設定「ブロックリンク」から指定を行ってください。";
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  white-space: break-spaces;
  padding: 10px;
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
  bottom: auto;
  z-index: auto;
  transition: 0s;
}
/*-----------------------------------------*/
#editView .cmshtml #loader, #editView .cmshtml #loader > div {
  transition: all 0.1s !important;
}
#editView .cmshtml #loader > div:after {
  transition: all 0s !important;
}
#editView .cmshtml #loader {
  position: relative;
  z-index: auto;
  width: auto;
  height: auto;
  display: block;
  top: auto;
  left: auto;
  margin-top: 30px;
}
#editView .cmshtml #loader .justimg {
  padding: 20px;
}
#editView .cmshtml #header {
  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;
}
#editView .cmshtml #navigation {
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
#editView .cmshtml .drawer-nav {
  position: relative;
  background: #0d3753;
}
#editView .cmshtml #navigation > * {
  padding: 0;
  transform: none;
}
#editView .cmshtml #navigation .li_contact:before {
  display: none;
}
#editView .cmshtml #navigation > *:nth-last-of-type(2) {
  border-right: none;
}
#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 .sec_tit02 {
  padding: 20px;
}
#editView .cmshtml .h_li a, #editView .cmshtml .li_txt a {
  padding: 0;
}
#editView .cmshtml #navigation .primary, #editView .cmshtml #navigation .secondary {
  padding: 20px;
}
#editView .cmshtml #navigation .primary, #editView .cmshtml #navigation .secondary, #editView .cmshtml #navigation .nav_drop {
  transform: none;
}
#editView .cmshtml #navigation .drop-menu:hover {
  background: none;
}
#editView .cmshtml #navigation .h_li:hover {
  background: #0d3753;
  color: #fff;
}
#editView .cmshtml #navigation .h_li.li_contact:hover {
  background: #000;
  color: #fff;
}
#editView .cmshtml #navigation .h_li:hover .primary, #editView .cmshtml #navigation .h_li:hover .primary a, #editView .cmshtml #navigation .h_li:hover .secondary, #editView .cmshtml #navigation .h_li:hover .secondary a, #editView .cmshtml #navigation .drop-menu:hover .primary, #editView .cmshtml #navigation .drop-menu:hover .primary a, #editView .cmshtml #navigation .drop-menu:hover .secondary, #editView .cmshtml #navigation .drop-menu:hover .secondary a {
  color: #fff;
}
#editView .cmshtml .nav_drop {
  background: rgba(0, 0, 0, 1);
  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;
  border: none;
}
#editView .cmshtml #navigation .li_contact {
  transform: none;
}
#editView .cmshtml .mv_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#editView .cmshtml #slide_wrap, #editView .cmshtml .sp-slides {
  max-height: 800px;
  overflow: auto;
  overflow-x: visible;
  margin-left: auto;
  width: 100%;
}
#editView .cmshtml .sp-slide {
  position: relative !important;
}
#editView .cmshtml .sp-slide img {
  opacity: 1;
}
#editView .cmshtml .mv_scroll {
  display: none;
}
#editView .cmshtml .catchcopy {
  padding: 20px;
  min-width: 1px;
  width: 100%;
  transform: none;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  z-index: auto;
  margin: 20px auto;
}
#editView .cmshtml .catch_txt:before {
  display: none;
}
#editView .cmshtml .catch_txt {
  padding: 20px;
}
#editView .cmshtml .sec_about {
  align-items: flex-start;
}
#editView .cmshtml .sec_products {
  padding: 60px 2%;
}
#editView .cmshtml .pro_img {
  min-height: 1px;
  max-height: none;
  z-index: auto;
  transform: none;
  overflow: visible;
}
#editView .cmshtml .pro_img .in_img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: none;
}
#editView .cmshtml .pro_img img {
  transform: none;
}
#editView .cmshtml .pro_txt {
  background: #000;
  width: auto;
  height: auto;
  padding: 20px;
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
}
#editView .cmshtml .pro_box:hover .pro_img {
  transform: none;
}
#editView .cmshtml .sec_products .inwrap > div {
  width: 20%;
}
#editView .cmshtml .sec_facility .imgbox {
  z-index: auto;
}
#editView .cmshtml .sec_facility .imgbox:before, #editView .cmshtml .sec_facility .imgbox:after {
  display: none;
}
#editView .cmshtml .sec_info {
  align-items: flex-start;
}
#editView .cmshtml .sec_info .sec_tit {
  padding: 20px;
}
#editView .cmshtml .slide-in {
  overflow: visible;
}
#editView .cmshtml .leftAnime {
  opacity: 1;
}
#editView .cmshtml .slide-in_inner {
  display: block;
}
#editView .cmshtml .scnews {
  max-height: 1000px;
}
#editView .cmshtml .scnews .news_div {
  opacity: 1;
  padding: 20px 2%;
}
#editView .cmshtml .news_div .date {
  min-width: 120px;
  max-width: 120px;
}
#editView .cmshtml .sec_recruit .inwrap {
  max-width: none;
  padding: 20px 4%;
  z-index: auto;
}
#editView .cmshtml .f_about * + * {
  margin-top: auto;
}
#editView .cmshtml .flink_group:before {
  top: 33px;
}
#editView .cmshtml #footer .inwrap > div:first-child {
  padding: 20px;
}
#editView .cmshtml #footer .inwrap > div:nth-child(2) {
  padding: 100px 20px;
}
#editView .cmshtml #footer .inwrap > div:first-child:before {
  display: none;
}
#editView .cmshtml .flink {
  padding: 0 20px;
  align-items: flex-start;
}
#editView .cmshtml .ico_img {
  background: none;
  padding: 20px;
  margin-left: auto;
}
#editView .cmshtml .f_li {
  margin-bottom: 0;
  padding: 20px;
}
/*-----------------------------------------*/
#editView .cmshtml #title_wrap {
  padding: 70px 2%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
}
#editView .cmshtml #title_wrap > div:first-child {
  width: 71%;
}
#editView .cmshtml #title_wrap > div:nth-child(2) {
  width: 29%;
}
#editView .cmshtml #title_wrap .inwrap {
  position: relative;
  z-index: auto;
  padding: 10px;
  display: block;
  top: auto;
  left: auto;
}
#editView .cmshtml .page_title {
  padding: 20px;
}
#editView .cmshtml #title_wrap .bg_image {
  padding-left: 0%;
}
#editView .cmshtml .page_title {
  max-width: none;
}
#editView .cmshtml .step_num {
  max-width: 150px;
}
#editView .cmshtml .step_txt:before {
  display: none;
}
#editView .cmshtml .ico_title > div:first-child {
  max-width: 200px;
  min-width: 1px;
}
#editView .cmshtml .p_link {
  margin-top: 20px;
  margin-bottom: 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右のオプション設定「ブロックリンク」から指定を行ってください。";
  white-space: break-spaces;
  color: #f00;
  font-size: 12px;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}
#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;
}
@media screen and (min-width: 1001x) {
  #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 #navigation .h_li {
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  #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 #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;
  }
  #editView .cmshtml .sec_products .inwrap > div {
    width: 50%;
  }
  #editView .cmshtml #title_wrap {
    padding: 0px 2%;
    display: block;
  }
  #editView .cmshtml #title_wrap > div:first-child, #editView .cmshtml #title_wrap > div:nth-child(2) {
    width: 100%;
  }
  #editView .cmshtml #title_wrap .inwrap {
    text-align: center;
  }
  #editView .cmshtml #footer .inwrap div.f_about {
    display: block;
    text-align: center;
  }
  #editView .cmshtml #footer .f_about > div {
    width: auto;
  }
  #editView .cmshtml .f_about .f_logo {
    max-width: none;
    margin: 0 auto;
  }
  #editView .cmshtml #footer .inwrap > div:nth-child(2) {
    padding: 20px;
  }
  #editView .cmshtml .ico_img {
    max-width: none;
  }
}
@media screen and (max-width: 680px) {
  #editView .cmshtml .scnews .news_div {
    flex-flow: wrap;
  }
  #editView .cmshtml #footer .f_about > div:first-child {
    max-width: none;
  }
  #editView .cmshtml .flink_wrap > div {
    padding: 0;
  }
  #editView .cmshtml .flink {
    padding: 0;
  }
  #editView .cmshtml .flink_group .f_li02 {
    margin-right: auto;
  }
  #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);
  }
}