@charset "UTF-8";

/* ===== 全体の設定 ===== */
body {
  *text-align: center;
  /*IE調整用*/
  color: #333;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 全体背景[変更可] */
#wrapper {
  background: #fff !important;
  padding: 0;
}


/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
  text-decoration: underline;
  color: #005799;
}

#content a:visited {
  text-decoration: underline;
  color: #005799;
}

#content a:active {
  text-decoration: underline;
  color: #005799;
}

#content a:hover {
  text-decoration: none;
  color: #005799;
}

/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
  text-decoration: none;
  color: #005799;
}

/* ===== コンテンツ[以下に追加] ===== */

#wrapper {
  background: #f0f0f0;
}

h1,
p,
dl,
dt,
dd {
  margin: 0;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#innerWrap {
  margin: 0 auto;
  overflow: hidden;
  width: auto !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  background: none !important;
  *text-align: left;
  /*IE調整用*/
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

#innerWrap a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

/* ===== project settings ===== */

:root {
  --purple: #5b246d;
  --mustard: #cfb900;
  --cream: #fffcdb;
  --blue: #008ad4;
  --yellow: #fff9bb;
}

.js-fixed-header.is-pagetop .js-common-burger svg {
  fill: #fff;
}


#innerWrap {
  color: #000;
}

/* ===== utility ===== */

.spOnly {
  display: none !important;
}

