@charset "UTF-8";
/* 共通パーツ */
img {
  width: 100%;
}

.flex {
  display: flex;
}

.main-contents {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.container {
  width: 92.3%;
  max-width: 560px;
  margin: 0 auto;
}

.color-pink {
  color: var(--copink);
}

.color-orange {
  color: var(--coorange);
}

.color-black {
  color: var(--coblack);
}

.bg-gray {
  background-color: var(--cogray);
}

.bg-yellow {
  background-color: var(--coyellow);
}

.txt-deco-wave {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--coorange);
  text-underline-offset: 0.4em;
}

.fw-bold {
  font-weight: 700;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.marker_yellow {
  background-color: var(--coyellow);
  width: -moz-fit-content;
  width: fit-content;
}

.marker_yellow-2 {
  display: inline;
  background: linear-gradient(transparent 0%, var(--coyellow) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.arrow {
  max-width: 70%;
  margin: 0 auto;
}

.external-link {
  margin-top: -20%;
}

.external-link-2 {
  margin-top: -10%;
  margin-bottom: -10%;
}

.external-link-3 {
  margin-top: -17%;
  margin-bottom: -10%;
}

.external-link-4 {
  margin-top: -14%;
}

.main-contents .pr-txt {
  width: 100%;
}
@media (max-width: 736px) {
  .main-contents .pr-txt {
    width: 92.3%;
  }
}
.main-contents .pr-txt > p {
  text-align: right;
  height: 30px;
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.experience {
  border-top: 4px solid var(--copink);
  border-bottom: 4px solid var(--copink);
}
.experience .flex {
  align-items: center;
  margin: 2px 0;
  border-top: 1px solid #0c9f34;
  border-bottom: 1px solid #0c9f34;
  padding: 5px 4px 13px 13px;
}

.experience .experience-txt {
  width: 60%;
}

.experience picture {
  width: 40%;
}

.bg-gray {
  padding: 1.5rem 1.6rem 1.7rem;
}

.bg-yellow {
  padding: 17px 0 16px;
}

.bg-pink-2 {
  background-color: #f098e3;
}
.bg-pink-2 picture img {
  padding-top: 15px;
}
.bg-pink-2 picture:last-of-type img {
  padding-bottom: 15px;
}

.bottom-btn,
.bottom-btn-2 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  max-width: 420px;
  margin-bottom: 5px;
}

.bottom-btn.active,
.bottom-btn-2.active {
  display: block;
}

@media screen and (max-width: 600px) {
  .bottom-btn,
  .bottom-btn-2 {
    width: 75%;
  }
}/*# sourceMappingURL=common.css.map */