@charset 'UTF-8';
/* ======================================================================= */
/*!
 * CUSTOM STYLESHEET
 * 01. HTML Basic Settings
 * 02. Header Area
 * 03. Main Area
 * 04. Sidebar Area
 * 05. Footer Area
 * 06. Original Module Settings
 */
/* ======================================================================= */

/*!
 * 01. HTML Basic Settings
 * ----------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #213341;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #213341;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
  letter-spacing: .1rem;
  line-height: 1.5;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1.15rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.4rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.3rem;
  }
  h2, .h2 {
    font-size: 1.2rem;
  }
  h3, .h3 {
    font-size: 1.15rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
  }
  h5, .h5 {
    font-size: 1.05rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #213341;
}

a {
  color: #213341;
  text-decoration: none;
}
a:hover {
  color: #d40e1e;
  text-decoration: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  z-index: -1;
}

figure {
  margin: 0;
}

ol li.h6::marker {
  font-weight: 700;
}

ol, ul {
  padding-left: 1.75rem;
}

.small, small {
  font-size: 85% !important;
}

*:focus {
  outline: none !important;
  box-shadow:none !important;
}

/*!
 * 02. Header Area
 * ----------------------------------------------------------------------- */

.header-content {
  color: #FFF;
  background-color: #68be8d;
  border-bottom: 5px solid #213341;
}
.header-nav-content .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  color: rgba(255,255,255,1);
  line-height: 1.25;
}
.header-nav-content .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255,255,255,.8);
}
.header-nav-content .navbar-nav .nav-item .nav-link span,
.header-nav-content .dropdown-menu .dropdown-item span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}


@media (max-width: 991.98px) {
  .header-nav-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-nav-content .navbar-nav .nav-item {
    width: 100%;
  }
  .header-nav-content .navbar-nav .nav-item .nav-link {
    text-align: left;
    border-bottom: 1px dotted rgba(0,0,0,.25);
    font-size: .9rem;
  }
  .header-nav-content .navbar-nav .nav-item .nav-link::before {
    content: '\f138';
    margin-right: .25rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: rgba(255,255,255,.6);
  }
  .header-nav-content .navbar-nav .nav-item:last-of-type .nav-link::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-nav-content .navbar-nav .nav-item .nav-link {
    font-size: .9rem;
  }
  .header-nav-content .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 1rem;
    background-color: rgba(255,255,255,.5);
    transform: translateY(-50%);
  }
  .header-nav-content .navbar-nav .nav-item:first-of-type .nav-link::before {
    display: none;
  }
}
@media (min-width: 1400px) {
  .header-nav-content .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}

/* dropdown-menu */
.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.dropdown-menu li {
  border-bottom: 1px dotted rgba(0,0,0,.25);
}
.dropdown-menu li:last-of-type {
  border: none;
}
.dropdown-menu .dropdown-item::before {
  content: '\f101';
  margin-right: .25rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #68be8d;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0,0,0,.25) !important;
    overflow: hidden;
  }
  /*
  .dropdown-menu li {
    float: left;
    width: 50%;
  }
  .dropdown-menu li:nth-child(3),
  .dropdown-menu li:nth-child(4) {
    border: none;
  }
  */
  .dropdown-menu .dropdown-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #FFF;
    font-size: .9rem;
  }
  .dropdown-menu .dropdown-item::before {
    color: rgba(255,255,255,.6);
  }
}
@media (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .dropdown-menu .dropdown-item::before {
    color: #68be8d;
  }
}

.header-top .header-sub-nav {
  font-size: .9rem;
}
.header-top .sub-nav .nav-item .nav-link {
  padding: .25rem;
}
.header-top .sub-nav .nav-item .nav-link span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  transform: rotate(0.03deg);
}
.header-top .sub-nav .nav-item .nav-link i {
  color: #68be8d;
}

.header-top .header-contact {
  text-align: center;
}
.header-top .header-contact p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header-top .header-contact .icon {
  color: #259455;
  font-size: 1.25rem;
  line-height: 1;
}
.header-top .header-contact .label {
  margin-left: .25rem;
  margin-right: .25rem;
  color: #259455;
  font-size: .8rem;
  line-height: 1;
}
.header-top .header-contact .telephone {
  font-size: 1.5rem;
  line-height: 1;
}
.header-top .header-contact .time {
  font-size: 1.25rem;
  line-height: 1;
}
.header-top .header-contact .check {
  font-size: .7rem;
}

/*!
 * 03. Main Area
 * ----------------------------------------------------------------------- */