.underline {

  border-bottom: 1px solid currentColor;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.font-serif {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho",
    serif;
  -webkit-text-stroke: 0.2px currentColor;
}
.font-sawa { font-family: "Sawarabi Mincho",serif; font-weight: 600;}

.text-12 {
  font-size: .75rem;
}

.text-13 {
  font-size: .8125rem;
}

.text-14 {
  font-size: .875rem;
}

.text-15 {
  font-size: .9375rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-21 {
  font-size: 1.3125rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-23 {
  font-size: 1.4375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-black {
  color: #000;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* ===== anchor ===== */

.anchor {
  display: block;
  pointer-events: none;
}

/* ===== mv ===== */
.mv {
  background-color: #000;
  padding: 0 0 3.75rem;
}

.mv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 1175px;
}

.mv-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  height: 100%;
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.mv h1,
.mv h2 {
  display: inline-block;
  z-index: 1;
}

.mv h1 {
  margin-top: 2rem;
  margin-left: -10px;
}

.mv h1 img {
  width: 680px;
}

.mv h2 {
  margin-bottom: 5px;
  margin-left: -5px;
}

.mv h2 img {
  width: auto;
  height: 300px;
}

.mv .lead {
  margin: 2.5rem 0;
}

.mv-sub-logos-wrapper {
  display: flex;
  justify-content: center;
  margin: 1.75rem 0;
}

.mv-sub-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.mv-sub-logos img:nth-child(1),
.mv-sub-logos img:nth-child(2),
.mv-sub-logos img:nth-child(3) {
  height: 48px;
}

.mv-sub-logos img:nth-child(4) {
  height: 37px;
}

.mv .lead p {
  font-size: 1.25rem;
  color: white;
  text-align: center;
}

.mv-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  width: 700px;
  margin: 3.25rem auto 0;
}

.mv-btns a {
  width: 220px;
}

/* ===== component ===== */

.box1 {
  background-color: var(--purple);
  border-radius: 12px;
  margin: 0 auto;
  padding: 1.75rem 3.5rem 2.75rem;
  color: white;
}

.sec {
  width: 800px;
  margin: 0 auto;
}

.sec .sec-head {
  width: 360px;
  margin: 0 auto;
}

.list-indent1 li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===== bg ===== */

.bg-byobu {
  background-image: url(../img/bg-byobu.jpg);
  background-repeat: repeat;
  background-size: 1500px;
  background-position: 50% 1650px;
}

.bg-sky {
  background-color: #ddf0fa;
}

.bg-smoke {
  background-image: url(../img/bg-smoke-left.svg), url(../img/bg-smoke-right.svg);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
  background-color: #e9eff4;
}

/* ===== .sec1 ===== */
.sec1 {
  padding-top: 2rem;
}

.sec1 h2 {
  width: 670px;
  margin: 0 auto;
}

.sec1 .box1 {
  margin: 1rem 0 0;
}

.sec1 .ol-sec1 {
  display: flex;
  flex-direction: column;
  margin: 1.75rem 0 0;
}

.sec1 .ol-sec1 li {
  position: relative;
  padding-left: 60px;
  font-size: 1.125rem;
}

.sec1 .ol-sec1 li:nth-child(2) {
  margin: -.5rem 0 0;
}

.sec1 .ol-sec1 li:nth-child(3) {
  margin: 2rem 0 0;
}

.sec1 .ol-sec1 li::before {
  content: "";
  position: absolute;
  left: 0;

  width: 41px;
  height: 63px;

  background-size: contain;
  background-repeat: no-repeat;
}

.sec1 .ol-sec1 li:nth-child(1)::before {
  background-image: url(../img/sec1-ol1-1.svg);
}

.sec1 .ol-sec1 li:nth-child(2)::before {
  background-image: url(../img/sec1-ol1-2.svg);
  top: -.75rem;
}

.sec1 .ol-sec1 li:nth-child(3)::before {
  background-image: url(../img/sec1-ol1-3.svg);
}

.sec1 .ol-sec1 li:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.sec1 .ol-sec1 li:nth-child(1) img {
  width: 260px;
}

/* ===== .sec2 ===== */
.sec2 {
  padding-top: 2.75rem;
}

.sec2 .lead {
  text-align: center;
  font-weight: bold;
  margin-top: 1.75rem;
}

.sec2 .lead p {
  font-size: 1.25rem;
  color: #5b246d;
}

.sec2 .stations {
  width: 715px;
  display: grid;
  grid-template-columns: repeat(2, 265px);
  justify-content: space-between;
  gap: 2rem 0;
  margin: 2rem 0 6rem 0;
}

.sec2 .stations p:not(.sub-text) {
  font-size: 1.375rem;
  border-bottom: 1px solid var(--mustard);
  font-weight: bold;
  padding-bottom: .75rem;
  margin-bottom: .5rem;
}

.sec2 .stations p strong {
  display: block;
  font-size: 1.875rem;
  margin-top: -.25rem;
}

.sec2 .stations p.sub-text {
  font-size: 1.375rem;
}

.sec2 .stations>div {
  position: relative;
}

.sec2 .stations>div:nth-child(1) .sec2-img1 {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateX(100%);
  width: 94px;
}

.sec2 .stations>div:nth-child(2) .sec2-img2 {
  position: absolute;
  top: 10px;
  right: 18px;
  transform: translate(100%, -25%);
  width: 171px;
}

.sec2 .stations>div:nth-child(2) .sec2-img3 {
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: translate(-157%, 100%);
  width: 40px;
}

.sec2 .stations>div:nth-child(2) .sec2-img4 {
  position: absolute;
  bottom: 15px;
  right: 0;
  transform: translate(35%, 100%);
  width: 96px;
}

.sec2 .stations>div:nth-child(3) .sec2-img5 {
  position: absolute;
  top: 0;
  right: 12px;
  transform: translate(100%, 40%);
  width: 164px;
}

.sec2 .stations>div:nth-child(4) .sec2-img6 {
  position: absolute;
  top: 0;
  right: -20px;
  transform: translate(100%, 17%);
  width: 174px;
}


.sec2 .note {
  font-size: .9375rem;
  color: inherit;
}

.sec2 .map {
  display: block;
  margin: 1.5rem 0;
}

/* ===== .sec3 ===== */

.sec3 {
  padding-top: .5rem;
}

.sec3 .box1 {
  padding: 1.75rem 3rem 2.75rem;
}

.sec3 .lead {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.sec3 .imgs {
  width: 520px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 19px;
  margin: 1.25rem auto;
}

.dl1-wrapper {
  position: relative;
  margin-top: 1.5rem;
}

.dl1 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 1.25rem;
}

.dl1 dt {
  white-space: nowrap;
  padding-top: .2em;
}

.dl1 dt>span {
  text-align: center;
  display: inline-block;
  color: var(--mustard);
  border: 1px solid var(--mustard);
  line-height: 1.6;
  font-size: 1rem;
  padding: 0 1em;
  font-weight: bold;
}

.sec3 .dl1 dt>span {
  width: 132px;
  font-weight: bold;
}

.dl1 .dt1 {
  align-self: start;
  padding-top: .2em;
}

.dl1 dd.dd1 .font-serif {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .01em;
}

.dl1 dd .sub-text {
  display: block;
  font-size: 1.125rem;
}

.sec3 .dl1 dd:not(.dd1) {
  font-size: 1.875rem;
  font-weight: bold;
}

.dl1 dd.dd1 {
  padding-bottom: .5rem;
}

.dl1 dd.dd1 .font-serif {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.dl1 dd.dd1 .sub-text {
  margin-top: .25em;
}

.dl1 dd.dd1 .ml1 {
  margin-left: -.5em;
}

.dl1 dd.dd2 {
  display: inline-flex;
  align-items: center;
  gap: 0 .4rem;
}

.dl1 dd.dd2,
.dl1 dd.dd3 {
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: baseline;
}

.dl1 .week {
  border-radius: 100vw;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--purple);
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-25%);
}

.sec3 .dl1 .week {
  font-size: .75rem;
}

.speech-bubble-position {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 373px;
  height: 127px;
  transform: translateY(100%);
}

.sec3 .speech-bubble-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec3 .speech-bubble-text {
  content: "";
  position: absolute;
  top: .5rem;
  left: 1.75rem;
  width: 190px;
  color: var(--purple);
  font-size: .75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0;
}

.sec3 .speech-bubble-bg {
  content: "";
  position: absolute;
}

.sec3 .speech-bubble p {
  position: static;
  color: var(--purple);
}

.sec3 .list-indent1 {
  margin-top: 1.75rem;
}


/* ===== .sec4 ===== */

.sec4 {
  padding: 2rem 0 3.5rem;
}

.sec4 .box1 {
  padding: 1.75rem 2.75rem 2rem;
}

.sec4 .lead {
  margin-top: 1rem;
  letter-spacing: -0.05em;
}

.sec4 .dl1 {
  display: inline-grid;
  margin-top: .75rem;
  gap: 0 .75rem;
}

.sec4 .dl1 dt>span {
  line-height: 1.75;
}

.sec4 .dd2 {
  font-size: 1.75rem;
  font-weight: bold;
}

.sec4 .dd2 .week {
  font-size: .6875rem;
}

.sec4 .prize-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  color: #000;
  gap: 1rem 0;
  padding: 1rem 1.5rem;
}

.sec4 .prize-item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding-right: 1rem;
}

