@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz");

/* 20220117 T */
body {
  position: relative;
}

/* 20220201 for makeshop api form */
/* 20221025 classname changed*/
.orderTable tr:not(tr.sender_display_tr) {
  display: none;
}

.sender_form_submit_input {
  display: none !important;
}

/* 20220131 for makeshop */
.makeshop_span:before,
.makeshop_span2:before {
  display: none;
}

.makeshop_li .makeshop_span {
  padding-left: 0px !important;
  width: 90%;
}

.makeshop_li label * {
  float: none !important;
  display: inline-block;
  padding: 5px;
}

.makeshop_li label {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 46%;
  margin: 1%;
}

.makeshop_span2 {
  display: inline !important;
  padding-left: 0 !important;
  width: 1em !important;
  margin: 5px;
}

/*20211216 for edit*/
.title,
.part {
  min-height: 60px;
  position: relative;
}

.wf_translate_y_minus_btn {
  width: 20px !important;
  position: absolute;
  top: 5px !important;
  right: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  margin: auto !important;
}

.wf_translate_y_plus_btn {
  width: 20px !important;
  position: absolute;
  top: auto !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 5px !important;
  margin: auto !important;
}

/* 20220127 */
.wf_translate_y_reset_btn {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 5px !important;
  left: 70px !important;
  right: auto !important;
  bottom: auto !important;
  margin: auto !important;
  border: 1px solid #ccc !important;
  background: #ffffff;
  padding: 2px;
}

/* 20220125 */
.wf_align_left_btn,
.wf_align_center_btn,
.wf_align_right_btn {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 5px !important;
  right: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  margin: auto !important;
  border: 1px solid #ccc !important;
  background: #ffffff;
  padding: 2px;
}

