
/* ================================
  TOPへ戻るボタン（.side_top）
================================= */
.side_top {
  position: fixed;
  right: 4px;
  bottom: 20px;
  margin-top: 6px;
  width: 40px;
  height: 40px;
  background-color: #44af35;
  border-radius: 80px;
  margin-right: 2px;
  padding: 12px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.65s;
  border: 2px solid white;
}
.side_top.isActive {
  opacity: 1;
}
.side_top img {
  width: 16px;
  transform: rotate(-90deg);
}
@media (min-width:768px) {
  .side_top {
    right: 10px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    padding: 12px;
  }
  .side_top img {
    width: 18px;
  }
}
@media (min-width:920px) {
  .side_top {
    bottom: 38px;
    width: 44px;
    height: 44px;
    margin-right: 4px;
    padding: 12px 14px;
    right: 15px;
  }
}

/* ================================
  申し込みボタン
================================= */

/* -------------------------
ボタン　A
------------------------- */

.btn__a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-white);
  text-align: center;
  letter-spacing: 0.3px;
  background-color: var(--primary-green800);
  /* width: 300px; */
  width: 100%;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  /* margin-top: 10px; */
  transition : 0.7s;
}
.btn__a::after {
    content:"";
    display:block;
    position:absolute;
    background:url(../images/icon_next_white.svg) 50% 50% no-repeat;
    background-size:contain;
    width:18px;
    height:18px;
    top:50%;
    right:16px;
    transform:translateY(-50%);
}
@media(min-width:768px) {
  .btn__a {
    font-size: 20px;
    /* width: 380px; */
    width: 100%;
}
  .btn__a:hover {
    filter: brightness(0.7);
  }
}

/* ---------------------------------
ボタン　B
--------------------------------- */

.btn__b{
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-green800);
  text-align: center;
  letter-spacing: 0.3px;
  background-color: var(--primary-white);
  /* width: 300px; */
  width: 100%;
  border: 2px solid var(--primary-green800);
  border-radius: 8px;
  padding: 18px;
  position: relative;
  /* margin-top: 40px; */
  transition : 0.7s;
}
.btn__b::after {
    content:"";
    display:block;
    position:absolute;
    background:url(../images/icon_next_green.svg) 50% 50% no-repeat;
    background-size:contain;
    width:18px;
    height:18px;
    top:35%;
    right:16px;
}
@media(min-width:768px) {
  .btn__b {
    font-size: 22px;
}
  .btn__b:hover {
    color: var(--primary-green900);
    background-color: var(--primary-green100);
    border: 2px solid var(--primary-green900);
    transition : 0.7s;
  }
  .btn__b:hover::after {
    filter: brightness(0.7);
    /* filter: brightness(0) saturate(100%) invert(53%) sepia(63%) saturate(502%) hue-rotate(93deg) brightness(95%) contrast(90%); */
}
}

/* ---------------------------------
テキストリンク　A
--------------------------------- */

.txtlink__a {
  /* width: 300px; */
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-txtlink);
  /* margin-top: 10px; */
  transition : 0.7s;
}

.txtlink__a img {
    display: block;
    width: 14px;
}

@media(min-width:920px) {
  .txtlink__a {
  /* width: 380px; */
  width: 100%;
  }
  .txtlink__a img {
    display: block;
    width: 16px;
}
  .txtlink__a:hover  {
  filter: brightness(0.7);
}
.txtlink__a:hover img {
  filter: brightness(0.7);
}
}
/* ================================
  パンくず
================================= */
.breadcrumbs {
  margin: 6px 0;
  font-size: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 24px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: .4em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  position: relative;
  padding-right: 13px;
  /* display: flex; */
  align-items: center;
  color: #333;
  font-size: 13px;
}

.breadcrumbs a {
  text-decoration: none;
  color: var(--primary-green800);
  font-size: 13px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li:not(:last-child)::after {
  content: "";
  margin-left: .6em;
  margin-right: .6em;
  position: relative;
  width: .5em;
  height: .5em;
  border-right: 2px solid #999;
  border-top: 2px solid #999;
  border-radius: 1px;
  transform: translateY(-10%) rotate(45deg);
  display: inline-block;
  bottom:1px;
}
.breadcrumbs ol li::after {
  bottom:3px;
}

.breadcrumb-top span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}

.breadcrumb-top img {
  width: 1em !important;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
}
  @media (min-width:768px) {
  .breadcrumbs {
    margin: 4px 0;
    font-size: 16px;
    overflow-x: visible;
    width: 100%;
    max-width: 1334px;
    margin: 8px auto;
    padding: 0 24px;
  }
  .breadcrumbs li {
    padding-right: 0px;
  }
}
/* ================================
  title
================================= */
.contents__title h1 {
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
    margin: 0 auto 40px;
    padding-bottom: 16px;
    position: relative;
}
.contents__title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: var(--primary-green800);
  width: 100px;
  height: 3px;
  border-radius: 2px;
}
/* -------------------------
------------------------- */