.sec4 .prize-item:nth-child(even) {
  padding-left: 1rem;
}

.sec4 .prize-item {
  display: grid;
  grid-template-columns: 53px 1fr 120px;
  grid-template-rows: auto 1fr;
}

.sec4 .prize {
  grid-column: 1;
  grid-row: 1 / 3;
}

.sec4 .prize-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.125rem;
  white-space: nowrap;
  align-self: center;
  padding: 1rem .5rem 0 .75rem;
  line-height: 1.25;
}

.sec4 .prize-item:nth-child(3) .prize-name {
  padding-top: 0;
}

.sec4 .prize-item:nth-child(3) .prize-name .indent1 {
  text-indent: -.5em;
  display: block;
}

.sec4 .prize-count {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: right;
  align-self: self-start;
  margin-top: -.1em;
  padding-right: .5rem;
  letter-spacing: 0.05em;
}

.sec4 .prize-count .small {
  font-size: 1.25rem;
}

.sec4 .prize-img {
  grid-column: 3;
  grid-row: 1 / 3;
}

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

.sec4 .prize-item:nth-child(1) .prize-img img {
  margin-top: .5rem;
}

.sec4 .prize-item:nth-child(2) .prize-img img {
  margin-top: .5rem;
  width: 110px;
}

.sec4 .prize-item:nth-child(3) .prize-img img {
  width: 80px;
  margin-left: .75rem;
}

.sec4 .prize-item:nth-child(4) .prize-img img {
  margin: .25rem auto 0;
  width: 85px;
  display: block;
}

.sec4 .subhead {
  width: 100%;
  background-color: var(--mustard);
  line-height: 1.7;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  font-weight: bold;
}

.btn-cream {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
  font-size: 1.375rem;
  color: var(--purple);
  background-color: var(--cream);
  border-radius: 3px;
  font-weight: bold;
  margin: 0 auto;
}