/* hero */
.swiper-slide .swiper-slide-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.swiper-slide .swiper-slide-box .btn {
  display: block;
}
.swiper-slide .cover {
  overflow: hidden;
}

.swiper-slide .cover img {
  border-radius: 2rem;
}

.swiper-nav-buttons {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
@media (max-width: 991.98px) {
  .swiper-slide .swiper-slide-box .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .swiper-slide .swiper-slide-box .logo {
    max-width: 50%;
  }
  .swiper-slide .cover img {
    border-radius: 0;
  }
}

/* main-content-header */
.main-content-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #FFF;
  background-image: url("../images/bg-main-content-header.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
.main-content-header .page-title {
  margin: 0;
  padding: 0;
  color: #FFF;
}

/* main-content-body */
.main-content-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.main-content-body .entry-content a {
  color: #d40e1e;
  text-decoration: underline;
}
.main-content-body .entry-content a:hover {
  color: #213341;
  text-decoration: none;
}

.main-content-body h2:first-of-type {
  margin-top: 0;
}
.main-content-body h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  color: #FFF;
  text-align: left;
  background-color: #213341;
  border-bottom: 5px solid #68be8d;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
/*
.main-content-body h3 {
  margin-top: 3rem;
  padding: .75rem 1rem;
  color: #FFF;
  background-color: #68be8d;
  border-bottom: 5px solid #213341;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
*/

.main-content-body h3 {
  margin-top: 3rem;
  padding: .75rem 1rem;
  color: #FFF;
  background-color: #207d48;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.main-content-body h4 {
  margin-top: 3rem;
  padding: .75rem;
  color: #213341;
  background-color: #f2f2f2;
  border-bottom: 3px solid #213341;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.main-content-body h5 {
  margin-top: 3rem;
  padding: .75rem .25rem;
  color: #213341;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #213341;
}
.main-content-body h6 {
  margin-top: 3rem;
  padding: .75rem;
  color: #213341;
  border-bottom: 1px dotted #DDD;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

 .main-content-body .color-02 h2 {
  padding: .75rem 1rem .85rem;
  color: #213341;
  background-color: #FFF;
  border-left: solid #68be8d 10px;
  border-bottom: 5px solid #213341;
}

.main-content-body .color-02 h3 {
  color: #213341;
  background-color: #FFF;
  border-left: solid #68be8d 6px;
}

.main-content-body .color-02 h4 {
  border-bottom: 2px solid #213341;
}

.single .main-content-body .entry-content-title {
  margin-bottom: 3rem;
}
.single .main-content-body .entry-content-title h2 {
  color: #213341;
  background-color: #f6f6f6;
  border-left: 10px solid #f97534;
  border-bottom: none;
}
.single .main-content-body .entry-content h1, .single .main-content-body .entry-content .h1 {
  font-size: 1.5rem;
}
.single .main-content-body .entry-content h2, .single .main-content-body .entry-content .h2 {
  font-size: 1.4rem;
}
.single .main-content-body .entry-content h3, .single .main-content-body .entry-content .h3 {
  font-size: 1.3rem;
}
.single .main-content-body .entry-content h4, .single .main-content-body .entry-content .h4 {
  font-size: 1.2rem;
}
.single .main-content-body .entry-content h5, .single .main-content-body .entry-content .h5 {
  font-size: 1.1rem;
}
.single .main-content-body .entry-content h6, .single .main-content-body .entry-content .h6 {
  font-size: 1rem;
}

/* archive */
.post-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px dotted rgba(0,0,0,.2);
}
.post-group .post {
  display: block;
  padding: 1rem;
  border-bottom: 1px dotted rgba(0,0,0,.2);
}
.post-group .post p {
  margin: 0;
}
.post-group .post:hover {
  background-color: #f6f6f6;
}

a.post {
  text-decoration: none !important;
}
.post .post-body {
  position: relative;
  padding-right: 3rem;
}
.post .post-body::after {
  position: absolute;
  content: '\f054';
  top: 50%;
  right: 1rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  transform: translateY(-50%);
  opacity: .9;
}
.post .post-body .cat {
  display: inline-block;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: .25rem 0;
  color: #FFF;
  font-size: .75rem;
  text-align: center;
  width: 8rem;
  background-color: #383b4e;
}

.post-meta {
  margin-bottom: .5rem;
}
.post-meta .day {
  margin-right: .25rem;
}
.post-meta .cat {
  margin-right: .25rem;
  padding: .25rem .5rem;
  color: #FFF;
  font-size: .9rem;
  background-color: #68be8d;
  border-radius: .25rem;
}

/* page-link-nav */
.page-link-nav {
  margin: 3rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(217,212,203,.8);
}
.page-link-nav .nav-link {
  background-color: rgba(217,212,203,.25);
  border-radius: 5rem;
  text-decoration: none !important;
}
.page-link-nav .nav-link:hover {
  color: #FFF;
  background-color: #383b4e;
  text-decoration: none !important;
}
.page-link-nav .nav-item.previous .nav-link:hover::before,
.page-link-nav .nav-item.next .nav-link:hover::after {
  color: #FFF;
}
.page-link-nav .nav-item.previous .nav-link::before {
  margin-right: .25rem;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page-link-nav .nav-item.next .nav-link::after {
  margin-left: .25rem;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
}

/*!
 * 04. Sidebar Area
 * ----------------------------------------------------------------------- */
.widget-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: .75rem 1rem;
  color: #FFF;
  font-size: 1rem;
  text-align: left !important;
  background-color: #68be8d;
  border-bottom: 5px solid #383b4e;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
}
.widget-title::after {
  display: none;
}

.sidebar .widget_categories ul,
.sidebar .widget_categories ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget_categories ul li {
  border-bottom: 1px solid rgba(217,212,203,.5);
}
.sidebar .widget_categories ul li a {
  position: relative;
  display: block;
  padding: .75rem .75rem .75rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  background-color: rgba(217,212,203,.125);
}
.sidebar .widget_categories ul li a:hover {
  background-color: rgba(217,212,203,.2);
}

.sidebar .widget_categories ul li a::before {
  position: absolute;
  top: 53%;
  left: .75rem;
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  transition: .8s;
  transform: translateY(-50%);
}

/*!
 * 05. Footer Area
 * ----------------------------------------------------------------------- */
.footer .section-title {
  color: #68be8d;
  font-weight: 700;
}

.footer .social-nav .nav-link img {
  height: 32px;
}
.footer .social-nav .nav-link:hover img {
  opacity: .8;
}

.footer-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: #f2f2f2;
}

.footer-nav .nav-item .nav-link {
  display: block;
  font-size: .9rem;
}
.footer-nav .nav-item .nav-link span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.footer-nav .nav-item .nav-link::before {
  content: '\f138';
  margin-right: .25rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #68be8d;
}
.footer-content .button-nav .btn {
  padding: .5rem 1.25rem;
}
@media (max-width: 991.98px) {
  .footer-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-nav .nav-item:first-of-type {
    border-top: 1px dotted rgba(0,0,0,.25);
  }
  .footer-nav .nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted rgba(0,0,0,.25);
  }
  .footer-content .button-nav .btn {
    display: block;
  }
  .footer-content .button-nav .nav-item {
    width: 100%;
  }
}


