@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * スマホは改行
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * スマホ以外は改行
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * パソコンだけ改行
 */
@media (min-width: 900px) {
  .br_tab {
    display: none;
  }
}

/*
 * パソコン以外は改行
 */
@media (max-width: 900px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.Oswald {
  font-family: Oswald;
}

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  width: 100%;
  color: #383838;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: max(16px, min(1.2vw,18px));
  font-size: clamp(16px, 1.2vw, 18px);
  overflow: hidden;
}

span.aks {
  display: inline-block;
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 900px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.wp-block-buttons {
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.main-tit-area {
  width: 100%;
  text-align: center;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 4%;
  margin-bottom: 7%;
}
.main-tit-area .main-tit {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #0081CC;
}
.main-tit-area h2 {
  display: inline-block;
  color: #0081CC;
  padding-bottom: 3px;
  font-weight: 500;
  font-family: serif;
  font-size: 5vw;
  font-size: max(12px, min(5vw, 70px));
  font-size: clamp(12px, 5vw, 70px);
}
@media (max-width: 560px) {
  .main-tit-area h2 {
    font-size: clamp(12px, 9.4vw, 55px);
  }
}
.main-tit-area span {
  color: #000000;
  display: block;
  font-weight: 500;
  margin-top: 5px;
  font-size: 2vw;
  font-size: max(12px, min(2vw, 18px));
  font-size: clamp(12px, 2vw, 18px);
  margin-left: 6%;
}
@media (max-width: 560px) {
  .main-tit-area span {
    font-size: clamp(12px, 4vw, 23px);
  }
}
@media (max-width: 560px) {
  .main-tit-area {
    margin-top: 8%;
  }
}

#page-top {
  cursor: pointer;
  display: inline-block;
  width: 58px;
  height: 58px;
  position: absolute;
  right: 5%;
  top: 76%;
  margin: auto;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@media (max-width: 560px) {
  #page-top {
    top: -6%;
  }
}
#page-top button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #0081CC;
  border-radius: 50%;
  border: 1px solid white;
}
#page-top button span {
  z-index: 1;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  color: white;
  margin-top: 3px;
}
#page-top button i {
  color: white;
  display: inline-block;
  line-height: 0;
  font-size: 2.3em;
  margin-bottom: 9px;
}
#page-top:hover {
  transform: translate(0, -10px);
}

.btnFOut {
  -webkit-animation-name: "FOut";
  animation-name: "FOut";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -124px;
  }
}
.btnFIn {
  -webkit-animation-name: "FIn";
  animation-name: "FIn";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  background: rgb(0, 129, 204);
  background: linear-gradient(180deg, rgb(0, 129, 204) 0%, rgb(0, 129, 204) 30%, rgb(236, 251, 255) 30%, rgb(236, 251, 255) 100%);
  color: #0081CC;
}
@media (max-width: 900px) {
  .footer {
    margin-top: -1%;
  }
}
@media (max-width: 560px) {
  .footer {
    background: rgb(236, 251, 255);
  }
}
.footer-box {
  display: flex;
  align-items: center;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 875px;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .footer-box {
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 0%;
  }
}
.footer-text {
  margin-top: 21%;
}
@media (max-width: 560px) {
  .footer-text {
    text-align: center;
    margin-top: 13%;
    margin-bottom: 6%;
  }
}
.footer-address {
  font-size: 1vw;
  font-size: max(17px, min(1vw, 20px));
  font-size: clamp(17px, 1vw, 20px);
  color: #383838;
}
.footer-address p.add {
  margin-left: 5px;
}
@media (max-width: 560px) {
  .footer-address p.add {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .footer-address {
    font-size: clamp(13px, 1vw, 20px);
  }
}
.footer-mail {
  font-size: 1vw;
  font-size: max(17px, min(1vw, 20px));
  font-size: clamp(17px, 1vw, 20px);
  margin-top: 3%;
}
@media (max-width: 560px) {
  .footer-mail {
    display: none;
  }
}
.footer-name {
  font-weight: 600;
  font-size: 4vw;
  font-size: max(17px, min(4vw, 46px));
  font-size: clamp(17px, 4vw, 32px);
  line-height: 1.3;
  margin-bottom: 4%;
}
.footer-name span {
  font-size: 1.4vw;
  font-size: max(17px, min(1.4vw, 30px));
  font-size: clamp(17px, 1.4vw, 30px);
  margin-left: 9px;
}
@media (max-width: 900px) {
  .footer-name {
    margin-bottom: 8%;
  }
}
@media (max-width: 560px) {
  .footer-name {
    font-size: clamp(1.375rem, 1.307rem + 0.34vw, 1.563rem);
  }
}
.footer-image {
  width: 36%;
  margin-bottom: 0%;
}
@media (max-width: 560px) {
  .footer-image {
    width: 72%;
  }
}
.footer-image img {
  width: 124%;
}
@media (max-width: 560px) {
  .footer-image img {
    width: 100%;
  }
}
.footer .ri-youtube-fill {
  color: red;
}
.footer .icon_line {
  width: 97%;
}
@media (max-width: 560px) {
  .footer .icon_line {
    width: 63%;
  }
}
.footer .ri-facebook-circle-fill {
  color: #0077FF;
}
.footer .f-sns {
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .footer .f-sns {
    justify-content: center;
  }
}
.footer .f-sns i {
  font-size: 3em;
}
@media (max-width: 560px) {
  .footer .f-sns i {
    font-size: 2em;
  }
}
.footer .f-sns a {
  margin-right: 8px;
}
.footer .copy {
  text-align: center;
  font-size: 13px;
  background-color: white;
  color: #383838;
  border-top: 5px solid #0081CC;
  padding: 2% 0;
}
@media (max-width: 560px) {
  .footer .copy {
    font-size: 11px;
  }
}

header {
  height: 71px;
}

.header-top {
  width: 100%;
  position: absolute;
  z-index: 11;
  transition: 0.5s;
  display: flex;
  align-items: center;
  color: #0081CC;
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 25px 4px;
  background-color: white;
}
@media (max-width: 560px) {
  .header-top-back {
    padding: 14px 4px 0px;
  }
}

.header.fixed .header-top {
  position: fixed;
  top: 0;
  backdrop-filter: blur(3px);
  z-index: 1000;
}
.header.fixed .header-top-back {
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(3px);
}
@media (max-width: 560px) {
  .header.fixed .header-top-back {
    padding: 9px 0vw 7px;
  }
}
.header.fixed #gloval-nav {
  margin-top: 65px;
}
@media (max-width: 560px) {
  .header.fixed #gloval-nav {
    margin-top: 0px;
  }
}