.btn-cream::before {
  content: "";
  width: .7em;
  height: .7em;
  background-image: url(../img/arrow-sec4.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.sec4 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.5;
  width: 325px;
  font-size: 1.375rem;
  color: var(--purple);
  background-color: var(--cream);
  border-radius: 3px;
  margin: 2rem auto 0;
  font-weight: bold;
}

.sec4 .btn::before {
  content: "";
  width: .7em;
  height: .7em;
  background-image: url(../img/arrow-sec4.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.sec4 .prize-box {
  margin: 1.25rem 0;
}

/* ===== .sec5 ===== */

.sec5 {
  color: var(--blue);
  margin: 0 auto;
  padding: 2.25rem 0 2.5rem;
}

.sec5-head {
  width: 500px;
  margin: 0 auto;
}

.sec5-layout {
  width: calc(610px + 200px + 60px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem auto;
  margin: 1.75rem auto 0;
}

.sec5-imgs {
  width: 200px;
  margin-top: .5rem;
}

.sec5-items {
  display: flex;
  flex-direction: column;
  gap: 1rem 1rem;
  width: 610px;
}

.sec5-subhead {
  background-color: var(--blue);
  border-radius: 100vw;
  color: white;
  text-align: center;
  line-height: 2;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec5-subhead.is-small {
  width: 210px;
}

.sec5 .item1 {
  display: flex;
  gap: 0 1.25rem;
  align-items: center;
}

.sec5 .dl2.dl2-1 dt {
  width: 100%;
  margin-bottom: .5rem;
}

.sec5 .dl2.dl2-1 dd {
  padding: 0 .25rem 0;
}

.sec5 .dl2.dl2-1 dd img {
  margin: 0 auto .2rem;
}

.sec5 .dl2.dl2-1 .dd2 img {
  padding: 0 .25rem 0;
  display: block;
  width: 120px;
}

.sec5 .dl2.dl2-2 .dd1 .part1 {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 .75rem;
  white-space: nowrap;
  align-items: center;
  margin-bottom: .25rem;
}

.sec5 .dl2.dl2-2 .dd1 .part1 .brackets {
  display: block;
  margin-left: -.5em;
}

.sec5 .dl2.dl2-2 .dd1 a {
  margin-bottom: .5rem;
}

.sec5 strong {
  font-size: 1.125rem;
  font-weight: bold;
}

.sec5 .dl2-2 .part1 strong {
  line-height: 1.1;
}

.sec5 .item1 strong,
.sec5 .item4 strong {
  font-size: 1.375rem;
  font-weight: bold;
}

.sec5 .item4 strong {
  display: block;
  text-align: center;
  margin-top: .75rem;
}

.sec5 .dl2 dt>span {
  display: block;
  background-color: var(--yellow);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--blue);
  line-height: 1.6;
}

.sec5 .dl2.dl2-1>div {
  width: 100%;
}

.sec5 .dl2.dl2-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}


.sec5 .dl2.dl2-2 {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 1rem 1rem;
  padding: .75rem 1rem .5rem;
}

.sec5 .note {
  font-size: .875rem;
  padding-left: 1em;
  text-indent: -1em;
  color: inherit;
}

.sec5 .note:nth-child(1) {
  margin-top: .25rem;
}

.sec5 .box {
  background-color: var(--yellow);
  border: 1px solid var(--blue);
  border-radius: 15px;
  padding: 1.25rem 1.5rem 1rem;
  display: grid;
  grid-template-columns: 95px auto;
  gap: 0 1.25rem;
  margin-top: 1.25rem;
}

.sec5 .item1 {
  grid-column: 1;
  grid-row: 1 / 4;
}

.sec5 .item2 {
  grid-column: 2;
  grid-row: 1 / 2;
}

.sec5 .item3 {
  grid-column: 2;
  grid-row: 2 / 3;
}

.sec5 .item4 {
  grid-column: 2;
  grid-row: 3 / 4;
}

.sec5 .item5 {
  grid-column: 2;
  grid-row: 4 / 5;
}

.sec5 .item2 h5 {
  margin: 0 0 1rem .5em;
}


.sec5 .dl3 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 .5rem;
}

.sec5 .dl3 {
  margin-bottom: .25rem;
}

.sec5 .dl3:nth-child(3) {
  margin-bottom: .5rem;
}

.sec5 .item3.dl3 dt {
  grid-column: 1/2;
  grid-row: span 2;
}

.sec5 .item3.dl3 dd:nth-child(2) {
  grid-column: 2/3;
}

.sec5 .item3.dl3 dd:nth-child(3) {
  grid-column: 2/3;
}


.sec5 .dl3 dt>span {
  display: block;
  background-color: var(--blue);
  border-radius: 100vw;
  color: white;
  font-size: .6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  min-width: 6.5em;
  padding: 0 1.25em;
}

.sec5 .dl3 dd {
  font-weight: bold;
  font-size: .9375rem;
}

.sec5 .dl3 dd a {
  font-weight: normal;
}

.sec5 .dl3 dd .ml1 {
  margin-left: -.5em;
  margin-top: .1rem;
}

.sec5 .dl3 dd p.note {
  font-weight: normal;
  font-size: .875rem;
  margin-top: -.1rem;
}


/* ===== .sec6 ===== */

.sec6 {
  padding: 2rem 0 2.75rem;
}

.sec6 .box {
  position: relative;
  width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.75rem 2.25rem;
  font-size: .875rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.sec6 .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 282px;
  background-image: url(../img/bg-cloud.svg);
  background-repeat: no-repeat;
  background-size: 900px;
  background-position: center 18px;
}

.head-sec-6-box {
  font-size: .875rem;
  font-weight: bold;
}


/* ===== .sec7 ===== */

.sec7 {
  width: 820px;
  margin: 0 auto;
  padding-top: 2.25rem;
}

.sec7-head {
  margin-bottom: 1.75rem;
}

.event-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.75rem;
  margin: 1rem auto 0;
}

.dl5 {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  font-size: 1.5rem;
}

.sec7 .dl5 {
  margin: 1.75rem 0 0 1.25em;
}

.dl5 dt {
  font-weight: bold;
  color: var(--purple);
  border-right: 1px solid var(--purple);
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 .8em;
}

.dl5 dd {
  padding: 0 .8em;
  text-align: left;
  line-height: 1.4;
}

.dl5 dd .address {
  font-size: 1rem;
  margin-left: -.7em;
}

.sec7-layout {
  margin: 2.25rem 0 0;
}

.sec7-layout p {
  font-size: .9375rem;
  text-indent: -.5em;
  line-height: 1.85;
  margin-top: -.3em;
  margin-bottom: 1.5rem;
}

.sec7 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 500px;
  height: 65px;
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background-image: url(../img/sec7-btn-smoke-left.svg), url(../img/sec7-btn-smoke-right.svg);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--purple);
  margin: 2.5rem auto 0;
}

