@charset "UTF-8";

/* 変数 */
:root {
  /* 色 */
  --main-color: #1e51a2;
  --border-color1: #f1f9fe;
  --border-color2: #e4f4fd;
}

/* ---------------------------------------- */

/* 全体 */
p {
  line-height: 1.8;
}
img {
  pointer-events: none;
  display: inline-block;
}
h5 {
  background-color: transparent !important;
}
.marker {
  background: linear-gradient(0deg, #fff000 30%, #ffffff 30%);
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* ---------------------------------------- */

/* トップイメージ */
section:has(.top_img) {
  position: relative;
}
section:has(.top_img) > p {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.4;
}
.top_img {
  padding: 40px 0;
  border-radius: 20px;
  text-align: center;
  background-image: repeating-conic-gradient(
    var(--border-color1) 0%,
    var(--border-color1) 2.5%,
    var(--border-color2) 2.5%,
    var(--border-color2) 5%,
    var(--border-color1) 5%,
    var(--border-color1) 7.5%,
    var(--border-color2) 7.5%,
    var(--border-color2) 10%
  );
}
.top_img img {
  width: 300px;
  height: auto;
}
.foods div {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.foods img {
  height: auto;
}
.foods div:nth-of-type(1) {
  left: calc(50% - 150px);
  & img {
    width: 80px;
  }
}
.foods div:nth-of-type(2) {
  top: 165px;
  left: calc(50% + 120px);
  rotate: 20deg;
  & img {
    width: 40px;
  }
}
.foods div:nth-of-type(3) {
  top: 175px;
  left: calc(50% - 150px);
  rotate: -15deg;
  display: none;
}
.foods div:nth-of-type(4) {
  top: 10px;
  left: calc(50% + 105px);
  rotate: 15deg;
}
.foods div:nth-of-type(4) img {
  width: 55px;
}
.foods div:nth-of-type(5) {
  display: none;
}
.foods div:nth-of-type(6) {
  top: 185px;
  left: calc(50% - 150px);
  rotate: -15deg;
  & img {
    width: 80px;
  }
}

/* ---------------------------------------- */

.guidance h2 {
  margin: 30px 0 10px 0 !important;
}

/* ---------------------------------------- */

/* Guidance */
.guidance h3 {
  position: relative;
  border: none !important;
  margin: 50px auto 20px auto !important;
  font-size: 24px !important;
  width: fit-content;
  white-space: nowrap;
}
.guidance h3 span {
  font-size: 1.6em;
}
.guidance h3::before {
  position: absolute;
  content: "";
  top: calc(50% - (25px / 2));
  left: calc(50% - 125px);
  width: 25px;
  height: 25px;
  border-left: 3px solid var(--main-color);
  rotate: -30deg;
}
.guidance h3::after {
  position: absolute;
  content: "";
  top: calc(50% - (25px / 2));
  right: calc(50% - 125px);
  width: 25px;
  height: 25px;
  border-right: 3px solid var(--main-color);
  rotate: 30deg;
}

/* 3つの便利ポイント */
.benri3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.benri3 div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  background-image: repeating-linear-gradient(
    -45deg,
    #2057af,
    #2057af 10px,
    transparent 10px,
    transparent 20px
  );
  width: calc(50% - 15px);
  padding: 5px;
}
.benri3 div:last-of-type {
  width: 100%;
}
.benri3 p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 8px var(--main-color);
}
.benri3 div:last-of-type p {
  line-height: 1.3;
}
.benri3 img {
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 6px;
}
.benri3 p span {
  font-size: 32px;
  font-weight: bold;
  color: #fff000;
}

/* ---------------------------------------- */

/* 優先してお届け */
.you-sen {
  /* padding: 10px 20px !important; */
  margin-top: 15px !important;
}
.you-sen h4 {
  background-color: var(--main-color);
  background-image: repeating-linear-gradient(
    -45deg,
    #2057af,
    #2057af 10px,
    transparent 10px,
    transparent 20px
  );
  color: #fff !important;
  padding: 10px;
  border-radius: 8px;
}
.you-sen h4 + p {
  margin-bottom: 50px;
}
.you-sen h4 + p > span {
  font-size: 14px;
}

/* ---------------------------------------- */

/* さらに */
section:has(.allowBar) > div:nth-of-type(2) {
  margin: 0 auto;
}
.allowBar {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.allowBar::before {
  position: absolute;
  content: "";
  top: 100%;
  background-image: url(../images/maishu-kakushu/border.png?v2);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.allowBar > h5 {
  text-align: center;
  font-size: 24px !important;
  margin-top: 20px !important;
}
.allowBar h5 span {
  display: inline-block;
  rotate: 10deg;
  font-size: 26px;
}
.more_table table,
.more_table th,
.more_table td {
  box-sizing: border-box;
  border-collapse: collapse;
}
.more_table th,
.more_table td {
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #aaa;
}
.more_table tr:first-of-type th,
.more_table tr:first-of-type td {
  border-top: solid 1px #aaa;
}
.more_table th {
  background-color: #bbcbeb;
}
.more_table td img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.more > p {
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: center !important;
}
.more > p span {
  font-size: 1.65em;
  font-weight: bold;
}
.more + p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color: var(--main-color);
}
.kakko {
  font-size: 0.8em !important;
  font-weight: normal !important;
}
.kakko:first-of-type {
  vertical-align: text-top;
}
.more .marker {
  color: #ff0000;
}
.more .marker span:nth-of-type(3) {
  font-size: 0.8em !important;
  vertical-align: bottom;
}
section:has(.back-color) {
  margin-top: 40px;
}

/* ---------------------------------------- */

/* 登録と変更 */
section:has(.back-color) {
  background-color: #f1f9fe;
  padding: 10px;
  border: solid 3px var(--main-color);
  border-radius: 15px;
}
.back-color {
  background-color: #fff;
  padding: 10px;
}
.back-color h4 {
  margin-top: 0 !important;
  padding: 6px 10px;
  border-radius: 0 !important;
  font-size: 18px !important;
  text-align: center;
  border-bottom: solid 2px var(--main-color);
}
.back-color h5 {
  margin: 10px 0 !important;
  margin-top: 1em !important;
  padding: 8px 10px !important;
  color: #fff !important;
  background-color: var(--main-color) !important;
}
.back-color h5:last-of-type {
  margin-top: 4em !important;
}
.back-color h6 {
  color: #000 !important;
  padding: 0.8em !important;
  background-color: #def2fe !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.method-card2:last-of-type h6 {
  margin-top: 30px !important;
}
.link.ol-sp {
  margin-top: 10px;
}

/* 登録方法 */
.method-card div p {
  margin-bottom: 10px;
}
.method-card .link a {
  padding-left: 20px !important;
}
.method-cards img {
  display: block;
}
.method-card2:first-of-type {
  position: relative;
}
.method-card2:first-of-type p span {
  font-weight: bold;
}
.method-card2:first-of-type > div::before {
  position: absolute;
  content: "2";
  top: 220px;
  left: calc(50% - 110px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  z-index: 10;
}
.method-card2:first-of-type > div::after {
  position: absolute;
  content: "3";
  top: 220px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  z-index: 10;
}
/* 変更方法 */
.method-card2:last-of-type > div > div {
  position: relative;
}
.method-card2:last-of-type > div {
  border: dotted 1px #aaa;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.method-card2:last-of-type > div > p {
  line-height: 1.7;
}
.method-card2:last-of-type > div > p > span {
  color: var(--main-color);
  font-weight: bold;
}
.method-card2:last-of-type > div:last-of-type {
  margin-bottom: 0;
}
.method-card2:last-of-type
  > div:not(.method-card2:last-of-type > div:last-of-type)
  > div::after {
  position: absolute;
  content: "4";
  top: 35px;
  left: calc(50% - (40px / 2));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.method-card2:last-of-type > div:last-of-type > div::after {
  position: absolute;
  content: "5";
  top: 35px;
  left: calc(50% + 80px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