.contents_guide_line.guide_line {
  background: url(../images/guide_line_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 800px 10px;
}

/* 20220128 */

.edit_body .contents_guide_line .youtube_btn img {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* 20220128 */

.part.wf_left .wf_align_left_btn,
.title.wf_left .wf_align_left_btn {
  background: #aee9ff;
}

.part.wf_center .wf_align_center_btn,
.title.wf_center .wf_align_center_btn {
  background: #aee9ff;
}

.part.wf_right .wf_align_right_btn,
.title.wf_right .wf_align_right_btn {
  background: #aee9ff;
}

.wf_align_left_btn {
  left: 10px !important;
  right: auto !important;
}

.wf_align_center_btn {
  left: 30px !important;
  right: auto !important;
}

.wf_align_right_btn {
  left: 50px !important;
  right: auto !important;
}

.wf_align_left_btn:hover,
.wf_align_center_btn:hover,
.wf_align_right_btn:hover {
  opacity: 0.8;
}

/* 20220126 */
.wf_translate_y_minus_btn,
.wf_translate_y_plus_btn {
  height: 20px !important;
  background: #fff;
  border-radius: 0px;
  padding: 3px;
  border: 1px solid #ccc !important;
}

.wf_translate_y_minus_btn:hover,
.wf_translate_y_plus_btn:hover,
.wf_translate_y_reset_btn:hover {
  opacity: 0.8;
}

.img_span img {
  min-height: 60px;
}

.title:empty:before,
.part:empty:before {
  content: "クリックして内容を入れてください";
  color: #ccc;
  position: relative;
}

.title:blank:before,
.part:blank:before {
  content: "クリックして内容を入れてください";
  color: #ccc;
  position: relative;
}

.text_blank:before {
  content: "クリックして内容を入れてください";
  color: #ccc;
  position: relative;
}

/*20211122 for user*/

.page_edit_header .edit_title,
.page_edit_footer .edit_title {
  display: none !important;
}

table.list th,
table.list td {
  padding: 15px;
  border-bottom: 1px solid #d0d0d0;
}

table.list th {
  width: 18%;
}

.wf_sethome_btn {
  display: none;
}

@media (min-width: 768px) {
  .wf_menu_list > li:hover .wf_sethome_btn {
    display: block;
    width: 100px;
    background: none;
    font-size: 11px;
    border: 1px solid #888;
    text-align: center;
    padding: 5px 0px;
    border-radius: 7px;
    float: right;
    display: block;
    cursor: pointer;
  }

  .wf_menu_list > li:hover .wf_sethome_btn:hover {
    background: #0085bc;
    color: #fff;
    border: 0;
  }
}

@media (max-width: 767px) {
  /***********v3 user***********/

  table.list.user_list th {
    width: 100%;
    display: block;
    clear: both;
    border-bottom: 0;
    padding: 10px 0 0 10px;
  }

  table.list.user_list td {
    padding: 0px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    display: block;
  }

  .page_edit .list.user_list li {
    box-sizing: border-box;
    font-size: 1.6em;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
  }

  /***********v3 user***********/

  .wf_sethome_btn span {
    display: none;
  }

  .wf_sethome_btn {
    display: block;
    width: 18px;
    border: none;
    padding: 0;
    height: 18px;
    float: right;
    margin: 5px 10px 0;
    background: url(../images/blog_page_edit_icon03.png) no-repeat 0 -18px;
  }

  .wf_sethome_btn:hover {
    content: "";
    background: url(../images/blog_page_edit_icon03.png) no-repeat 0 0;
  }
}

/*end of for user */

/*20210422 */
/*
.wf_entry_copy_btn{
	width: 30px;
  position: absolute;
  right: 10px;
}
.wf_menu_list .wf_entry_copy_btn{
	width: 30px;
  position: absolute;
  right: 50px;
}

@media (max-width: 767px) {
.wf_entry_copy_btn{
	width: 25px;
  position: absolute;
  right: 10px;
}	
}
*/
.wf_blog_cat_check_acc {
  border-bottom: 1px solid #666;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

.wf_blog_cat_check_acc:after {
  content: "...";
}

.wf_cmn_btn.wf_wide {
  max-width: 280px;
}

.wf_blog_cat_check_cell {
  display: inline-block;
  padding: 5px;
  width: auto;
}

.wf_select_plus_btn_wrap {
  /*width: 320px;*/
  background: #fff;
  padding: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-flex;
}

.wf_select_plus_btn_wrap select {
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  max-width: 230px;
}

.wf_select_plus_btn_wrap span {
  width: 100%;
  max-width: 100px;
  min-width: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 3px 20px 3px 20px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  color: #333 !important;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #d0d0d0;
}

.wf_rightbtn.wf_help_btn {
  /*20200131*/
  max-width: 100px;
  background: #0085bc;
  color: #fff !important;
}

.wf_facebook {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 320px;
  max-height: 160px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

.wf_menu_list a {
  max-width: 60%;
  display: block;
  float: left;
}

.kousin_title {
  position: relative;
  cursor: pointer;
}

.kousin_title::after {
  position: absolute;
  right: 25px;
  top: 18px;
}

.kousin_title_1:after {
  content: "▼";
}

.kousin_title_2:after {
  content: "▲";
}

h4.wf_title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 20px 8px 20px 20px;
  background: #e8e8e8;
  border: 1px solid #d0d0d0;
  border-radius: 2px 2px 0 0;
  position: relative;
}

h4.wf_title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.wf_update_information {
  width: 100%;
  height: 150px;
  max-height: 150px !important;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #fff;
}

.edit_control,
.menu_control {
  width: 100%;
  margin: 0px auto 0px;
  display: block;
  padding: 0 0 10px;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  box-sizing: border-box;
}

.edit_body {
  width: 100%;
  margin: 0px auto;
  display: block;
  padding: 10px 0 0;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  box-sizing: border-box;
}

.wf_cmn_raw_btn {
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

a.wf_cmn_raw_btn {
  color: #fff;
}

.wf_cmn_raw_btn:hover {
  opacity: 0.8;
}

.wf_cmn_raw_btn.wf_cmn_raw_btn_color1 {
  background: #ffa405;
}

.wf_cmn_raw_btn.wf_cmn_raw_btn_color2 {
  background: #4c8ffb;
}

.wf_cmn_raw_btn.widthfree {
  max-width: auto;
  width: auto;
}

.wf_cmn_raw_btn.circle {
  border-radius: 100%;
  width: calc(100vmin);
  height: calc(100vmin);
  max-width: 30px;
  max-height: 30px;
}

#css_edit_textarea {
  max-width: 1000px;
}

.menu_control .inner {
  max-width: 1000px;
  margin: 0px auto 0px;
}

.WebFlyer_header h1,
.WebFlyer_header h2,
.WebFlyer_header h3,
.WebFlyer_header h4,
.WebFlyer_header h5 {
  font-family: "AvenirNextCondensed-DemiBold", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W6";
  font-size: 3em;
  background: #111;
  color: #fff;
  padding-left: 10px;
}

/*.btn,.wf_btn{*/
.wf_btn {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.btn_small {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  cursor: pointer;
}

.inner_btn {
  width: 18px;
  height: 18px;
  float: right;
  margin: 5px 20px 0;
  background: url(../images/page_edit_icon02.png) no-repeat 0 0;
}

.inner_btn:hover {
  background: url(../images/page_edit_icon02.png) no-repeat 0 -18px;
}

.inner_btn.seo_btn_under {
  background: url(../images/page_edit_icon03.png) no-repeat 0 0;
}

.inner_btn.seo_btn_under:hover {
  background: url(../images/page_edit_icon03.png) no-repeat 0 -18px;
}

.blog_page_edit .inner_btn {
  margin: 5px 10px 0;
  background: url(../images/blog_page_edit_icon02.png) no-repeat 0 -18px;
}

.blog_page_edit .inner_btn:hover {
  background: url(../images/blog_page_edit_icon02.png) no-repeat 0 0;
}

.wf_content_plus_icon {
  text-align: center !important;
  padding: 10px 0px 10px 0px !important;
}

.wf_content_plus_icon img {
  height: 30px !important;
  cursor: pointer !important;
  display: inline !important;
}

.wf_content_close_icon {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  width: 25px !important;
  height: 25px !important;
  opacity: 0.2;
}

.wf_content_close_icon:hover {
  opacity: 1;
}

/*20211125- v3 edit*/
.wf_address_title:before {
  display: none;
}

.wf_address_title {
  font-size: 14px !important;
  background: none !important;
  padding: 5px !important;
  display: inline-block !important;
  width: 5em !important;
}

.wf_address_title:hover {
  color: #333 !important;
}

.wf_content_disable {
  position: absolute !important;
  right: 35px !important;
  top: 0px !important;
  width: 25px !important;
  height: 25px !important;
  opacity: 0.2;
}

/*
.wf_content_disable.wf_true{
    opacity: 0.6;
}
*/
.wf_content_disable:hover {
  opacity: 1;
}

.edit_body .wf_is_hidden {
  display: table-row !important;
}

.edit_body .wf_is_hidden th,
.edit_body .wf_is_hidden td {
  background-color: #aaa !important;
}

table.wf_sortable_table tr {
  position: relative;
}

table.wf_sortable_table {
  position: relative;
}

.wf_content_handle {
  position: relative;
  width: 10px !important;
  height: 28px !important;
  margin: 0 5px 0 0;
  float: left;
  opacity: 0.2;
}

.wf_content_handle {
  position: relative;
  width: 10px !important;
  height: 28px !important;
  margin: 0 5px 0 0;
  float: left;
  opacity: 0.2;
}

.wf_content_handle:hover {
  opacity: 0.8;
}

/*20211125- v3*/

.wf_rlt {
  position: relative !important;
}

.edit_title,
.edit_date {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 10px auto 0px auto;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 10px;
}

.wf_blog_category_ul {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0px auto 10px auto;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.wf_blog_category_ul li {
  display: block;
  text-align: left;
  line-height: 1em;
  float: left;
  margin: 3px;
  padding: 5px 18px 8px 10px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.wf_blog_category_ul li:hover {
  opacity: 0.8;
}

.wf_blog_category_ul li.tab1 {
  background: #4c9ffb;
}

.wf_blog_category_ul li.tab2 {
  background: #4caffb;
}

.wf_blog_category_ul li.tab3 {
  background: #4cbffb;
}

.wf_blog_category_ul li.tab4 {
  background: #4ccffb;
}

.wf_blog_category_ul li.tab5 {
  background: #4cdffb;
}

.wf_blog_category_ul li.tab6 {
  background: #4ceffb;
}

.wf_blog_category_ul li.tab7 {
  background: #4cfffb;
}

.wf_blog_category_ul:after {
  content: "";
  clear: both;
  display: block;
}

.edit_title input,
.edit_date input {
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  display: block;
  font-size: 18px;
  float: left;
  border: 0px;
  box-sizing: border-box;
  padding: 7px 5px;
  border: 1px solid #d0d0d0;
  border-radius: 5px !important;
}

.edit_title input {
  width: 85%;
}

.edit_date input {
  width: 40%;
}

.edit_date span {
  display: block;
  float: left;
  max-width: 30px;
  width: 5%;
  text-align: center;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  font-size: 18px;
  padding-top: 12px;
}

.edit_title label,
.edit_date label {
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  display: block;
  border: 0px;
  font-size: 14px;
  box-sizing: border-box;
  width: 15%;
  float: left;
  padding: 5px;
  text-align: center;
  color: #555555;
  font-weight: bold;
}

.call_item {
  background-color: #ff6161;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 10px 25px 10px 25px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  width: 240px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.mode_txt .call_item {
  display: block;
  background: transparent;
  color: #ffffff;
  position: absolute;
  width: 70px;
  max-width: 100%;
  height: 70px;
  right: 5px;
  padding: 0px;
  line-height: 20px;
  float: none;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}

.wf_waiting_alert {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: block;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.upload_btn {
  display: block;
  background-color: #ff6161;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 10px 25px 10px 25px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  width: 240px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.css_edit .wf_efectted_btn {
  background-color: #ffa405;
  margin-top: 40px;
}

.setting .wf_efectted_btn {
  background-color: #83ac14;
}

.wf_efectted_btn {
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 10px 25px 10px 25px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  width: 240px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*
.css_edit h2{
	background-color: #ffa405;
	color:#fff;
}
*/

.edit_body img {
  max-width: 100%;
  box-sizing: border-box;
}

.edit_body .wf_youtube_main_wrap {
  background: url(/admin/images/icons/youtube_main.svg) center center no-repeat;
  background-size: 320px;
  box-sizing: border-box;
  cursor: pointer;
  border: 3px solid #feeb4f !important;
}

.edit_body .wf_youtube_main_wrap .wf_youtube_main {
  box-sizing: border-box;
}

.edit_body .wf_input_html {
  /* background:#fff url(/admin/images/icons/wf_block_icon29_html.svg) center center no-repeat; */
  box-sizing: border-box;
  cursor: pointer;
  border: 3px solid #feeb4f !important;
  min-height: 120px;
  position: relative;
}

.edit_body .wf_input_html:not(.wf_input_intext):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url(/admin/images/cor_icons/cor_html.svg) center center
    no-repeat;
}

.btn:hover,
.wf_btn:hover {
  opacity: 0.8;
}

.back_btn {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

.form_cell_add_btn,
.center_icon_btn {
  display: block;
  margin: 0 auto;
}

/*
.template_menu{
	
	width:100%;
	padding:5px 0px 5px 0px;
	background:url(/admin/images/blk90.png) repeat;
	position:fixed;
	z-index:10;
	bottom:-125px;
	left:0px;
	
}*/
.template_menu2 {
  width: 100%;
  padding: 5px 0px 5px 0px;
  background: url(/admin/images/blk90.png) repeat;
  position: fixed;
  z-index: 10;
  bottom: -350px;
  left: 0px;
}

.menu_common_bg {
  width: 100%;
  padding: 5px 0px 5px 0px;
  background: #2b526b;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
}

.bottom-125px {
  bottom: -125px;
}

.bottom-350px {
  bottom: -350px;
}

.bottom-100p {
  position: fixed;
  bottom: -200%;
}

.tempalate_menu h2,
.menu_common_bg h2 {
  font-size: 1.4em;
  color: #343434;
  font-weight: bold;
}

.item_wrap h2 span {
  position: relative;
  background: #ff6161;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left: 30px;
}

.item_wrap h2 {
  width: 100%;
  background: #ff6161;
  font-size: 1.6em;
  color: #fff;
  font-weight: bold;
  min-height: 70px;
  line-height: 70px;
}

.item_wrap {
  color: #333;
}

.template_menu ul {
  width: 100%;
  margin: 0px auto;
  max-width: 800px;
  display: block;
  padding-top: 30px;
}

.comment,
.small.comment {
  color: #aaa;
  display: inline-block;
  margin-left: 10px;
  font-size: 70%;
}

.page_edit a:hover .comment {
  color: #0085bc;
}

.blog_page_edit a:hover .comment {
  color: #00c2c9;
}

.template_menu .close2_btn,
.template_menu2 .close2_btn,
.menu_common_bg .close2_btn {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  z-index: 11;
}

.template_menu2 .inner,
.menu_common_bg .inner {
  width: 100%;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0px;
}

.template_menu2 h4,
.menu_common_bg h4 {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}

.template_menu2 input,
.menu_common_bg input {
  width: 100%;
  background: #fff;
  color: #111;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 8px;
  border: 0px !important;
  margin-bottom: 10px;
}

.block_template_cell,
.template_cell,
.data_pool {
  display: none;
}

.half_div {
  box-sizing: border-box;
  width: 50%;
  padding: 0px 5px 0px 5px;
}

.max_div {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 5px 0px 5px;
}

/*
.edit_header,.edit_header{
}
*/
.form_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
  width: 100%;
}

.form_cell .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

input {
  max-width: 100%;
  box-sizing: border-box;
}

img.thumb {
  margin: 5px;
  max-width: 140px;
  vertical-align: bottom;
}

.bg_form img.thumb {
  display: none;
}

.form_cell input,
.form_cell textarea,
.form_cell select {
  border: 4px solid #888;
  border-radius: 8px;
  font-size: 1.6em;
  box-sizing: border-box;
  padding: 5px;
}

.form_cell .entry_title {
  width: 75%;
  max-width: 740px;
  height: 45px;
  float: left;
  margin-bottom: 20px;
}

.form_cell .entry_textarea textarea.enable,
.form_cell .select_type {
  width: 100%;
  min-height: 45px;
  float: none;
  clear: both;
  -webkit-appearance: none;
}

.form_cell .select_type {
  background: #888;
  color: #fff;
}

.form_cell .bg_btn {
  float: right;
  margin: 5px;
}

.empty_gray {
  color: #ccc;
}

/*
.wf_handle_wrap{
	position:absolute;
	width:100%;
	height:30px;
	top:0px;
}
.wf_handle_wrap:after{
	content:"";
	clear:both;
	display:block;
}
*/
.wf_handle {
  display: block;
  position: absolute !important;
  cursor: pointer;
  width: 40px !important;
  height: 40px !important;
  left: 10px !important;
  top: 17px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn01.png) no-repeat 0 0;
}

.wf_handle:hover {
  background: url(../images/edit_btn01.png) no-repeat 0 -40px;
}

.ok_btn,
.wf_ok_btn {
  box-sizing: border-box;
  background: #0085bc;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  max-width: 500px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
  font-family: "AvenirNextCondensed-DemiBold", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  cursor: pointer;
}

.cancel_btn {
  box-sizing: border-box;
  background: #858585;
  /* Old browsers */
  border-radius: 8px;
  color: #fff;
  width: 100%;
  max-width: 500px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
  font-family: "AvenirNextCondensed-DemiBold", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
  cursor: pointer;
}

address {
  font-size: 1.6em;
  text-align: center;
}

.wf_rightbtn {
  width: calc(25% - 1px);
  max-width: 160px;
  min-width: 44px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 5px 2px 5px 2px;
  box-sizing: border-box;
  display: block;
  float: right;
  margin-top: 6px;
  margin-right: 1px;
  font-weight: normal;
  color: #333 !important;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none !important;
  border: 0;
}

.wf_rightbtn:hover {
  opacity: 0.8;
}

.wf_rightbtn:after {
  content: "";
  clear: both;
}

.wf_draft_text {
  color: #3796d2;
  display: block;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

.wf_cmn_btn {
  width: 100%;
  max-width: 140px;
  min-width: 44px;
  background: #fff;
  border-radius: 5px;
  padding: 8px 20px 8px 20px;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  color: #333 !important;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #d0d0d0;
}

.wf_cmn_btn_small {
  width: 100%;
  max-width: 95px;
  min-width: 44px;
  background: #4c8ffb;
  border-radius: 5px;
  padding: 8px 10px 8px 10px;
  box-sizing: border-box;
  display: block;
  margin-top: 0px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
}

.wf_cmn_input {
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  padding: 5px;
}

/*
.list{
	border:2px solid #ccc;
	border-radius:10px;
	padding:0px 20px;
	width:100%;
	box-sizing:border-box;
}*/

.list li {
  box-sizing: border-box;
  font-size: 1.6em;
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px 10px 45px;
  width: 100%;
  position: relative;
}

.list li:last-child {
  border-bottom: 0px !important;
}

.list li:before {
  content: "";
  display: block;
  border: 5px solid #4c8ffb;
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: 10px;
  top: 14px;
}

.list li.edit_control:before {
  display: none;
}

.menu_control h3,
.edit_body h3,
.menu_common_bg h3 {
  font-size: 1.8em;
  padding: 18px 0px 12px;
}

.menu_common_bg h3 {
  color: #fff;
}

.menu_control h3 {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  padding-left: 70px;
}

.menu_control .content {
  max-width: 1000px;
  margin: 40px auto;
}

/*テンプレート*/
.title01,
.title03 {
  margin-bottom: 2em;
}

.menu_control .title01 {
  height: 50px;
  background: #242424;
}

.menu_control .title01 h3 {
  border-bottom: 3px solid #8db915;
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

ul.template_list li:first-child,
ul.template_list li:nth-child(4),
ul.template_list li:nth-child(7),
ul.template_list li:nth-child(10),
ul.template_list li:nth-child(13),
ul.template_list li:nth-child(16),
ul.template_list li:nth-child(19) {
  margin-left: 1%;
}

ul.template_list li {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}

ul.template_list li img {
  width: 100%;
  margin-bottom: 10px;
}

ul.template_list li p.wf_txt01 {
  text-align: center;
}

ul.template_category {
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 20px;
  background: #e4fde7;
}

ul.template_category li {
  float: left;
  width: 20%;
  padding-left: 12px;
  box-sizing: border-box;
  position: relative;
}

ul.template_category li:before {
  position: absolute;
  content: "";
  background: #7bbe80;
  width: 6px;
  height: 6px;
  top: 7px;
  left: 2px;
  border-radius: 50%;
}

.login_btn {
  width: 50%;
  max-width: 200px;
  min-width: 44px;
  background: #0085bc;
  border-radius: 5px;
  padding: 5px 2px 5px 2px;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  text-align: center;
  font-size: 1.4em;
  border: none;
}

.login_btn:hover {
  opacity: 0.8;
}

.span {
  position: relative;
  text-align: center;
}

.span .img_delete_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.edit_body input[type="text"],
.edit_body textarea,
.wf_form_parts_wrap {
  /*display: block;*/
  /*margin: 0px 10px;*/
  /*width: 100%;*/
  box-sizing: border-box;
}

.edit_body input.hidden {
  display: none !important;
}

.WebFlyer_header {
  background: #111;
  border-bottom: 1px solid #373737;
}

.head_btn_wrap a,
.head_btn_wrap p {
  color: #fff !important;
  text-decoration: none;
}

.head_btn_wrap p {
  margin-top: 2px;
  float: left;
  margin-left: 15px;
  font-size: 11px;
}

.head_btn_wrap img {
  margin: 0px 0 0;
  display: block;
  float: left;
  /* max-width: 26%; */
  /* max-height:  28%; */
}

.comingsoon {
  opacity: 0.5;
}

.list li {
  display: block;
  cursor: pointer;
}

a.span {
  float: left;
  display: block;
  margin: 2px;
}

.item_wrap {
  height: 100%;
  overflow: scroll;
  display: block;
  z-index: 20;
}

.menu_common_bg ul {
  max-width: 800px;
  margin: 0 auto;
}

.template_btn {
  float: left;
  margin: 0.3%;
  width: 16%;
  cursor: pointer;
  /*height:45px;*/
}

.template_btn:hover {
  opacity: 0.8;
}

li.template_btn img {
  width: 100%;
}

.head_btn_wrap {
  width: 20%;
  margin-right: 0%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 0.6em;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.WebFlyer_header .inner {
  width: 96%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .wf_update_information {
    display: none;
  }

  .WebFlyer_header .inner {
    min-width: 310px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0px;
  }

  .head_btn_wrap {
    width: calc(20% - 12px);
    height: 70px;
    margin: 6px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 0.6em;
    box-sizing: border-box;
  }

  li.template_btn img {
    width: 100%;
  }

  li.template_btn {
    float: left;
    margin: 1.5%;
    width: 30%;
    display: block;
    /*height:45px;*/
    cursor: pointer;
  }

  /*テンプレート*/
  .template_category_sp {
    text-align: center;
    margin-bottom: 20px;
  }

  .template_category_sp select {
    font-size: 18px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/****************アイテム　ここから****************/
.menu_control .title02 {
  background: #242424;
  height: 50px;
}

.menu_control .title02 h3 {
  border-bottom: 3px solid #ff6161;
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

.content_wrap {
  padding: 0 10px;
}

.btn01 span {
  background: #ff6161;
  padding: 8px 30px;
  color: #ffffff;
  border-radius: 5px;
}

.btn01 {
  margin-bottom: 40px;
}

.btn02 span {
  background: #fff;
  padding: 5px 20px;
  color: #333333;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  border: 1px solid #d0d0d0;
}

.btn02 span:hover {
  opacity: 0.8;
}

.btn02 {
  margin-bottom: 40px;
}

.item_box {
  margin-bottom: 40px;
}

.item_box select {
  font-size: 14px;
}

/*
ul.item_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-spacing: 10px 0;
	margin-bottom: 40px;
}
/*
ul.item_list:last-child {
	margin-bottom: 0;
}
ul.item_list{
	position:relative;
}/*
ul.item_list li {
	display: display:block;
	vertical-align: middle;
	padding: 3px;
	width:180px;
	float:left;
	position:relative;
}*/
/*
ul.item_list li img {
	width: 100%;
	min-width:180px;
}
ul.item_list li:hover {
	border: 3px solid #a94d4d;
	cursor: pointer;
	padding: 0;
}*/
.number_txt,
.mode_txt {
  text-align: right;
  margin-bottom: 20px;
}

.number_txt span,
.mode_txt span {
  display: block;
  background: #cccccc;
  color: #ffffff;
  padding: 3px 10px;
  width: 100%;
  max-width: 45px;
  height: 28px;
  line-height: 20px;
  float: left;
  margin: 2px;
  cursor: pointer;
  text-align: center;
}

.number_txt span.active {
  background: #d14d4d;
}

.mode_txt span.active {
  background: #3796d2;
}

dl.search1 {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
}

dl.search1 dt {
  padding: 3px;
}

dl.search1 dt input {
  width: 70%;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
}

dl.search1 dd {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15%;
}

dl.search1 dd #item_search_btn {
  display: block;
  background: url(../images/search_icon.png) no-repeat 10px 10px #ff6161;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  text-align: center;
  cursor: pointer;
  text-indent: -9999px;
}

dl.search1 dd #item_search_btn:hover {
  opacity: 0.8;
}

dl.search1 dd #item_search_btn span {
  display: block;
  color: #fff;
}

.btn02 {
  float: left;
  margin-top: 5px;
}

.item_box2 {
  float: right;
  width: 250px;
}

.img_wrap {
  overflow: hidden;
  width: 100%;
  height: 140px;
  display: block;
}

.wf_item_checkbox_wrap {
  display: none;
}

.wf_youtube_iframe iframe {
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
  .btn02 {
    float: none;
  }

  .item_box2 {
    float: none;
    margin: 0 auto 20px;
  }

  .number_txt {
    text-align: center;
  }

  ul.item_list {
    margin-bottom: 0;
  }

  /*
ul.item_list li {
	display: block;
	padding: 3px;
	margin-bottom:30px;
}
*/
}

/****************アイテム　ここまで****************/
/*
.part:after{
	content:"";
	display:block;
	clear:both;
}
*/
.wf_img_cont {
  position: relative;
}

.wf_form_wrap input,
.wf_form_wrap select,
.wf_form_parts_wrap,
.wf_form_wrap textarea {
  box-sizing: border-box;
  border: 3px solid darkturquoise;
  cursor: pointer;
  margin-bottom: 10px;
}

.wf_form_wrap input:hover,
.wf_form_wrap select:hover {
  background: darkturquoise;
}

.wf_input_text {
  box-sizing: border-box;
  border: 3px solid #feeb4f !important;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
/* 20230116 add for edit ここから */
span.wf_input_text,
div.wf_input_text {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 100px;
  display: block;
}
/* 20230116 add for edit ここまで */

.italic {
  font-style: italic;
}

.wf_input_text:hover {
  background: #feeb4f !important;
}

.carousel_inner,
.slide1_display,
.slide2_display {
  position: relative;
}

.wf_input_img.carousel_inner .img_span:nth-child(n + 2),
.wf_input_img.slide1_display .img_span:nth-child(n + 2),
.wf_input_img.slide2_display .img_span:nth-child(n + 2) {
  display: none;
}

.wf_input_img.carousel_inner .img_span:nth-child(1):after,
.wf_input_img.slide1_display .img_span:nth-child(1):after,
.wf_input_img.slide2_display .img_span:nth-child(1):after {
  content: "SLIDE";
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  opacity: 0.5;
  width: 5em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 5px;
}

.wf_input_img {
  position: relative;
  display: block;
}

.wf_input_img:after {
  content: "";
  background: #fff url(../images/image-solid.svg) no-repeat center;
  padding: 10px;
  border-radius: 5px;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 20px;
  margin: 0;
  cursor: pointer;
}

.wf_type2 {
  padding-bottom: 80px !important;
}

.wf_type1_bg_img.wf_input_img:after,
.wf_type2_bg_img.wf_input_img:after {
  top: auto;
  bottom: 20px !important;
}

.wf_hasbg {
  position: relative;
}

.wf_hasbg_btn {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn05.png) no-repeat 0 0;
}

.wf_hasbg_btn:hover {
  background: url(../images/edit_btn05.png) no-repeat 0 -40px;
}

.wf_input_img:hover:after {
  opacity: 0.5;
}

.wf_input_img img {
  box-sizing: border-box;
  border: 3px solid lightpink;
  cursor: pointer;
}

.rotation_image_class_p img.rotate-l {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 10px;
  right: auto;
  cursor: pointer;
  margin: auto;
}

.rotation_image_class_p img.rotate-r {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 10px;
  left: auto;
  cursor: pointer;
  margin: auto;
}

/*.wf_input_img:hover:before{
	content:"";
	opacity:0.5;
	display:block;
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:3px solid lightpink;
	box-sizing:border-box;
	background:lightpink;
}*/

#edit_wrapbox_wrap,
#edit_textbox_wrap,
#rotation_image_wrap,
#edit_form_wrap,
.wf_common_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  color: #333;
  background: url(../images/blk60.png) repeat;
  z-index: 10;
}

#edit_waiting_inicial_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  color: #333;
  background: #76bdda;
  z-index: 9999;
}

#edit_image,
#edit_image_lib,
#rotation_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 640px;
  max-height: 455px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

#edit_image .wf_scroll_parent {
  border: 3px solid transparent;
}

#edit_textbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 780px;
  max-height: 390px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

#rotation_image_wrap .md_wrap_inner {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  right: 10px;
  bottom: 0px;
}

#rotation_image_wrap .md_wrap_inner_main {
  background: #efefef url(../images/img_bg.png);
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #ccc;
  width: calc(100% - 120px);
  height: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
}

.rotate_L_0 img {
  animation: rotate_L_0 100ms linear 0ms forwards;
  -webkit-animation: rotate_L_0 100ms linear 0ms forwards;
  -moz-animation: rotate_L_0 100ms linear 0ms forwards;
  -ms-animation: rotate_L_0 100ms linear 0ms forwards;
}

.rotate_L_1 img {
  animation: rotate_L_1 100ms linear 0ms forwards;
  -webkit-animation: rotate_L_1 100ms linear 0ms forwards;
  -moz-animation: rotate_L_1 100ms linear 0ms forwards;
  -ms-animation: rotate_L_1 100ms linear 0ms forwards;
}

.rotate_L_2 img {
  animation: rotate_L_2 100ms linear 0ms forwards;
  -webkit-animation: rotate_L_2 100ms linear 0ms forwards;
  -moz-animation: rotate_L_2 100ms linear 0ms forwards;
  -ms-animation: rotate_L_2 100ms linear 0ms forwards;
}

.rotate_L_3 img {
  animation: rotate_L_3 100ms linear 0ms forwards;
  -webkit-animation: rotate_L_3 100ms linear 0ms forwards;
  -moz-animation: rotate_L_3 100ms linear 0ms forwards;
  -ms-animation: rotate_L_3 100ms linear 0ms forwards;
}

.rotate_R_0 img {
  animation: rotate_R_0 100ms linear 0ms forwards;
  -webkit-animation: rotate_R_0 100ms linear 0ms forwards;
  -moz-animation: rotate_R_0 100ms linear 0ms forwards;
  -ms-animation: rotate_R_0 100ms linear 0ms forwards;
}

.rotate_R_1 img {
  animation: rotate_R_1 100ms linear 0ms forwards;
  -webkit-animation: rotate_R_1 100ms linear 0ms forwards;
  -moz-animation: rotate_R_1 100ms linear 0ms forwards;
  -ms-animation: rotate_R_1 100ms linear 0ms forwards;
}

.rotate_R_2 img {
  animation: rotate_R_2 100ms linear 0ms forwards;
  -webkit-animation: rotate_R_2 100ms linear 0ms forwards;
  -moz-animation: rotate_R_2 100ms linear 0ms forwards;
  -ms-animation: rotate_R_2 100ms linear 0ms forwards;
}

.rotate_R_3 img {
  animation: rotate_R_3 100ms linear 0ms forwards;
  -webkit-animation: rotate_R_3 100ms linear 0ms forwards;
  -moz-animation: rotate_R_3 100ms linear 0ms forwards;
  -ms-animation: rotate_R_3 100ms linear 0ms forwards;
}

@keyframes rotate_L_0 {
  from {
    transform: rotate(90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate_L_1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-90deg);
  }
}

@keyframes rotate_L_2 {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(-180deg);
  }
}

@keyframes rotate_L_3 {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(-270deg);
  }
}

@keyframes rotate_R_0 {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate_R_1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes rotate_R_2 {
  from {
    transform: rotate(90deg);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes rotate_R_3 {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(270deg);
  }
}

#rotation_image_wrap .md_wrap_inner_main img {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 100%;
}

#edit_form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 600px;
  max-height: 180px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

#edit_wrapbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 600px;
  max-height: 180px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

.common_wrapbox_min {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  max-width: 600px;
  max-height: 140px;
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
}

#edit_background {
  max-height: 400px !important;
}

/* 20220117 */
@media (max-width: 767px) {
  #edit_background {
    max-height: 400px !important;
  }
}

/* 背景色 */
.edit_background_class_p {
  display: flex !important;
  align-items: center;
}

/* 背景透過スライダー */
.alphaSlider_wrap {
  margin-top: 10px;
}

.alphaSlider_wrap .alphaSlider_content {
  display: flex;
  align-items: center;
  width: 100%;
}

.alphaSlider_wrap .alphaSlider_content p {
  width: 25%;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

.alphaSlider_wrap .alphaSlider_content #alphaSlider {
  width: 75%;
}

.alphaSlider_wrap label .ui-widget-content {
  max-width: 80px;
  margin-left: 30px;
}

.ui-widget-content .ui-icon {
  background-image: url("../images/icons/ui-icons_ffffff_256x240.png") !important;
}

.ui-widget-header .ui-icon {
  background-image: url("../images/icons/ui-icons_ffffff_256x240.png") !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #a6cce7 !important;
}

.ui-widget-content .ui-state-active {
  background: #2779aa !important;
}

#cke_edit_textbox_textarea {
  margin-bottom: 5px;
}

