:root {
  --green: #5C8A5C;
  --line_green: #C8D6BE;
  --yellow: #F4BD3D;
  --org: #E1A210;
  --violet: #B95992;
  --blue: #4F73B8;
}

.txt-green {
  color: var(--green);
}

.txt-org {
  color: var(--org);
}

.txt-violet {
  color: var(--violet);
}

.txt-blue {
  color: var(--blue);
}

.ttl {
  font-family: "Shippori Antique B1";
  font-weight: 400;
  color: var(--green);
  line-height: 1.8;
  letter-spacing: 0;
}

.ttl20 {
  font-size: 4.8vw;
}
.ttl24 {
  font-size: 5.2vw;
}
.ttl28 {
  font-size: 5.5vw;
}
.ttl30 {
  font-size: 5.7vw;
}
.ttl32 {
  font-size: 5.9vw;
}
.ttl40 {
  font-size: 6.5vw;
}
.ttl48 {
  font-size: 7vw;
}
.ttl72{
  font-size: 10vw;
}
@media only screen and (min-width: 768px) {
  .ttl20 {
    font-size: 20px;
  }
  .ttl24 {
    font-size: 24px;
  }
  .ttl28 {
    font-size: 28px;
  }
  .ttl30 {
    font-size: 30px;
  }
  .ttl32 {
    font-size: 32px;
  }
  .ttl40 {
    font-size: 40px;
  }
  .ttl48 {
    font-size: 48px;
  }
  .ttl72{
    font-size: 72px;
  }
}


.df {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .df-pc {
    display: flex;
    justify-content: space-between;
  }
  .div_sp {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .div_pc {
    display: contents;
  }
  .df-sp {
    display: flex;
    justify-content: space-between;
  }
}
.tabs-switch .tab-content > * {
  height: auto;
}

.ttl-style1 {
  text-align: center;
}
.ttl-style1 p {
  border-bottom: 2px dashed #C8D6BE;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ttl-style1 p {
    border-bottom: 3px dashed #C8D6BE;
  }
}

.bg2 {
  background-color: #f8f3ed;
}