.sec7 .box {
  width: 800px;
  background-color: rgba(0, 0, 0, .05);
  padding: 15px 30px 30px;
  margin-top: 2rem;
}

.sec7 .box .inner {
  background-color: rgba(255, 255, 255, .4);
  padding: 20px 20px 22px;
}

.sec7-subhead {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--purple);
  border-bottom: 2px solid var(--purple);
  margin-bottom: .75rem;
}

.sec7-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 1.125rem;
  margin-bottom: 1.75rem;
}

.sec7-list li {
  width: 160px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec7-list li p.text-right {margin-top: auto;}
.sec7-list p {
  font-size: 1.125rem;
  line-height: 1.3;
}

.sec7-list p.l2 {
  min-height: 2.6em;
}

.sec7-list li:last-child {
  width: 350px;
}

.sec7-list .img-wrp {
  width: 100%;
  height: 160px;
/*  background-color: #fff;*/
/*  border: 1px solid #ddd;*/
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}

.sec7-list img {
  max-width: 100%;
  max-height: 100%;
}

.sec7-list .small {
  font-size: .875rem;
  margin-left: -.25em;
}

.sec7 .box strong {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.sec7 .btn-cream {
  width: 500px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* ===== .sec8 ===== */

.sec8 {
  width: 820px;
  margin: 0 auto;
  padding: 1.75rem 0 3.75rem;
}


.sec8 .lead {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 1.75rem;
}

.sec7-layout,
.sec8-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0 2rem;
}

.sec8-layout {
  margin-top: 1rem;
}

.dl4 {
  display: flex;
  flex-direction: column;
  row-gap: .25rem;
  margin: .5rem 0;
}

.dl4>div {
  display: flex;
}

.dl4 dt {
  font-weight: normal;
  white-space: nowrap;
}

.dl4 dt::after {
  content: ":";
  margin: 0 .2em;
}


.sec8 .dl4 .indent1 {
  display: block;
  text-indent: -.5em;
}

.sec8 .list-indent1 {
  margin: .75rem 0 .75rem;
  line-height: 1.4;
}



.sec8 .indent2 {
  text-indent: -.5em;
}



















/* =========== BASE =========== */

#riBackToTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  display: none;
  cursor: pointer;
}