@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 45px;
  margin-bottom: 35px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #5b5b5b;
}

.Page-head .breadcrumb {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
  margin-top: 5px;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  padding-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f15c23;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 24px;
  padding: 20px 5px 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #fff;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 23px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/*.Page-head.original*/
.Page-head.original .page-title-wrap {
  width: 100%;
  height: 180px;
  /* 縦幅をaspect-ratioよりも広く指定 */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* 別CSSで background-image を上書きする */
  background-image: url("");
  box-sizing: border-box;
  overflow: hidden;
  /* 画像がみきれてもOK */
}

.Page-head.original .page-title-wrap .Title-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Page-head.original .breadcrumb {
  margin-top: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
body.MOD-nav-open {
  overflow: hidden;
}

.Header .header-main {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 85;
}

header.Header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 45px);
  z-index: 200;
  padding: 45px 30px 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Header-nav:before
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav:before {
  background: #006ab4;
  content: "";
  opacity: 0.9;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

/*
---------------------------------------------------------
Header-sp-main
--------------------------------------------------------- */
.Header .Header-sp-main {
  display: flex;
  padding: 5px 10px;
  height: 45px;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px 3px;
}

.Header .Header-sp-main .header-logo {
  order: 2;
}

.Header .Header-sp-main .wb-header-logo {
  height: 25px;
}

.Header .Header-sp-main .wb-header-logo.fadeUp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .Header-main-wrap .left-wrap .Header-logo a h1 {
  font-size: 6px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1px;
  color: #262626;
}

/* Header-sp-nav
--------------------------------------------------------- */
.Header .Header-sp-main .Header-sp-nav {
  text-decoration: none;
  width: fit-content;
  display: block;
  order: 1;
  position: relative;
  left: 10px;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  background: #333;
  width: 50%;
  left: 11px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(1) {
  top: 14px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(2) {
  top: 22px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(3) {
  bottom: 14px;
}

.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 46%;
}
.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}
.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(3) {
  top: 28px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 46%;
}

/*
-----------------------------------------------------------
Header-nav ul
----------------------------------------------------------- */
.Header .Header-pattern05 .Header-nav > ul {
  position: relative;
  z-index: 10;
}

.Header .Header-pattern05 .Header-nav > ul > li {
  position: relative;
  z-index: 1;
}

.Header .Header-pattern05 .Header-nav > ul > li > a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 8px 14px 20px;
  font-size: 14px;
}

.Header .Header-pattern05 .Header-nav li.corporate span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/icon_page.svg);
}

/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
footer {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #262626;
}

/*
---------------------------------------------------------
  footer-content-wrap
--------------------------------------------------------- */
footer .footer-content-wrap .left-wrap {
  text-align: center;
}

footer .footer-content-wrap .left-wrap .footer-logo img {
  max-height: 28px;
}

footer .footer-content-wrap .right-wrap {
  display: none;
}

/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
footer .Copyright {
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 1.3;
  margin-top: 20px;
}

/*
======================================================================
_pc-top-image01
======================================================================*/
#LO-top-image01 {
  background-color: #f7f7f7;
  overflow: hidden;
  box-shadow: inset rgba(0, 0, 0, 0.02) 0px 0 3px 3px;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #262626;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
}

body.MOD-nav-open {
  overflow: hidden;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select {
  font-size: 16px;
}

a:link, a:visited {
  color: #f15c23;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 11px;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:SP-content-block */
  margin-bottom: 55px;
}
.Content-block:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  padding-top: 65px;
  margin: 0;
}

.Content-article {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}
.Table-basic tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #f7f7f7;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  font-family: "dnp-shuei-mgothic-std", "Zen Maru Gothic", "Noto Sans JP", Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 21px;
}
.Title-block span.ja {
  font-size: 26px;
  color: #fff;
}
.Title-block span.en {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.Title-block h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.Title-block h2 span.en {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #1791cf;
  font-size: 12px;
  letter-spacing: normal;
}
.Title-block h2 span.ja {
  font-size: 22px;
  letter-spacing: normal;
  font-feature-settings: normal;
  color: #262626;
}
.Title-block span.bar {
  background: #1791cf;
  content: "";
  position: absolute;
  height: 2px;
  width: 190px;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}
.Title-block h3 {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 125%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  letter-spacing: 0em;
}
.Title-block h3.section-head {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  letter-spacing: 0;
}

.Title-article {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f7f7f7;
  color: #262626;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:SP-title-small */
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #1791cf;
  border-left: 5px solid #1791cf;
  padding: 4px 0 6px 8px;
  margin-bottom: 15px;
  font-weight: normal;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #fff !important;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 3px;
  line-height: 1.3;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #1791cf;
  display: block;
  text-align: center;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  color: #fff !important;
  border-radius: 3px;
  line-height: 1.3;
  margin: 40px auto 0;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 7px;
}
.Btn-main::before {
  content: "";
  width: 100%;
  padding: 19px 0;
  border: 2px solid #8bd3ef;
  position: absolute;
  transition: all 0.3s;
  border-radius: 7px;
  top: 97%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.Btn-main::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url("/img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 2px;
  margin-bottom: 2px;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #fff !important;
}

.Btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f15c23;
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  margin: 40px auto 0;
  line-height: 1;
  border-radius: 7px;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 10px;
}
.Btn-sub a {
  display: block;
  color: #fff;
}
.Btn-sub span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("/img/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
  margin-bottom: 4px;
}

.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f7f7f7;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 5px 10px 20px;
  font-size: 11px;
  border-radius: 3px;
  letter-spacing: 0;
}
.Btn-anchor::after {
  /* @mixin:SP-btn-anchor */
  border-color: #f15c23 transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #f53f2c transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  display: inline-block;
  padding-left: 13px;
  /* before */
}
.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1791cf;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

.Edit.MOD-top .wb-edit {
  margin-bottom: 35px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 40px;
}

.Edit .wb-edit:empty {
  display: none;
}

/*
-----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */
.Pagetop {
  right: 15px;
  bottom: 20px;
}

.Pagetop a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page > span,
.wb-blog-page > a {
  width: 32px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.wb-pair .wb-pair-list-table, .wb-pair .wb-pair-list-table tbody, .wb-pair .wb-pair-list-table tr, .wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.wb-pair .wb-pair-list-table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #f7f7f7;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #1791cf;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f8f4f1;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #c8d2ff;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #5b5b5b;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #c8d2ff;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #ffcaca;
}

/*# sourceMappingURL=sp-global.css.map */