#edit_textbox textarea {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  resize: none;
  overflow: auto;
  border: 0px;
}

/*
#edit_textbox textarea:focus{
	height:320px;	
}
*/
#edit_textbox .edit_textbox_class_p,
#edit_wrapbox .edit_wrapbox_id_p,
#edit_wrapbox .edit_wrapbox_class_p,
.common_wrapbox_min p {
  clear: both;
  border-top: 0px solid #ccc;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  display: block;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
}

#edit_form p {
  border-bottom: 1px solid #ccc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  display: block;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
}

#edit_wrapbox .edit_wrapbox_id_p {
  margin-top: 30px;
}

#edit_wrapbox .edit_wrapbox_class_p {
  margin-top: 10px;
}

.common_wrapbox_min p {
  margin-top: 35px;
}

#edit_textbox .edit_textbox_anchor_p {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-top: 5px;
  margin-bottom: 0px;
  display: block;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
}

#edit_wrapbox .edit_wrapbox_class_p label,
#edit_wrapbox .edit_wrapbox_id_p label,
#edit_textbox .edit_textbox_class_p label,
#edit_textbox .edit_textbox_anchor_p label,
.wf_common_wrap p label {
  width: 25%;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

/* スマホサイズのedit_background */
@media (max-width: 480px) {
  .wf_common_wrap p label,
  .alphaSlider_content p {
    width: 20% !important;
    font-size: 10px;
    text-align: left !important;
  }

  .alphaSlider_wrap .alphaSlider_content #alphaSlider {
    width: 60%;
  }

  .alphaSlider_wrap label .ui-widget-content {
    margin-left: 20px;
  }

  #edit_background .wf_btn {
    font-size: 14px;
    max-width: 120px;
    margin-top: 25px;
  }
}