/* copyright */
.copyright {
  text-align: center;
  color: #FFF;
  background-color: #68be8d;
}
.copyright p {
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: .8rem;
}
@media (max-width: 991.98px) {
  .copyright {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .copyright {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}

/* footer-fixed-bottom-nav */
.footer-fixed-bottom-nav {
  display: none;
}
.footer-fixed-bottom-nav .nav-item {
  border-left: 1px solid rgba(255,255,255,.25);
}
.footer-fixed-bottom-nav .nav-item:first-of-type {
  border: none;
}
.footer-fixed-bottom-nav .nav-item .nav-link {
  text-align: center;
  color: #FFF;
  line-height: 1;
}
.footer-fixed-bottom-nav .nav-item .nav-link .icon {
  display: block;
  padding: .25rem;
  font-size: 1.52rem;
}
.footer-fixed-bottom-nav .nav-item .nav-link span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.footer-fixed-bottom-nav .calendar {
  background-color: rgba(249,117,52,.9);
}
.footer-fixed-bottom-nav .phone {
  background-color: rgba(249,52,89,.9);
}
.footer-fixed-bottom-nav .map {
  background-color: rgba(37,148,85,.9);
}

/*!
 * 02. Original Module Settings
 * ----------------------------------------------------------------------- */
.site {
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .site {
  }
}
@media (min-width: 992px) {
  .site {
  }
}

/* Badges */
/* ----------------------------------------------------------------------- */


/* Buttons */
/* ----------------------------------------------------------------------- */
.btn span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.btn-close {
  color: #68be8d !important;
  background-color: #FFF;
}

.btn-primary {
  text-decoration: none !important;
  font-weight: 700;
}
.btn-primary i {
  font-size: 125%;
}

.btn-primary,
.btn-primary:hover {
  color: #FFF !important;
  background-color: #439867;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #439867;
  box-shadow: 0 0 0 0.2rem rgb(104 190 141 / 50%);
}
.btn-collapse::after {
  content: '\f056';
  margin-left: .25rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.btn-collapse.collapsed::after {
  content: '\f055';
  margin-left: .25rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.btn-light {
  background-color: #f2f2f2;
}

/* Borders */
/* ----------------------------------------------------------------------- */
.text-border-solid-3 {
  padding-left: .2rem;
  padding-right: .2rem;
  border-bottom: 3px solid #f97534;
  line-height: 1.5;
}
.text-border-dotted-3 {
  padding-left: .2rem;
  padding-right: .2rem;
  border-bottom: 3px dotted #f97534;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .text-border-dotted-3 {
    border-bottom: 2px dotted #f97534;
  }
}

/* Cards
 * ----------------------------------------------------------------------- */
.card.post.blog {
  border-radius: 0;
  border: none;
}
.category .card.post.blog {
  border-bottom: dotted 1px #666666;
}
.card.post.blog:hover {
  background-color: #f9f9f9;
}
.card.post.blog .card-body {
  padding: .5rem .75rem;
}
.card.post.blog .card-title {
  margin: .25rem 0;
}
.card.post.blog .card-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #68be8d !important;
  text-decoration: underline !important;
  background-color: #FFF !important;
  border-bottom: none !important;
}
.card.post.blog:hover .card-title {
  color: #213341 !important;
  text-decoration: none;
}
.card.post.blog .card-title,
.card.post.blog .card-title span {
  font-size: 1rem;
  font-weight: normal;
}
.card.post.blog .card-text {
  font-size: .9rem;
}

.card.content,
.card.content .card-body,
.card.content .card-footer {
  border: none;
  text-align: center;
  background-color: transparent;
}

/* Carousel
 * ----------------------------------------------------------------------- */
.carousel-thumbnail-item {
  cursor : pointer;
}
.carousel-control-next, .carousel-control-prev {
  opacity: .9;
  text-decoration: none !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: none;
  background-color: rgba(67,152,103,.85);
  border-radius: 40px;
}
.carousel-control-next-icon::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #FFF;
  font-size: 1.25rem;
}
.carousel-control-prev-icon::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #FFF;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .carousel-control-next-icon::before, .carousel-control-prev-icon::before {
    font-size: 1rem;
  }
}


