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

a,
button,
label,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

iframe,
video {
  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;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px;
}

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

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

.Pagetop a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  color: #2d65a5;
  display: block;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid;
  width: 46px;
  height: 46px;
  line-height: 45px;
  font-size: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: 1px solid #999999;
  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: #2d65a5 !important;
  border-color: #2d65a5 !important;
  color: #fff !important;
}

.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;
}
.wb-blog-page .wb-blog-btn-next:before,
.wb-blog-page .wb-blog-btn-prev:before {
  color: #222;
  display: block;
  font-family: "Font Awesome 5 Free";
  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 img {
  height: auto !important;
}

.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;
}
