
@charset "UTF-8";

/*変数*/
:root{
	/*色*/
	--primary:#880000;
	--red:#c00000;
	--yellowBack:#efeedf;
	--blue:#222ebd;
	--gray:#888888;
	--lightgreen:#edffe8;
	--white:#ffffff;
	--text:#303030;
	
/*左右の余白*/
	--side:6vw;
}

body,
button,
input,
select,
textarea {
  color: #303030;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:link,
a:visited {
  color: var(--primary);
}

a:hover,
a:focus,
a:active {
  color: #303030;
}

h1, h3 {
  border-bottom: solid 3px #ddd;
  position: relative;
  color: var(--primary);
  z-index: 0;
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;

}
h1:after, h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--red);
  bottom: -3px;
  width: 30%;
  z-index: 0;
}

th {
  background-color: #d4d4d4;
}

.main-navigation-toggle, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background: var(--primary);
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.75);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #111;
}

.wp-block-button .wp-block-button__link {
  border-radius: 4px !important;
  margin: 0 5% !important;
}

.wp-block-button .wp-block-button__link:hover {
  opacity: 0.7 !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: var(--primary);
}

/*.site, #page-heads {
  background: #fff;
}*/

.site-title {
  color: #303030;
}

.site-title a:link,
.site-title a:visited {
  color: #303030;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
  color: var(--white);
  text-decoration: none;
  background: var(--primary);
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
  background: var(--red);
  color: var(--white);
}

.main-navigation-menu > li.current-menu-item > a {
  border-color: #c4c4c4;
}

.main-navigation-menu ul a:link,
.main-navigation-menu ul a:visited {
  color: #fff;
}

.main-navigation-menu ul a:hover,
.main-navigation-menu ul a:active {
  background: rgba(255, 255, 255, 0.1);
}

.main-navigation-toggle.active {
  color: rgba(0, 0, 0, 0.5);
  background: #cfcfcf;
}

.post-slider-controls .zeeflex-direction-nav a {
  background: rgba(0, 0, 0, 0.63);
}

.widget-title a:link,
.widget-title a:visited {
  color: #303030;
}

/* Read more Link 詳細を見る*/
.morelinkBtn a{
	color: var(--primary);
	display: block;
	text-decoration: none;
	padding: 2px 1em 0 1em;
	font-size: 0;
	text-align: center;
	border:solid thin var(--primary);
	transition: 0.5s ;
}
.morelinkBtn a:hover{
	color: var(--white);
	background: var(--primary);
}
.morelinkBtn a:before {
	padding: 0.8em;
	margin-top: 5px;
	font-size: 0.72rem;
	content: "詳細を見る";
	}
.morelinkBtn a:hover{
	color: var(--white);
	background: var(--primary);
}	
	

/*以下旧設定
.box1low a, .more-link {
  display: inline-block;
  margin: 0;
  padding: 2px 0.8em 0 0.8em;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.box1low a {
  font-size: 0;
}

.box1low a:before {
  padding: 0.8em;
  margin-top: 5px;
  font-size: 0.72rem;
  content: "詳細を見る";
}

.box1low a, .more-link:link,
.more-link:visited {
  color: #fff;
}

.box1low a:hover, .more-link:hover,
.more-link:active {
  background: #939393;
  text-decoration: none;
}

.sidebar .box1low a, .more-link {
  display: inline-block;
  margin: 0;
  padding: 0.4em 0.8em;
  background: var(--primary);
  color: #fff;
}
*/ここまで


/* Theme Pagination */
.pagination {
  margin: 0 0 3em;
}

.pagination a,
.pagination .current {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0.4em 1em;
  background: #303030;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pagination a:link,
.pagination a:visited {
  color: #fff;
}

.pagination a:hover,
.pagination a:active,
.pagination .current {
  background: var(--primary);
}

.infinite-scroll #infinite-handle span {
  background: #464646;
}

.infinite-scroll #infinite-handle span:hover {
  background: var(--primary);
}

