@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 Font
-----------------------------------------------------------
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
label,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

/*
-----------------------------------------------------------
 transition
----------------------------------------------------------- */
a {
  /* @mixin:transition */
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}
a:link, a:visited {
  color: #3e3e97;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
-----------------------------------------------------------
 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;
  position: relative;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 5%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-blog-page
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  text-align: center;
  margin-top: 40px;
}

.wb-blog-page > span,
.wb-blog-page > a {
  color: #f15e0e;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: 1px solid #f15e0e;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0;
  margin: 0 1px 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 34px;
  background: #FFF;
}

.wb-blog-page .wb-blog-btn-now {
  background-color: #f15e0e;
  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;
}
.wb-blog-page .wb-blog-btn-next:before,
.wb-blog-page .wb-blog-btn-prev:before {
  color: #f15e0e;
  display: block;
  font-weight: 900;
}

.wb-blog-page .wb-blog-btn-next:before {
  content: '\f054';
}

.wb-blog-page .wb-blog-btn-prev:before {
  content: '\f053';
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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;
}

