@charset "UTF-8";
/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.page .entry-content {
  max-width: initial;
}
.page .entry-content .container {
  max-width: 832px;
  margin: 0 auto;
}

.is-style-blue-to-green-gradient {
  font-size: 2rem;
  line-height: 1.1875;
}

.is-style-variable-rounded-corner-double-end-icons {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  line-height: 1.2;
}

.first-section h2 {
  text-align: center;
  color: #263943;
  font-size: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
  margin: 0;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.more {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  color: #000;
  padding: 24px 32px;
}
.more h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.more h2:nth-of-type(1)::before, .more h2:nth-of-type(1)::after {
  content: "";
  background-image: url("../img/Subtract.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 23.5px;
}
.more h2:nth-of-type(2):before, .more h2:nth-of-type(2)::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #4DE878;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .more h2 {
    font-size: 0.5rem;
    line-height: 1.125;
  }
}

.logo {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  align-items: center !important;
}
.logo.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: initial;
  flex-grow: initial;
}

.pickup-container .wp-block-columns {
  align-content: space-between;
}
.pickup-container .wp-block-columns h2 {
  text-align: center;
  color: #263943;
  font-size: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
  margin: 0;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pickup-container .wp-block-columns .wp-block-image {
  position: relative;
  border-radius: 8px;
  padding: 2px; /* ボーダーの太さ */
  background: linear-gradient(49.43deg, #2376D0 0.87%, #25ACCA 43.12%, #20CD7A 99.13%);
}
.pickup-container .wp-block-columns .wp-block-image img {
  border-radius: 6px; /* 親より少し小さく */
  display: block;
  width: 100%;
}
.pickup-container .wp-block-columns:nth-of-type(1) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(3) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(5) .wp-block-column:first-of-type {
  width: 45.5%;
}
.pickup-container .wp-block-columns:nth-of-type(1) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(3) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(5) .wp-block-column:last-of-type {
  width: 49.5%;
}
@media screen and (max-width: 781px) {
  .pickup-container .wp-block-columns:nth-of-type(1), .pickup-container .wp-block-columns:nth-of-type(3), .pickup-container .wp-block-columns:nth-of-type(5) {
    flex-direction: column-reverse;
  }
  .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(1) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(1) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(3) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(3) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(5) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(1):nth-of-type(5) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(1) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(1) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(3) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(3) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(5) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(3):nth-of-type(5) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(1) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(1) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(3) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(3) .wp-block-column:last-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(5) .wp-block-column:first-of-type, .pickup-container .wp-block-columns:nth-of-type(5):nth-of-type(5) .wp-block-column:last-of-type {
    width: 100%;
  }
}

.terms-of-use {
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: #263943;
}
.terms-of-use h2 {
  font-size: 1rem;
  line-height: 1.1875;
  border-bottom: 1px dotted #263943;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 3px;
}
.terms-of-use p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
.terms-of-use ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 1.25em;
}
.terms-of-use ul li a {
  color: #1F2023;
}

.essentials {
  padding: 32px 16px 40px;
  background: #FFFFFF;
  border: 1px solid #FF778F;
  border-radius: 16px;
  margin: 112px auto 60px;
}
.essentials .essentials_sample_text {
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 700;
  text-align: center;
  color: #55555D;
}
.essentials .essentials_sample_text img {
  vertical-align: top;
}
.essentials .essentials_product_list {
  position: relative;
  margin: 30px auto 0;
}
.essentials .essentials_product_list iframe {
  width: 100%;
  height: 336px;
  border: none;
}
.essentials .essentials_product_text {
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
  color: #27292D;
  font-weight: 500;
}
.essentials .essentials_product_btn .l_outerlinkbtn .outerlinkbtn {
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
  max-width: 342px;
  background: #FF778F;
  border-radius: 8px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  text-decoration: none;
}

/*# sourceMappingURL=rich-materials-collection.css.map */