#edit_form label {
  width: 30%;
  max-width: 180px;
  min-height: 27px;
  display: block;
  float: left;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}

#edit_textbox .edit_textbox_class_p label:after,
#edit_wrapbox .edit_wrapbox_class_p label:after,
#edit_wrapbox .edit_wrapbox_id_p label:after,
#edit_textbox .edit_textbox_anchor_p label:after,
#edit_form label:after {
  content: ":";
}

#edit_textbox .edit_textbox_class_p input,
#edit_wrapbox .edit_wrapbox_class_p input,
#edit_wrapbox .edit_wrapbox_id_p input,
#edit_textbox .edit_textbox_anchor_p input,
.wf_common_wrap p input {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: calc(75% - 40px);
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  float: left;
}

.wf_common_wrap p .background_color,
.wf_common_wrap p .font_color {
  width: calc(30% - 40px);
}

#edit_form input,
#edit_form select {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 65%;
  height: 23px;
  line-height: 30px;
  border: 0px;
  float: left;
  margin-top: 3px;
  font-size: 14px;
  margin-bottom: 3px;
}

#edit_form .edit_form_checkbox {
  width: 20px !important;
  height: 20px !important;
}

#edit_quill .edit_quill_ok_btn,
#edit_wrapbox .edit_wrapbox_ok_btn,
#edit_textbox .edit_textbox_ok_btn,
#edit_image_wrap .edit_image_ok_btn,
#rotation_image_wrap .rotation_image_ok_btn,
#edit_form .edit_form_ok_btn,
.wf_common_wrap .edit_image_ok_btn,
.wf_common_wrap .wf_ok_btn {
  background: #3796d2;
  box-shadow: 0px 3px 0px rgba(44, 111, 187, 1);
  color: #fff;
}

#edit_wrapbox .edit_wrapbox_cancel_btn,
#edit_textbox .edit_textbox_cancel_btn,
#edit_form .edit_form_cancel_btn,
#wf_youtubemain_wrap .wf_common_cancel_btn,
.wf_common_wrap .wf_common_cancel_btn {
  /*	float:right;*/
  position: absolute;
  right: 10px;
  top: 10px;
}