/* Color
 * ----------------------------------------------------------------------- */
/* text */
.text-primary {
  color: #68be8d !important;
}
.text-red {
  color: #e2041b;
}
.text-youtube {
  color: #ff0000;
}
.text-instagram {
  color: #CF2E92;
}

.fs2 {
  font-size: 2rem;
}

/* background */
.bg-light {
  background-color: #f2f2f2 !important;
}
.bg-light-green {
  background-color: #e9f3ee !important;
}
.bg-calendar {
  background-color: #f97534 !important;
}
.bg-calendar-in-page {
  background-color: #bc1dba !important;
}
.bg-phone {
  background-color: #f93459 !important;
}
.bg-bus {
  background-color: #c82a92 !important;
}
.bg-more {
  background-color: #DDD !important;
}

/* Line
 * ----------------------------------------------------------------------- */
.division-line {
  position: relative;
  content: '';
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.division-line::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 80px;
  height: 5px;
  background-color: #213341;
  transform: translate(-50%,-50%);
}

/* List
 * ----------------------------------------------------------------------- */
.exclamation {
  padding-left: 0;
  list-style: none;
}
.exclamation li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}
.exclamation li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f071';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #e2041b;
}


/* Sizing
 * ----------------------------------------------------------------------- */
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25%;
  }
}

/* Tags
 * ----------------------------------------------------------------------- */
.tag-white {
  display: inline-block;
  margin: .25rem .5rem .25rem 0;
  padding: .25rem 1rem;
  color: #5f9c79;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  border-radius: .25rem;
}

/* Text
 * ----------------------------------------------------------------------- */
.large {
  font-size: 120%;
}
.x-large {
  font-size: 140%;
}

/* Scroll Top
 * ----------------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: 8rem;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  color: rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.9);
  border-radius: 0;
  z-index: 100;
}
.back-to-top:hover {
  color: rgba(0,0,0,0.6);
}
@media (max-width: 991.98px) {
  .back-to-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}