.header-top-back-inner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  transition: 0.8s ease;
  max-width: 1234px;
}
@media (max-width: 900px) {
  .header-top-back-inner {
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .header-top-back-inner {
    align-items: center;
  }
}

.header-nav-name {
  width: 37%;
}
@media (max-width: 560px) {
  .header-nav-name {
    width: 47%;
  }
}
.header-nav-name img {
  width: 100%;
}
.header-nav-name h1 a {
  color: #0081CC;
  display: flex;
  align-items: center;
  width: 54%;
}
@media (max-width: 900px) {
  .header-nav-name h1 a {
    width: 100%;
    margin-top: 0%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .header-nav-name .sp-none {
    display: none;
  }
}

.menu-header {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
  width: 74%;
  color: #383838;
}
@media (max-width: 900px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-right: 4%;
}
.menu-header-link a {
  transition: all 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
  display: inline-block;
  position: relative;
  font-size: 15px;
  z-index: 1;
  font-weight: 600;
}
.menu-header-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  background: #0081CC;
  height: 0.1em;
  width: 100%;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: opacity, bottom;
  opacity: 0;
}
.menu-header-link a:hover::after {
  bottom: -3px;
  opacity: 1;
}
@media (max-width: 560px) {
  .menu-header-link a {
    font-size: 16px;
  }
}
.menu-header-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header .menu-sns-link {
  align-items: center;
}
.menu-header .menu-sns-link a {
  font-size: 1.3em;
}
.menu-header .menu-sns-link a:last-of-type {
  font-size: 1.2em;
}
.menu-header-link.current {
  color: #0081CC;
  position: relative;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current::before {
  content: "";
  width: 30%;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #0081CC;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

@media (max-width: 560px) {
  .h-sns {
    display: none;
  }
}
.h-sns i {
  font-size: 2.7em;
  color: #ECFBFF;
}
.h-sns a {
  padding: 0 5px;
}
.h-sns a:hover i {
  opacity: 0.8;
}
.h-sns a:hover::after {
  content: none;
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

.head-yt {
  display: none;
}

@media (max-width: 900px) {
  /*
   * タブレット・スマホメニューボタン
   */
  .head-yt {
    display: inline-block;
    line-height: 1;
    margin-left: auto;
    margin-right: 9%;
  }
  .head-yt i {
    font-size: 3em;
    color: red;
  }
  /*
   * スマホメニュー本体
   */
}
@media (max-width: 900px) and (max-width: 560px) {
  .head-yt {
    margin-right: 15%;
  }
}
@media (max-width: 900px) {
  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    box-sizing: border-box;
  }
  #nav-toggle {
    position: absolute;
    top: 18px;
    right: 0;
    width: 65px;
    height: 65px;
    border: none;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
  }
}
@media (max-width: 900px) and (max-width: 560px) {
  #nav-toggle {
    top: 4px;
    right: 1px;
  }
}
@media (max-width: 900px) {
  #menu-text {
    display: inline-block;
    color: #0081CC;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 37px;
    right: 0;
    font-size: 0.9em;
    left: 0;
    margin: auto;
    font-weight: 500;
    text-align: center;
  }
  #nav-toggle:focus:not(:focus-visible) {
    outline: none;
  }
  #nav-toggle::before,
  #nav-toggle::after {
    content: "";
  }
  #nav-toggle::before,
  #nav-toggle::after,
  #nav-toggle span {
    position: absolute;
    margin: auto;
    width: 65%;
    right: 0;
    left: 0;
    height: 5px;
    background: #0081CC;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  }
  #nav-toggle::before {
    top: 7px;
    left: 15px;
    transform-origin: 0 0;
    transform: rotate(44deg) scaleX(0);
    transition-delay: 0s;
  }
  #nav-toggle::after {
    top: 7px;
    right: 15px;
    transform-origin: 100% 0;
    transform: rotate(-44deg) scaleX(0);
    transition-delay: 0.2s;
  }
  #nav-toggle span:nth-of-type(-n+3) {
    right: 0;
    transform-origin: 100% 0;
    transition-delay: 0.5s;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 10px;
  }
  #nav-toggle span:nth-of-type(2) {
    top: 20px;
  }
  #nav-toggle span:nth-of-type(3) {
    bottom: 30px;
  }
  .open #nav-toggle::before {
    transform: rotate(44deg) scaleX(1);
    transition-delay: 0.6s;
    background-color: #0081CC;
  }
  .open #nav-toggle::after {
    transform: rotate(-44deg) scaleX(1);
    transition-delay: 0.8s;
    background-color: #0081CC;
  }
  .open #nav-toggle span:nth-of-type(-n+3) {
    transform: scaleX(0);
  }
  .open #nav-toggle span:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .open #nav-toggle span:nth-of-type(2) {
    transition-delay: 0.18s;
  }
  .open #nav-toggle span:nth-of-type(3) {
    transition-delay: 0.26s;
  }
  #gloval-nav {
    position: fixed;
    flex-direction: column;
    z-index: 990;
    transition: 0.8s ease;
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: hidden;
    margin-top: 93px;
  }
}
@media (max-width: 900px) and (max-width: 560px) {
  #gloval-nav {
    margin-top: 79px;
  }
}
@media (max-width: 900px) {
  .nav-menu {
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: rgb(0, 129, 204);
    background: linear-gradient(180deg, rgb(0, 129, 204) 0%, rgb(96, 193, 245) 100%);
    z-index: 1;
    overflow: scroll;
    padding-top: 20%;
    height: 100vh;
  }
  .nav-menu li {
    text-align: center;
    opacity: 0;
    transform: translate3d(25px, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 70%;
  }
  .nav-menu li > a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: white;
  }
  .nav-menu .nav-menu-list7 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu .nav-menu-list7 a {
    width: auto;
    padding: 10px 7px;
  }
  .nav-menu .nav-menu-list7 a i {
    font-size: 2em;
  }
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: visible;
  }
  .open #gloval-nav .nav-menu .nav-menu-list1 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list2 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list3 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list4 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list5 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list6 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list7 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list8 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.85s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  }
  .open #gloval-nav li:hover {
    transition: 0.6s ease;
  }
  .nav-line {
    background: white;
    width: 100%;
    text-align: center;
  }
  .nav-line p {
    display: inline-block;
    padding: 20px 0;
  }
  .nav-line a {
    width: 100%;
  }
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.dot-floating {
  position: relative;
  margin-top: 46vh;
  width: 18px;
  margin-left: 50%;
  height: 18px;
  border-radius: 50%;
  background-color: #0081CC;
  color: #0081CC;
  -webkit-animation: dot-floating 0.5s cubic-bezier(0.54, 1.06, 0.9, 1.01) infinite alternate;
  animation: dot-floating 0.5s cubic-bezier(0.54, 1.06, 0.9, 1.01) infinite alternate;
}

@-webkit-keyframes dot-floating {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dot-floating {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 94%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
  line-height: 1.5;
  padding-left: 3%;
  color: #0081CC;
  margin-top: 1%;
}
.breadcrumb-area i {
  font-size: 1.3em;
  line-height: 1;
  vertical-align: sub;
}
.breadcrumb-area a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area a:hover {
  color: #7fb4d3;
}
@media (max-width: 560px) {
  .breadcrumb-area {
    font-size: 12px;
  }
}

.fa-caret-right {
  padding: 0 5px;
}

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