#edit_image_wrap .wf_common_cancel_btn {
  right: 0px !important;
  top: 0px !important;
}

#edit_quill .wf_btn,
#edit_wrapbox .wf_btn,
#edit_textbox .wf_btn,
#edit_image_wrap .wf_btn,
#edit_form .wf_btn,
.wf_common_wrap .wf_btn {
  display: block;
  float: right;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  width: 40%;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /*padding:15px 30px;*/
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  max-width: 200px;
}

.no_scroll {
  max-width: 100% !important;
  height: 100% !important;
  /*position:fixed!important;*/
  overflow: hidden !important;
}

.wf_wrap,
.wf_wrap_nochange {
  border-top: 1px dotted #ccc !important;
  border-bottom: 1px dotted #ccc !important;
  position: relative !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

.close_btn {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 30px !important;
  top: 17px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn04.png) no-repeat 0 0;
}

.close_btn:hover {
  background: url(../images/edit_btn04.png) no-repeat 0 -40px;
}

.copy_btn {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 80px !important;
  top: 17px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn03.png) no-repeat 0 0;
}

.copy_btn:hover {
  background: url(../images/edit_btn03.png) no-repeat 0 -40px;
}

.custom_btn {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 130px !important;
  top: 17px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn02.png) no-repeat 0 0;
}

.custom_btn:hover {
  background: url(../images/edit_btn02.png) no-repeat 0 -40px;
}

.wrap_bg_btn {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 180px !important;
  top: 17px !important;
  box-sizing: content-box !important;
  background: url(../images/edit_btn05.png) no-repeat 0 0;
}

.wrap_bg_btn:hover {
  background: url(../images/edit_btn05.png) no-repeat 0 -40px;
}

@media (max-width: 480px) {
  #edit_wrapbox_wrap,
  #edit_textbox_simple_wrap,
  #edit_textbox_wrap,
  #edit_image_wrap,
  .wf_common_wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-width: 320px;
    min-height: 568px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #333;
    background: url(../images/blk60.png) repeat;
    z-index: 10;
  }

  /*
textarea:focus,
textarea:hover {
  height: 50em!important;
}*/
  #edit_quill,
  #edit_textbox,
  #edit_wrapbox,
  #edit_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 90vh;
    max-height: 100vh;
    background: #fff;
    /*-webkit-overflow-scrolling:touch;*/
  }

  /*
.edit_textarea_wrap{
	height:120px;
	overflow:scroll;
	-webkit-overflow-scrolling : touch;
}
*/
  #edit_textbox textarea {
    overflow: scroll;
    /*-webkit-overflow-scrolling : touch;*/
  }

  #edit_wrapbox .edit_wrapbox_class_p label,
  #edit_wrapbox .edit_wrapbox_id_p label,
  #edit_textbox .edit_textbox_class_p label,
  #edit_textbox .edit_textbox_anchor_p label {
    width: 25%;
    max-width: 100px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-size: 10px;
  }
}

/****************各ページ設定　ここから****************/

/****  ****/
/* 基本 */

.title04 span {
  font-size: 18px;
  line-height: 1.8;
}

.menu_control .title03,
.page_edit01 .title03 {
  height: 50px;
  background: #242424;
}

.menu_control .title03 h3 {
  border-bottom: 3px solid #ffa405;
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

.menu_control h3 span {
  display: inline;
}

.menu_control h3 span:after {
  content: "  ";
  display: inline;
}

.menu_control h3 span.wf_block_add_icon {
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 15px;
}

.list li a:hover {
  text-decoration: none;
}

/* css_edit */
/*.css_edit .menu_control .title03 {
	background: #ffa405;
	background: -webkit-linear-gradient(left,#ffa405 0%,#ffa405 49%,#ffe40f 51%,#ffe40f 100%);
	background: linear-gradient(to right,#ffa405 0%,#ffa405 49%,#ffe40f 51%,#ffe40f 100%);
}
.css_edit .menu_control .title03 h3 {
	background:#ffe40f;
	border-color:#ffa405;
}
.css_edit .menu_control h3 span.wf_block_add_icon {
	background:#111;
	padding-top:13px;
}*/

/* setting */
.setting .menu_control h3 span.wf_block_add_icon {
  background: #5b8960;
}

.setting .list {
  background: #e4fde7;
}

.setting .list li::before {
  border-color: #7bbe80;
}

.setting .list li a:hover {
  color: #7bbe80;
}

/* page_edit */

.page_edit .menu_control h3 span.wf_block_add_icon {
  background: #3796d2;
  padding-top: 13px;
}

.page_edit .title03 h3,
.page_edit.under .title03 h3 {
  border-bottom: 3px solid #8db915;
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}

.page_edit.page_edit01 .title03 h3 {
  border-bottom: 3px solid #0085bc;
}

.page_edit.blog_page_edit .title03 h3 {
  border-bottom: 3px solid #00c2c9;
}

.page_edit.setting .title03 h3 {
  border-bottom: 3px solid #8db915;
}

.page_edit .list {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}

.page_edit .list li {
  box-sizing: border-box;
  font-size: 1.6em;
  border-bottom: 1px solid #d0d0d0;
  padding: 15px 10px;
  overflow: hidden;
}

.list li.wf_home {
  padding-left: 55px;
}

.page_edit .list li::before {
  display: none;
}

.page_edit .list li.add {
  text-align: center;
  padding: 15px;
}

.page_edit .list li.add img {
  max-width: 15%;
}

.page_edit .list li.add::before {
  display: none;
}

.page_edit .list li input {
  float: left;
  margin: 10px 20px 0 10px;
}

.page_edit .user_list.list li input,
.page_edit .user_list.list li select,
.page_edit .user_list.list li textarea {
  margin: 0px !important;
  padding: 5px;
}

.page_edit .list li a,
.page_edit.setting .list li span {
  color: #333;
  text-decoration: none;
  padding-left: 30px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 15px;
  float: left;
  padding-top: 5px;
  position: relative;
}

.page_edit .list li a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/page_edit_icon01.png) no-repeat 0 0;
  left: 0;
  top: 8px;
}

.page_edit .list li a:hover:before {
  background: url(../images/page_edit_icon01.png) no-repeat 0 -18px;
}

/* 20211125 is-home */
.page_edit .list li a.is-home::before {
  background: url(../images/blog_page_edit_icon03.png) no-repeat 0 -18px;
}

.page_edit .list li a.is-home:hover:before {
  background: url(../images/blog_page_edit_icon03.png) no-repeat 0 0;
}

.page_edit .list li a:hover {
  color: #0085bc;
}

.page_edit.blog_page_edit .list li a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/blog_page_edit_icon01.png) no-repeat 0 -18px;
  left: 0;
  top: 8px;
}

.page_edit.blog_page_edit .list li a:hover:before {
  background: url(../images/blog_page_edit_icon01.png) no-repeat 0 0;
}

.page_edit.blog_page_edit .list li a:hover {
  color: #00c2c9;
}

.page_edit.setting .list li a,
.page_edit.setting .list li span {
  padding-left: 70px;
}

.page_edit.setting .list li a::before,
.page_edit.setting .list li span::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/setting_page_icon01.png) no-repeat 0 -21px;
  left: 20px;
  top: 7px;
}

.page_edit.setting .list li a:hover:before,
.page_edit.setting .list li span:hover:before {
  background: url(../images/setting_page_icon01.png) no-repeat 0 0;
}

.page_edit.setting .list li a:hover,
.page_edit.setting .list li span:hover {
  color: #8db915;
}

@media screen and (max-width: 767px) {
  .page_edit .list li a {
    width: 85%;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .page_edit .list li a {
    width: 78%;
    font-size: 13px;
  }

  .list li.wf_home {
    padding-left: 34px;
  }
}

/* page_edit_each */

.add_wrap {
  margin-bottom: 40px;
}

.add_wrap div {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.page_edit_each .menu_control .content {
  max-width: 100%;
}

.page_edit_each .content_wrap {
  padding: 0;
}

.tab_wrap {
  background: #2b526b;
  width: 100%;
  font-family: "AvenirNextCondensed-Medium", "Franklin Gothic Medium",
    "メイリオ", "HiraKakuProN-W3";
}

.tab_wrap h4 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 1.7em;
  padding: 1.2em 0;
  position: relative;
}

.tab_wrap h4:before {
  display: none;
}

.tab_wrap h4 img {
  position: absolute;
  top: 20px;
  right: 20px;
}

ul#tabs-list {
  list-style: none;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

ul#tabs-list li {
  display: inline-block;
  text-align: center;
  width: 19%;
  max-width: 130px;
}

ul#tabs-list li label.panel-label {
  padding: 0 0 3em;
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #598098;
  cursor: pointer;
  background-color: #2b526b;
  font-size: 115%;
}

label.panel-label .wf_block_add_icon {
  display: block;
  height: 0;
  padding-top: 60%;
  margin-bottom: 5px;
  position: relative;
}

label.panel-label .wf_block_add_icon .ov,
label.panel-label .wf_block_add_icon .off {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
  pointer-events: none;
  cursor: default;
}

#tabs-list #li-for-panel-1 label.panel-label .wf_block_add_icon .off {
  background: url(../images/icon_edit_01_ov.svg) no-repeat center;
}

#tabs-list #li-for-panel-1 label.panel-label .wf_block_add_icon .ov {
  background: url(../images/icon_edit_01.svg) no-repeat center;
}

#tabs-list #li-for-panel-2 label.panel-label .wf_block_add_icon .off {
  background: url(../images/icon_edit_02_ov.svg) no-repeat center;
}

#tabs-list #li-for-panel-2 label.panel-label .wf_block_add_icon .ov {
  background: url(../images/icon_edit_02.svg) no-repeat center;
}

#tabs-list #li-for-panel-3 label.panel-label .wf_block_add_icon .off {
  background: url(../images/icon_edit_03_ov.svg) no-repeat center;
}

#tabs-list #li-for-panel-3 label.panel-label .wf_block_add_icon .ov {
  background: url(../images/icon_edit_03.svg) no-repeat center;
}