.page-title,
.entry-title {
  color: #464646;
}

.entry-title a:link,
.entry-title a:visited {
  color: #464646;
}

#bread-out {
  margin: 0 auto 0 auto;
  width: 100%;
}

#bread {
  margin: 0 auto 0 5px;
  padding: 0;
  box-sizing: border-box;
}

#bread ul {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#bread ul li {
  height: 15px;
  line-height: 15px;
  float: left;
  font-size: 12px;
}

#bread ul li:before {
  content: ">";
  margin: 0 10px;
}

#bread ul li:first-child:before {
  content: none;
}

#top_fbox .grid-content li, #syousai_box li, .grid-content.cookie_fudou_single li {
  font-size: 88%;
  display: block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  width: 28.8%;
  padding-right: 2.237em;
  width: 33.33333333%;
}

#top_fbox .grid-content li span.top_kotsu {
  display: block;
}

.sidebar .grid-content.cookie_fudou_single li {
  font-size: 88%;
  display: block;
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  padding-right: 5%;
  width: 95%;
  line-height: 1.5;
}

.sidebar .grid-content.cookie_fudou_single li:before {
  content: none;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar .widget ul {
  list-style-type: none;
  /* マーカーを3文字寄せた分、ULにマージンを設定*/
}

.sidebar ul li:before {
  content: '▶';
  /* ←ここにリストマーカーにしたい文字列を設定 */
  margin-left: -27px;
  /* 3文字分、左に寄せる */
  font-size: 14px;
  margin-right: 10px;
  color: #bfc0bf;
}

#top_fbox .grid-content br {
  display: none;
}

ul.grid-content, #syousai_box ul {
  display: block;
  float: left;
  width: 104%;
}

#top_fbox .new_mark, #syousai_box .new_mark, .grid-content.cookie_fudou_single .new_mark {
  font-weight: bold;
  z-index: 100;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-left: -11px;
  font-family: 'Helvetica', 'sans-serif';
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  background: var(--primary);
  padding: 3px 25px;
  line-height: 1.2;
}

.grid-content.cookie_fudou_single .new_mark:before, .grid-content.cookie_fudou_single .new_mark:after, #top_fbox .new_mark:before, #top_fbox .new_mark:after, #syousai_box .new_mark:before, #syousai_box .new_mark:after {
  display: block;
  position: absolute;
  left: 0px;
}

#top_fbox .new_mark:before, #syousai_box .new_mark:before, .grid-content.cookie_fudou_single .new_mark:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #780404;
  border-right-color: #780404;
  top: 19px;
  z-index: 10;
}

#top_fbox .new_mark:after, #syousai_box .new_mark:after, .grid-content.cookie_fudou_single .new_mark:after {
  content: "";
  color: #fff;
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  top: 8px;
}

img.box1image {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 15px 0 0;
}

img:hover {
  opacity: 0.8;
}

.top_title {
  color: #000000;
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.top_price {
  font-weight: 700;
  color: #c10000;
  font-family: arial;
  font-size: 130%;
}

.top_madori {
  font-weight: 700;
  color: #939393;
  font-size: 130%;
  font-family: arial;
}

.post-slider .zeeslide .slide-content {
  padding: 1.5em !important;
}

#commonCnt li#inquiry a {
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  width: 180px;
  display: block;
  padding: 10px 0;
}

#commonCnt li#request a {
  background: #939393;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  width: 180px;
  display: block;
  padding: 10px 0;
}

#commonCnt li#inquiry a:hover, #commonCnt li#request a:hover {
  background: red;
}

/*#commonCnt li {
  background: #fff;
}*/

#commonCnt p span {
  color: var(--primary);
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  display: block;
  background: rgba(223, 0, 0, 0.61);
  color: #fff;
  width: 76px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

#page-top a:hover {
  background-color: var(--primary);
  color: #fff;
  text-decoration: none;
}

.swiper-container {
  width: 100%;
  line-height: 0;
}

