@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
a,
label,
input[type="submit"],
input[type="button"],
button {
  /* @mixin:transition */
  -webkit-transition: opacity 0.12s;
  transition: opacity 0.12s;
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

/*
-----------------------------------------------------------
 clearfix 
----------------------------------------------------------- */
.clearfix {
  /* @mixin:clearfix */
}
.clearfix:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #f13748;
  font-size: 13px;
  padding: 3px;
  font-weight: bold;
  line-height: 1.3;
}

/*
---------------------------------------------------------
 colorbox
--------------------------------------------------------- */
#colorbox {
  box-sizing: content-box;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop 
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
}

.Pagetop a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: block;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid;
  width: 50px;
  padding: 10px 3px 5px;
}

.Pagetop a img {
  width: 23px;
  display: block;
  margin: 0 auto;
}

.Pagetop a span {
  font-size: 11px;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 3px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-blog-page
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page {
  text-align: center;
  margin-top: 40px;
}

.wb-blog-page > span,
.wb-blog-page > a {
  border: 1px solid #FFF;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0;
  margin: 0 1px 4px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
}

.wb-blog-page .wb-blog-btn-now {
  color: #38393a;
  background-color: #FFF;
}

.wb-blog-page .wb-blog-page-separator {
  display: none;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  overflow: hidden;
  color: transparent !important;
  position: relative;
}
.wb-blog-page .wb-blog-btn-next:before,
.wb-blog-page .wb-blog-btn-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8px;
  height: 15px;
}

.wb-blog-page .wb-blog-btn-prev:before {
  background-image: url(../img/icon_arrow01_left.svg);
  right: 2px;
}

.wb-blog-page .wb-blog-btn-next:before {
  background-image: url(../img/icon_arrow01_right.svg);
  left: 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 web-box
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 HTMLeditor
--------------------------------------------------------- */
.HTMLeditor {
  /* @mixin:clearfix */
}
.HTMLeditor:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.HTMLeditor ul,
.HTMLeditor ol {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.HTMLeditor li + li {
  margin-top: 0.3em;
}

/* style
--------------------------------------------------------- */
.HTMLeditor .marker {
  background-color: Yellow;
}

/*
---------------------------------------------------------
 見たまま編集
--------------------------------------------------------- */
.wb-core-edit-layer {
  box-sizing: content-box;
}

.wb-core-edit-layer:hover .wb-core-edit-btn-layer-title {
  display: inline-block;
}