#tabs-list #li-for-panel-4 label.panel-label .wf_block_add_icon .off {
  background: url(../images/icon_edit_04_ov.svg) no-repeat center;
}

#tabs-list #li-for-panel-4 label.panel-label .wf_block_add_icon .ov {
  background: url(../images/icon_edit_04.svg) no-repeat center;
}

#tabs-list #li-for-panel-5 label.panel-label .wf_block_add_icon .off {
  background: url(../images/icon_edit_05_ov.svg) no-repeat center;
}

#tabs-list #li-for-panel-5 label.panel-label .wf_block_add_icon .ov {
  background: url(../images/icon_edit_05.svg) no-repeat center;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
  color: #fff;
  position: relative;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
  /*	position:absolute;
	content:"";
    width: 0;
    height: 0;
	bottom: 0;
	right: 50%;
	margin: 0px -2.1875em 0 0;
    border: 2.1875em solid transparent;
    border-bottom: 2.5em solid #377399;
*/
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 66%;
  margin: 0px -2em 0 0;
  border: 1em solid transparent;
  border-bottom: 1em solid #377399;
}

#tabs-list label.panel-label,
#tabs-list label.panel-label .wf_block_add_icon .ov,
#tabs-list label.panel-label .wf_block_add_icon .off {
  -webkit-transition: 600ms;
  transition: 600ms;
}

/*#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label .wf_block_add_icon {
	background:url(../images/icon_edit_01.svg) no-repeat center ;
}*/
#tabs-list label.panel-label .wf_block_add_icon .ov,
#tabs-list label.panel-label:hover .wf_block_add_icon .off,
#panel-1-ctrl:checked
  ~ #tabs-list
  #li-for-panel-1
  label.panel-label
  .wf_block_add_icon
  .off,
#panel-2-ctrl:checked
  ~ #tabs-list
  #li-for-panel-2
  label.panel-label
  .wf_block_add_icon
  .off,
#panel-3-ctrl:checked
  ~ #tabs-list
  #li-for-panel-3
  label.panel-label
  .wf_block_add_icon
  .off,
#panel-4-ctrl:checked
  ~ #tabs-list
  #li-for-panel-4
  label.panel-label
  .wf_block_add_icon
  .off,
#panel-5-ctrl:checked
  ~ #tabs-list
  #li-for-panel-5
  label.panel-label
  .wf_block_add_icon
  .off {
  opacity: 0;
}

#tabs-list label.panel-label:hover .wf_block_add_icon .ov,
#tabs-list label.panel-label .wf_block_add_icon .off,
#panel-1-ctrl:checked
  ~ #tabs-list
  #li-for-panel-1
  label.panel-label
  .wf_block_add_icon
  .ov,
#panel-2-ctrl:checked
  ~ #tabs-list
  #li-for-panel-2
  label.panel-label
  .wf_block_add_icon
  .ov,
#panel-3-ctrl:checked
  ~ #tabs-list
  #li-for-panel-3
  label.panel-label
  .wf_block_add_icon
  .ov,
#panel-4-ctrl:checked
  ~ #tabs-list
  #li-for-panel-4
  label.panel-label
  .wf_block_add_icon
  .ov,
#panel-5-ctrl:checked
  ~ #tabs-list
  #li-for-panel-5
  label.panel-label
  .wf_block_add_icon
  .ov {
  opacity: 1;
}

#tabs-list #li-for-panel-1 label.panel-label .wf_block_add_icon .ov,
#tabs-list #li-for-panel-1 label.panel-label .wf_block_add_icon .off,
#panel-1-ctrl:checked
  ~ #tabs-list
  #li-for-panel-1
  label.panel-label
  .wf_block_add_icon
  .ov {
  background-size: 49%;
}

#tabs-list #li-for-panel-2 label.panel-label .wf_block_add_icon .ov,
#tabs-list #li-for-panel-2 label.panel-label .wf_block_add_icon .off,
#panel-2-ctrl:checked
  ~ #tabs-list
  #li-for-panel-2
  label.panel-label
  .wf_block_add_icon {
  background-size: 70%;
}

#tabs-list #li-for-panel-3 label.panel-label .wf_block_add_icon .ov,
#tabs-list #li-for-panel-3 label.panel-label .wf_block_add_icon .off,
#panel-3-ctrl:checked
  ~ #tabs-list
  #li-for-panel-3
  label.panel-label
  .wf_block_add_icon {
  background-size: 60%;
}

#tabs-list #li-for-panel-4 label.panel-label .wf_block_add_icon .ov,
#tabs-list #li-for-panel-4 label.panel-label .wf_block_add_icon .off,
#panel-4-ctrl:checked
  ~ #tabs-list
  #li-for-panel-4
  label.panel-label
  .wf_block_add_icon {
  background-size: 60%;
}

#tabs-list #li-for-panel-5 label.panel-label .wf_block_add_icon .ov,
#tabs-list #li-for-panel-5 label.panel-label .wf_block_add_icon .off,
#panel-5-ctrl:checked
  ~ #tabs-list
  #li-for-panel-5
  label.panel-label
  .wf_block_add_icon {
  background-size: 82%;
}

label.panel-label:hover {
  color: #fff;
}

#panels {
  background: #377399;
}

#panels .wf_block_add_container {
  margin: 0 auto;
  max-width: 1000px;
}

#panels .wf_block_add_section .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

.panel_list {
  text-align: center;
  min-height: 130px;
}

.panel_list li {
  display: inline-block;
  width: 30%;
  max-width: 240px;
  margin: 1.5%;
  vertical-align: top;
  font-size: 1.2em;
  color: #fff;
  max-height: 85px;
  box-sizing: border-box;
  /*overflow:hidden;*/
}

.panel_list li img {
  max-height: 100%;
}

.panel_list li > span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #fff;
  color: #377399;
  cursor: pointer;
  border-radius: 10px;
  line-height: 90%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* box-shadow */
  box-shadow: 0px 5px 0px 0px #2b526b;
  -moz-box-shadow: 0px 5px 0px 0px #2b526b;
  -webkit-box-shadow: 0px 5px 0px 0px #2b526b;
}

.panel_list li > span:before {
  position: absolute;
  content: "»";
  left: 10px;
  top: 9px;
  font-size: 10px;
}

#panel-1-ctrl:checked ~ #panels #panel-1 .main,
#panel-2-ctrl:checked ~ #panels #panel-2 .main,
#panel-3-ctrl:checked ~ #panels #panel-3 .main,
#panel-4-ctrl:checked ~ #panels #panel-4 .main,
#panel-5-ctrl:checked ~ #panels #panel-5 .main {
  max-height: initial;
  opacity: 1;
  padding: 4% 2%;
}

#open-nav-label,
#close-nav-label {
  display: none;
}

#nav-ctrl {
  display: none;
}

.panel-radios {
  display: none;
}

/**** レスポンシブ ****/

@media (max-width: 580px) {
  .tab_wrap h4 {
    font-size: 1.5em;
  }

  label.panel-label {
    font-size: 100%;
  }

  .panel_list li {
    font-size: 110%;
  }
}

@media (max-width: 480px) {
  .menu_control .title03 {
    height: 50px;
  }

  .menu_control .title03 h3 {
    height: 50px;
    font-size: 1.5em;
  }

  .menu_control h3 span {
    padding-top: 13px;
  }

  .menu_control h3 span.wf_block_add_icon {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    margin-right: 10px;
  }

  .menu_control h3 span.wf_block_add_icon img {
    width: 50%;
  }

  .list li {
    font-size: 1.1em;
  }

  .tab_wrap h4 {
    font-size: 1.3em;
  }

  label.panel-label {
    font-size: 80%;
  }

  .panel_list li {
    font-size: 90%;
  }
}

@media (max-width: 320px) {
  .tab_wrap h4 {
    font-size: 1.2em;
  }

  label.panel-label {
    font-size: 75%;
  }

  .panel_list li {
    font-size: 80%;
    width: 42%;
  }
}

/****************各ページ設定　ここまで****************/