.swiper-slide span {
  position: absolute;
  left: 10%;
  text-shadow: 0 0 10px #000, 0 0 15px #000;
  top: 42%;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  width: 75%;
  font-size: 46px;
  font-weight: 500;
  font-family: '游明朝';
}

span.slide-lead {
  top: 52%;
  padding: 5px 0 5px 5px;
  width: 75%;
  font-size: 18px;
  line-height: 2;
  font-family: Meiryo;
}

.swiper-slide-next, .swiper-slide-prev {
  display: inline-block;
}

.swiper-slide-prev img, .swiper-slide-next img {
  opacity: 0.6;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.67) !important;
  border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.93) !important;
  transform: scale(1.4) !important;
}

.kaiin_count {
  background-color: #f5f5f5;
  padding: 15px 5% 2px 5%;
}

form#searchitem {
  background-color: #f5f5f5;
  padding: 5%;
}

input[type="submit"] {
  background-color: var(--primary);
  color: #fff;
  padding: 5px 5%;
  line-height: 1.5;
  width: 100%;
  margin: 10px auto;
}

.list_price li dt {
   background: var(--white);
  padding: 2px 10px;
  color: #1e1e1e;
  border: 1px solid #b0b0b0;
  margin: 3px 10px 10px auto;
  font-weight: 400;
  float: left;
}

.list_price li dd {
  padding-top: 7px;
  margin-right: 20px;
  float: left;
}

#list_add_table li dd {
  width: 75%;
  margin-right: 5%;
  float: left;
}

#list_add_table li {
  width: 50%;
  float: left;
  list-style: none;
}

#list_add_table li dt {
  width: 18%;
  font-size: 0.875rem;
  margin-right: 2%;
  margin-top: 5px;
  background: var(--white);
  padding: 1%;
  color: #1e1e1e;
  border: 1px solid #b0b0b0;;
  font-weight: 400;
  float: left;
  text-align: center;
}

.dpoint4 {
  font-weight: 700;
  color: var(--primary);
  font-family: arial;
}

.contact-form {
  background-color: #fff;
  padding: 10%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
}

.contact-chui {
  background-color: #F44336;
  padding: 0 2%;
  font-size: 12px;
  color: #fff;
  margin: 1%;
  border: 1px solid #f44336;
}

#toiawasesaki {
  display: -webkit-box;
  float: left;
  margin: 50px 0;
  width: 100%;
}

#contact_form {
    float: left;
    width: 100%;
}
#contact_form span input,
#contact_form textarea{
	background-color: #fff;
}
.contact-box {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius:5px
}

.contact-box-in {
  width: 100%;
  margin: 0px auto 0 auto;
  text-align: center;
}

.contact-box-title {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family : "Lato-Bold" ;
  position: relative;
}
.contact-box-title:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--primary);
}

.contact-box-left {
  float: left;
  width: 50%;
  border-right: 1px solid #d1d1d1;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

.contact-box-tel {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family : "Lato-Bold";
  color:var(--primary);
}

.contact-box-right {
  float: right;
  width: 50%;
}

.contact-box-form {
  border: 0;
  margin-top: 10px;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

.contact-box-form a {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
}

.contact-box-form a:hover {
  background: red;
  color: #fff;
  padding: 10px 20px;
}

.contact-form2 {
  background-color: #fff;
  padding: 10%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
}

.new_mark {
  color: #fff;
  background-color: red;
  text-transform: uppercase;
  float: left;
  text-align: center;
  padding: 2px 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.39);
  font-size: 0.85rem;
  font-weight: 400;
  margin-right: 10px;
  margin-top: 3px;
}

.main-navigation-menu ul {
  background: #939393;
  color: #fff;
}

.kaiin_login {
  background: #f5f5f5;
  padding: 10%;
}

.kaiin_login input[type="password"], .kaiin_login input[type="text"] {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.2em;
}

#list_simplepage .hentry .list_picsam {
  width: 809px;
  padding: 0 0 10px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.39);
  margin-bottom: 10px;

}

