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

iframe,
video {
  max-width: 100%; }

button,
input[type="submit"],
input[type="button"] {
  font-family: inherit; }

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

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

.wb-blog-page > span,
.wb-blog-page > a {
  color: #004098;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: 1px solid #004098;
  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: #004098;
  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: #004098;
    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 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; }

/*# sourceMappingURL=common.css.map */