/* modal window */
.wf_img_list_ul {
  height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.wf_scroll_parent {
  height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: block;
  overflow: scroll;
}

.md_wrap {
  width: 96%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.wf_mini_text_btn .wf_checkbox {
  position: absolute;
  left: 6px;
  top: 0px;
  bottom: 0px;
  right: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 0px;
  background-color: #fff !important;
  background-image: none !important;
  color: #333;
  z-index: 2;
  display: block;
  color: #000;
  padding: 2px;
}

.wf_mini_text_btn {
  /*	display:inline-block;
	margin-left:5px;
	background:#3796d2;
	color:#fff;
	padding:5px 10px;
	cursor:pointer;
	border-radius:5px;
	font-size:14px;
	*/
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1em;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 10px 5px 10px;
  background: #3796d2;
  box-shadow: 0px 3px 0px rgba(44, 111, 187, 1);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 2px;
  min-width: 48%;
}

.wf_mini_text_btn .wf_checkbox_label {
  padding: 0px 12px 0px 12px;
  cursor: pointer;
}

.wf_mini_text_btn label {
  width: auto !important;
  max-width: 100% !important;
}

.wf_mini_text_btn * {
  color: #fff !important;
}

.md_wrap .wf_header {
  height: 34px;
  /*background:#377399;*/
  padding: 0;
  /*color:#fff;*/
}

.md_wrap .wf_header p {
  position: relative;
}

.md_wrap .wf_header p img {
  /*
	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
	width:12px;
	*/
  float: right;
}

.wf_slide_edit .md_wrap_main .wf_img_list {
  position: relative;
  color: #333;
}

.wf_slide_edit .md_wrap_main .close {
  position: absolute !important;
  top: -10px !important;
  right: -5px !important;
  width: 24px !important;
  cursor: pointer !important;
  z-index: 1;
}

.wf_slide_edit .md_wrap_main .close:hover {
  opacity: 0.8;
}

.wf_img_edit .md_wrap_main ul,
.wf_slide_edit .md_wrap_main ul .wf_img_list {
  margin: 3% 2% 3%;
  padding: 2%;
  padding-bottom: 10px;
  background: #f7f7f7;
  border-radius: 5px;
  display: block;
}

.wf_img_list .columns:last-child {
  margin-bottom: 0px !important;
}

/*
.wf_img_edit .md_wrap_main li,
.wf_slide_edit .md_wrap_main li {
	display:inline-block;
	vertical-align:top;
	margin:0;
}
	*/

.wf_slide_edit .md_wrap_main .slide_img_add {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.wf_slide_edit .md_wrap_main .slide_img_add img {
  cursor: pointer;
  width: 38px;
}

.wf_slide_edit .md_wrap_main .slide_img_add img:hover {
  opacity: 0.8;
}

/*
.md_wrap_main li.wf_img {
	width:20%;
	text-align:center;
}*/
.md_wrap_main li.wf_sub {
  /*	width:52%;*/
  text-align: left;
  padding-top: 10px;
}

li.wf_img {
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 0px 0px 3px #efefef inset;
  border: 4px solid #f7f7f7;
  position: relative;
}

li.wf_img span.wf_img_caption {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  color: #fff;
  background: #3796d2;
  font-size: 10px;
}

li.wf_img:hover {
  box-shadow: 0px 0px 0px 3px #3796d2 inset;
  border: 4px solid #f7f7f7;
}

.md_wrap_main li.wf_img img {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.md_wrap_main li.wf_img img:hover {
  cursor: pointer;
  border-color: #74c9ff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.md_wrap_main li input,
.md_wrap_main li label {
  display: block;
}

.md_wrap_main li .radio {
  margin: 3px auto 3px !important;
}

.md_wrap_main li label {
  font-size: 80%;
  color: #888;
}

.md_wrap_main li.wf_sub input.text {
  margin-bottom: 10px;
  width: 100%;
}

.edit_textbox_anchor_p,
.md_wrap_main li.wf_sub {
  position: relative;
}

.md_wrap_main li.wf_sub input.image_link,
.edit_textbox_anchor_p .text_link {
  width: 70%;
  float: left;
}

.edit_textbox_anchor_p .text_link {
  width: calc(70% - 40px) !important;
}

.md_wrap_main li.wf_sub .image_link_btn img {
  position: relative;
  width: 27px;
  height: 27px;
  float: left;
  display: block;
  margin-left: 5px;
  cursor: pointer;
}

.edit_textbox_anchor_p .image_link_btn img,
.edit_common_line_p .image_link_btn img {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
}

/*
.md_wrap_list {
	height:180px;
	overflow-y:auto;
	overflow-x:hidden;
}
.md_wrap_list ul{
	margin:2% 1%;
}
.md_wrap_list li {
	width:22%;
	margin:0 1.5% 2%;
	vertical-align:top;
	display:inline-block;
}
.md_wrap_list li.mb_btn {
	display:block;
	width:auto;
	margin-bottom:5%;
}
*/
.mb_btn {
  text-align: center;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.mb_btn * {
  text-decoration: none;
}

.mb_btn a {
  color: #fff;
  background: #3796d2;
  font-size: 85%;
  display: inline-block;
  padding: 5px 20px 4px;
  border-radius: 3px;
}

.mb_btn a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
}

.mb_btn span {
  float: right;
}

.mb_btn span input {
  display: inline-block;
  vertical-align: middle;
}

.mb_btn .search_input {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 6px;
  padding: 3px;
}

/*
.mb_btn .search_label {
}
*/

.md_wrap_list li img {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
  max-width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.md_wrap_list li:hover img {
  cursor: pointer;
  border-color: #74c9ff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.edit_image_class_p {
  border-top: 0px solid #ccc;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  display: block;
}

.edit_image_class_p label {
  width: 25%;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

.edit_image_class_p label:after {
  content: ":";
}

.edit_image_class_p input {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 75%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  float: left;
}

#edit_image_library {
  margin: 0px;
  padding-bottom: 50px;
  max-width: 100%;
  position: relative;
}

#edit_image_library li {
  background: #efefef url(../images/img_bg.png);
  display: block;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #efefef inset;
  padding: 5px 5px 16px 5px;
  position: relative;
  cursor: pointer;
}

.wf_txt01 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #000;
  background: #efefef;
  padding: 2px 5px;
  width: calc(100%);
  font-size: 12px;
  box-sizing: border-box;
  border-bottom: 2px solid #efefef;
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
}

#edit_image_library li:hover {
  box-shadow: 0px 0px 0px 2px #3796d2 inset;
}

#edit_image_library li:hover .wf_txt01 {
  border-bottom: 2px solid #3796d2;
  border-left: 2px solid #3796d2;
  border-right: 2px solid #3796d2;
}

#edit_image_library li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* 20220119 */
#delete_form {
  border: transparent 3px solid;
}

/*
.wf_checkbox{
	
}
*/
.wf_checkbox,
.wf_checkbox_label {
  display: block !important;
}

/*
.wf_checkbox_label:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	width:0;
}*/
/*
.md_wrap_main {
}
*/

/*
@media (max-width: 770px) {
#edit_textbox .edit_textbox_class_p input,
#edit_textbox .edit_textbox_anchor_p input
{
	display:block;
	box-sizing:border-box;
	position:relative;
	width:60%;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	float:left;
}	
	
.wf_scroll_parent{
	height:calc(100vh - 150px)!important;
}
	
#edit_textbox,#edit_quill,#edit_image,#edit_image_lib{
	padding:5px!important;
}	
	
#edit_image_wrap,#edit_image_lib_wrap,.wf_common_wrap{

position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	height:100%;
		
		}
#edit_image,#edit_image_lib{
	max-height:100vh;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	}
.md_wrap_main ul {
	text-align:center;
}
.wf_img_edit .md_wrap_main ul,
.wf_slide_edit .md_wrap_main ul .wf_img_list {
	margin:15px;
	padding:12px;
}
 li.wf_img {
	width:50%;
	text-align:center;
	float:left;
	box-sizing:border-box;
	padding:5px;
}
li.wf_img_last{
	clear:right;
}

.md_wrap_main li.wf_sub {
	box-sizing:border-box;
	width:100%;
	max-width:640px;
	text-align:left;
	padding-top:10px;
	clear:both;
}
.mb_btn span {
	width:100%;
	display:block;
	padding-top:10px;
	float:none;
}
}
*/
@media (max-width: 480px) {
  /*.md_wrap_list li {
    width: 30.3%;
}*/
}

@media (max-width: 320px) {
}

/*-- 20180605追記 --*/

/*--ヘッダー--*/

.header_logo {
  width: 13%;
  border-right: 1px solid #373737;
  float: left;
  /* display:  none; */
  box-sizing: border-box;
}

.WebFlyer_header h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 25px;
  padding-left: 0;
  padding: 13px 15px 7px 0px;
  color: #fff;
  line-height: 1;
  margin: 0;
  /* max-height: 30px; */
  display: block;
  vertical-align: top;
  font-weight: normal;
}

.WebFlyer_header h1 a {
  color: #fff;
  line-height: 1;
}

.WebFlyer_header h1 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.header_nav {
  width: 60%;
  float: left;
  padding-left: 2%;
  box-sizing: border-box;
  position: relative;
}

.header_box {
  width: 20%;
  float: right;
  color: #fff;
}

.header_box .wf_rightbtn {
  width: 50%;
  max-width: 100px;
  min-width: 44px;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
  padding: 2px 2px 1px 2px;
  box-sizing: border-box;
  display: block;
  float: right;
  margin-right: 0;
  font-weight: normal;
  color: #000 !important;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  margin-top: 15px;
  border: 1px solid #fff;
}

.header_box .customer_name {
  float: left;
  width: 48%;
  padding-top: 15px;
  font-size: 12px;
}

.login .form_cell {
  border-bottom: none;
}

.login h2 {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  margin: 120px auto 20px;
  font-size: 46px;
  letter-spacing: 0.05em;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.3;
}

.login_box {
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  color: #666;
}

.login_box h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.login .form_cell input {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background: #f6f6f6;
}

.login .form_cell p.login_check {
  margin-bottom: 30px;
}

.login .form_cell p.login_check input {
  padding: 0;
  vertical-align: top;
  margin: 3px 10px 5px 5px;
}

.title_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}

.list_menu_top {
  margin: 20px 0 10px;
  color: #d7d7d7;
}

.list_menu_top a,
.list_menu_top span {
  color: #787878;
}

.list_menu_top li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

.list_menu_top li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #d7d7d7;
  left: 0;
  top: 0;
}

.list_menu_top li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #d7d7d7;
  right: 0;
  top: 0;
}

.list_menu_top .list_menu_top01 li:after,
.list_menu_top .list_menu_top02 li:first-child:after {
  display: none;
}

.list_menu_top .list_menu_top01 {
  float: left;
}

.list_menu_top .list_menu_top02 {
  float: right;
}

.list_menu_top .list_menu_top01 li:first-child,
.list_menu_top .list_menu_top02 li {
  text-align: center;
  width: 55px;
}

.list_menu_top .list_menu_top01 li:nth-child(2) span {
  padding-left: 20px;
}

.blog_page_edit .list_menu_top .list_menu_top02 li:first-child:after {
  display: block;
}

.blog_page_edit .list_menu_top .list_menu_top01 li:last-child:before {
  display: none;
}

.blog_page_edit .list_menu_top .list_menu_top01 li:nth-child(2) span {
  padding-left: 25px;
}

.blog_page_edit .list_menu_top .list_menu_top01 li:nth-child(3) span {
  padding-left: 80px;
}

.list_menu_top a,
.list_menu_top span {
  color: #787878;
}

.page_edit_each .list_menu_top span {
  font-size: 11px;
  position: relative;
}

.page_edit_each .list_menu_top span:before {
  position: absolute;
  top: 25px;
  right: 50%;
  margin-right: -5px;
  width: 0px;
  height: 0px;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #939393;
  background: none;
}

.page_edit_each .list_menu_top li:before,
.page_edit_each .list_menu_top li:after {
  display: none;
}

.page_edit_each .list_menu_top .list_menu_top01 li:first-child,
.page_edit_each .list_menu_top .list_menu_top02 li {
  width: 42px;
}