.list_simple_boxtitle .top_title {
  color: #000000;
  font-weight: normal;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 10px 20px;
  margin: 10px 0;
}

img.box4image {
  width: 50%;
  display: inline-block;
}

.list_details_button {
  font-weight: bold;
  z-index: 10;
  margin-top: 165px;
  margin-left: 255px;
  font-family: 'Helvetica', 'sans-serif';
  position: absolute;
  color: #fff;
  font-size: 22px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.48);
  padding: 20px 30px;
  border-radius: 10px;
  text-shadow: 1px 2px 3px #808080;
  transition: .4s ease-in-out;
}

.list_address {
  padding: 0 8%;
  margin: 0 auto 10px auto;
}

.list_address_koutu {
  padding: 0 8%;
}

#nav-above1 .nav-next {
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 10px;
  text-align: center;
}

#nav-above1 .nav-next a {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0;
  padding: 0.3em 0.7em;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}

#nav-above1 .nav-next a:hover {
  background-color: red;
  border: 1px solid red;
  color: var(--white);
}

#nav-above1 .nav-next b {
  font-weight: 700;
  padding: 0.3em 0.7em;
  background-color: #e9e9e9;
  border: 1px solid var(--primary);
  color: #939393;
}

.pageback a {
  background-color: #e9e9e9;
  padding: 2px 25px 3px 25px;
  border-radius: 10px;
}

.pageback a:hover {
  background-color: white;
}

.list_simple_boxtitle .new_mark {
  font-weight: bold;
  z-index: 10;
  margin-top: 30px;
  margin-left: -40px;
  font-family: 'Helvetica', 'sans-serif';
  position: absolute;
  color: #fff;
  width: 200px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: rgba(238, 104, 109, 0.86);
  padding: 2px 25px 3px 25px;
}

.list_simple_boxtitle .new_mark:before, .list_simple_boxtitle .new_mark:after {
  display: block;
  position: absolute;
  left: 0px;
}

.list_simple_boxtitle .new_mark:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #6f1b1e;
  border-right-color: #6f1b1e;
  top: 33px;
}

.list_simple_boxtitle .new_mark:after {
  content: "";
  color: #fff;
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  top: 8px;
}

header.entry-header span.bu-cat {
  background-color: var(--primary);
  color: #fff;
}

/*--------------------------------------------------------------
##　Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
  #list_simplepage .hentry .list_picsam {
    width: 100%;
  }

  .list_details_button {
    width: 25%;
    margin: 14% 18.8% 9.5% 18.8%;
    padding: 10px 30px;
  }

  .list_simple_boxtitle .top_title {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*--------------------------------------------------------------
##  Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
  #commonCnt p {
    background: #818181;
    color: #fff;
    border-top: solid 1px var(--white);
  }

  #commonCnt p span {
    color: #fff;
  }

  #commonCnt li a {
    color: #fff;
  }

  #commonCnt #request, #commonCnt #inquiry {
    background-color: #eee;
  }

  #list_simplepage .hentry .list_picsam {
    width: 100%;
  }

  .list_details_button {
    width: 30%;
    margin: 20% 25.5% 14% 25.5%;
    padding: 10px 30px;
  }

  .main-navigation-menu {
    background: var(--primary);
  }

  .main-navigation-menu .submenu-dropdown-toggle {
    color: #fff;
  }

  .main-navigation-menu .submenu-dropdown-toggle:hover,
  .main-navigation-menu .submenu-dropdown-toggle:active {
    background: rgba(255, 255, 255, 0.1);
  }

  .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.53);
  }

  .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.53);
  }

  .swiper-pagination.swiper-pagination-fraction {
    background: rgba(0, 0, 0, 0.41);
    color: #fff;
  }

  .main-navigation-menu a:link, .main-navigation-menu a:visited {
    color: #fff;
    text-decoration: none;
  }
}
/*--------------------------------------------------------------
## Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
  #commonCnt {
    background-color: #fff;
  }

  .list_details_button {
    width: 30%;
    margin: 21% 30% 14.5% 30%;
    padding: 10px;
  }

  #nav-above1 .nav-next a, #nav-above1 .nav-next b {
    padding: 0.05em 0.4em;
  }

  .list_picsam .swiper-slide {
    text-align: center;
  }

  .swiper-button-next {
    right: 0 !important;
    background-color: rgba(0, 0, 0, 0.53);
    width: 6%;
    height: 50px;
  }

  .swiper-button-prev {
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.53);
    width: 6%;
    height: 50px;
  }
}
/*--------------------------------------------------------------
## Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  #top_fbox .new_mark, #syousai_box .new_mark, .grid-content.cookie_fudou_single .new_mark {
    padding: 3px 15px;
  }

  .list_details_button {
    width: 30%;
    margin: 19% 30% 14.5% 30%;
    padding: 5px 0;
    font-size: 1rem;
  }

  .list_simple_boxtitle .top_title {
    color: #000000;
    font-weight: normal;
    display: block;
    padding: 3px 5% 0 5%;
    font-size: 1rem;
  }

  #list_simplepage .hentry .list_picsam {
    padding: 0;
  }

  .list_address_koutu, .list_address, .list_price li, #list_add_table li {
    font-size: 0.85rem;
  }

  .list_address {
    padding: 0 8%;
    margin: 0 auto 8px auto;
  }

  .list_address_koutu {
    padding: 0 8% 10px 8%;
  }

  .list_simple_boxtitle .new_mark {
    margin-left: -8%;
    width: 20%;
    font-size: 1rem;
  }

  .list_simple_boxtitle .new_mark:before {
    top: 24px;
  }

  #bread ul li:before {
    content: ">";
    margin: 0 5px;
  }

  .list_price li dt {
    background: #f5f5f5;
    padding: 1px 10px;
    margin: 3px 10px 10px auto;
  }

  .contact-box-left {
    width: 100%;
    border-right: 0;
  }

  .contact-box-right {
    float: right;
    width: 100%;
    margin-top: 40px;
  }
}
/*--------------------------------------------------------------
## Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
  .list_simple_boxtitle .new_mark {
    margin-left: -9%;
    width: 20%;
    font-size: 1rem;
    padding: 0;
  }

  .list_simple_boxtitle .new_mark:before {
    top: 19px;
  }

  .list_details_button {
    width: 44%;
    margin: 19.5% 23% 13% 23%;
    padding: 5px 0;
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
## Mobile  ( < 380px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {
  .list_simple_boxtitle .top_title {
    font-size: 1rem;
    margin-top: 5px;
  }

  .list_details_button {
    width: 46%;
    margin: 19.5% 22% 13% 22%;
    padding: 5px 0;
    font-size: 0.85rem;
  }
}
/*--------------------------------------------------------------
## Mobile  ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
  .list_simple_boxtitle .new_mark {
    margin-left: -7%;
    width: 20%;
    font-size: 0.85rem;
    padding: 0;
  }

  .list_simple_boxtitle .new_mark:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #6f1b1e;
    border-right-color: #6f1b1e;
    top: 16px;
  }

  .list_simple_boxtitle .new_mark:after {
    content: "";
    color: #fff;
    padding: 0 24px;
    height: 24px;
    line-height: 24px;
    top: 8px;
  }

  .list_details_button {
    width: 40%;
    margin: 22% 24.7% 14% 24.7%;
    padding: 5px 0;
    font-size: 0.85rem;
  }
}
/*--------------------------------------------------------------
18.0 Customizer Preview
--------------------------------------------------------------*/
.magazine-widgets-placeholder {
  position: relative;
}

.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 1em 1em 1em 55px;
  color: #939393;
  border: 2px dashed #939393;
}

/* Add some space around the visual edit shortcut buttons. */
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
  left: 15px;
  top: 12px;
}