.page_edit_each .list_menu_top .list_menu_top01 {
  padding-left: 5px;
}

.page_edit_each .list_menu_top .list_menu_top02 {
  padding-right: 20px;
}

.edit_btnbox {
  max-width: 300px;
  margin: 30px auto 0;
}

.edit_btnbox .ok_btn {
  width: 49%;
  float: left;
}

.edit_btnbox .cancel_btn {
  width: 49%;
  float: right;
}

.wf_rightbtn.edit_btn {
  background: #0085bc;
  border: none;
  color: #fff !important;
}

.time_p {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 12px;
  margin-top: 16px;
  padding-right: 10px;
}

.form_cell_add_btn_box {
  padding: 30px 0;
  border-bottom: 1px solid #d0d0d0;
  background: #fff;
}

.page_edit_each .edit_control {
  margin-bottom: 4em;
}

.under .title_inner h3 span {
  border-bottom: none;
  font-size: inherit;
}

#css_edit_textarea {
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
}

.setting h4.wf_title {
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: none;
  width: 1000px;
}

.setting h4.wf_title:before {
  display: none;
}

.setting-list {
  max-width: 1000px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  padding: 20px;
  margin: 4em auto;
  border-radius: 2px;
}

.setting-list li {
  float: left;
  width: 24%;
  margin-right: 1.33333333333%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 2px 14px;
}

.setting-list li:nth-child(4n) {
  margin-right: 0;
}

.setting-list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.25em;
  left: 0px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #83ac14;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.setting .wf_cmn_raw_btn.wf_cmn_raw_btn_color1 {
  background: #83ac14;
}

@media (max-width: 1000px) {
  .header_logo {
    display: none;
  }

  .head_btn_wrap p {
    font-size: 9px;
    margin-top: 5px;
    margin-left: 7px;
  }

  .header_box .customer_name {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .header_logo {
    width: 100%;
    border-right: none;
    float: none;
    text-align: center;
  }

  .header_nav {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .head_btn_wrap img {
    margin: 0 auto;
    display: block;
    float: none;
  }

  .head_btn_wrap p {
    margin: 10px auto 0;
    text-align: center;
    float: none;
    font-size: 10px;
  }

  .header_box {
    width: 100%;
    float: none;
    color: #fff;
  }

  .header_box .customer_name {
    float: left;
    width: auto;
    padding-top: 10px;
    padding-right: 3%;
    font-size: 12px;
  }

  .header_box .wf_rightbtn {
    margin-top: 8px;
  }

  .wf_rightbtn {
    font-size: 11px;
  }

  .edit_title label,
  .edit_date label {
    width: 100%;
    float: none;
    text-align: left;
  }

  .time_p {
    float: none;
    text-align: left;
    width: 100%;
  }

  .setting-list {
    max-width: 90%;
  }

  .setting-list li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .list_menu_top {
    display: none;
  }

  .wf_menu_list .inner_btn {
    margin: 5px 5px 0;
  }

  .blog_page_edit .inner_btn {
    margin: 5px 0px 0;
  }

  .page_edit .list li input {
    margin: 10px 10px 0 0px;
  }
}

@media (max-width: 480px) {
  .login_box {
    max-width: 300px;
  }

  .wf_rightbtn {
    font-size: 10px;
  }
}

/* 個別ページメニュー */

.tab_box .slick-prev::before,
.tab_box .slick-next::before {
  content: "" !important;
}

.tab_box {
  /*	background:rgba(184,217,230,0.85);*/
  background: #c2dee9;
  margin: 0 auto;
  padding: 40px 0 0;
  z-index: 10;
  /*
	position:absolute;
	bottom:0px;*/
}

.tab_close {
  position: absolute;
  top: -38px;
  right: 0px;
}

.tab_box h4,
.tab_box .h4_2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0 12px;
}

.tab_box h4:before,
.tab_box .h4_2:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #0085bc;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.tab_box img {
  margin-bottom: 5px;
}

.tabwrap01 input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
}

.tab_area_inner,
.panel_area_inner {
  width: 1250px;
  max-width: 90%;
  margin: 0px auto;
}

.tab_area label,
.panel_area li {
  width: 10%;
  margin: 0 5px;
  display: inline-block;
  color: #333333;
  text-align: left;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  position: relative;
  font-weight: bold;
}

/*.tab_area label{
    height: 110px;
}*/
.panel_area li {
  color: #fff;
  font-weight: normal;
}

.tab_area label:hover,
.panel_area li:hover {
  opacity: 0.6;
}

.panel_area {
  background: #76bdda;
  position: relative;
}

.tab_panel {
  width: 100%;
  padding: 20px 0 40px;
  position: absolute;
  top: 0px;
  z-index: 10;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

/*
#tab1:checked ~ .tab_area .tab1_label{}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{}
#tab8:checked ~ .panel_area #panel8{display:block;}
*/

.slick-initialized {
  display: block;
}

.tab_area .slick-prev {
  background: url(../images/edit_arrow01.png) no-repeat center center;
  width: 40px;
  height: 40px;
}

.tab_area .slick-next {
  background: url(../images/edit_arrow02.png) no-repeat center center;
  width: 40px;
  height: 40px;
}

.tab_area .slick-prev:hover,
.tab_area .slick-prev:focus {
  outline: none;
  background: url(../images/edit_arrow01.png) no-repeat center center;
  opacity: 0.8;
}

.tab_area .slick-next:hover,
.tab_area .slick-next:focus {
  outline: none;
  background: url(../images/edit_arrow02.png) no-repeat center center;
  opacity: 0.8;
}

.panel_area .slick-prev {
  background: url(../images/edit_arrow03.png) no-repeat center center;
  width: 40px;
  height: 40px;
}

.panel_area .slick-next {
  background: url(../images/edit_arrow04.png) no-repeat center center;
  width: 40px;
  height: 40px;
}

.panel_area .slick-prev:hover,
.panel_area .slick-prev:focus {
  outline: none;
  background: url(../images/edit_arrow03.png) no-repeat center center;
  opacity: 0.8;
}

.panel_area .slick-next:hover,
.panel_area .slick-next:focus {
  outline: none;
  background: url(../images/edit_arrow04.png) no-repeat center center;
  opacity: 0.8;
}

.tab_box .slick-prev {
  left: -60px;
  margin-top: -20px;
  z-index: 20;
}

.tab_box .slick-next {
  right: -60px;
  margin-top: -20px;
  z-index: 20;
}

.tab_box .tab_area .slick-prev,
.tab_box .tab_area .slick-next {
  top: 35%;
}

/* 三角 */

.tab_box label {
  position: relative;
}

.tab_area_inner.wf_slick-slider {
  margin-bottom: 0;
}

.tab_box label.wf_blockadd_current:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0px -15px -3px 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #76bdda;
}

@media (max-width: 1300px) {
  .tab_box .slick-prev {
    left: -25px;
  }

  .tab_box .slick-next {
    right: -25px;
  }

  .tab_area .slick-prev {
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
  }

  .tab_area .slick-next {
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
  }

  .panel_area .slick-prev {
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
  }

  .panel_area .slick-next {
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
  }

  .tab_area .slick-prev:hover,
  .tab_area .slick-prev:focus {
    background-size: 100% 100%;
  }

  .tab_area .slick-next:hover,
  .tab_area .slick-next:focus {
    background-size: 100% 100%;
  }

  .panel_area .slick-prev:hover,
  .panel_area .slick-prev:focus {
    background-size: 100% 100%;
  }

  .panel_area .slick-next:hover,
  .panel_area .slick-next:focus {
    background-size: 100% 100%;
  }
}

@media (max-width: 1000px) {
  .tab_close {
    right: 0;
  }
}

@media (max-width: 767px) {
  .login h2 {
    margin: 0px auto 0px;
  }

  .tab_area_inner,
  .panel_area_inner {
    max-width: 85%;
  }

  .tab_area label {
    height: 110px;
  }
}

@media (max-width: 480px) {
  .tab_panel {
    padding: 20px 0;
  }

  .tab_area .slick-prev {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }

  .tab_area .slick-next {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }

  .panel_area .slick-prev {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }

  .panel_area .slick-next {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }

  .tab_box .slick-prev {
    left: -20px;
  }

  .tab_box .slick-next {
    right: -20px;
  }
}

body p {
  margin: 0;
}

/*20211125- v3 edit*/
.wfbasics:before {
  content: "基本情報が反映されます";
}

.edit_body .wfbasics {
  background: none !important;
  min-height: 1em !important;
  border: 0 !important;
  cursor: default !important;
}

.edit_body td.wfbasics {
  border: 1px solid #ccc !important;
}

/* 20220131 フォームスタイル */
#mailform .orderTable {
  border-color: #666666;
}

#mailform .orderTable th {
  border-color: #666666;
  background-color: #cccccc;
}

#mailform .orderTable td {
  border-color: #666666;
}

#mailform .required {
  color: #fff !important;
  background-color: red;
  padding: 2px;
  font-size: 12px;
  float: right;
}

#mailform .orderTable input,
#mailform .orderTable select {
  border: 1px solid #cccccc;
}

#mailform .orderTable input:hover,
#mailform .orderTable select:hover {
  background: none;
}

#mailform .orderTable input:focus {
  background: none repeat scroll 0 0 #ffffcc;
}

#mailform .sender_form_submit_input {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 40%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  border: none;
  margin: 0 auto;
}

#mailform .sender_form_submit_input:hover {
  opacity: 0.8;
}

#mailform .addressForm input {
  display: none;
}

.contentnone {
  display: none;
}
/*2023 採用*/
.edit_body .wf_cor_wrap.carousel {
  max-height: 100vh;
}
.edit_body .wf_cor_wrap.carousel::after {
  content: "SLIDE";
  height: 1em;
  color: #fff;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  display: block;
  margin: auto;
}
.edit_body .wf_cor_wrap.carousel .wf_img_cont {
  max-height: 100vh;
  overflow: hidden;
}

.edit_body .wf_60 > div::after {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  content: "CV TAG";
  max-width: 800px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #e0e0e0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  margin: auto;
}
