@charset "UTF-8";
  body {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #ffefd7 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #ffefd7 calc(100% - 2px));
  background-size: 45px 45px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff7eb;
  background-attachment: fixed;
  width: 100%;
  font-family: Inter, Noto Sans JP, Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
  color: #4d4d4d;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
a {
  text-decoration: none;
}
.ac {
  text-align: center;
}
.c-magenta {
  color: #D82B90;
}
.fs-small {
  font-size: 16px;
}
.fs-middle {
  font-size: 22px;
}
/* リード文 */
.lead-box {
  max-width: 800px;
  margin: 48px auto;
  box-shadow: 2px 2px 4px #bbaeae;
}
.lead-text {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 2.4;
}

.information-text {
  margin: 72px auto 32px; 
}
.tab-container {
  max-width: 1040px;
  margin: 64px auto;
}
/* --- タブボタン --- */
.tab-slider-wrapper {
  width: 100%;
}
.tab-buttons {
  display: flex;
  gap: 35px;
  justify-content: space-evenly;
}
.tab-01,.tab-02,.tab-03,.note {
  position: relative;
  width: 100%;
}
.tab-btn {
  flex: 1;
  padding: 52px 22px 36px;
  background-color: #fff;
  color: #4d4d4d;
  border: 0px; 
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 5px 5px #c4c0ae;
  min-height: 260px;
  max-width: 310px;
  width: 100%;
}
.tab-01, .tab-02, .tab-03 {
  display: flex;
}
.tab-btn.active {
  background-color: #FBEAF4;
  border: 0px;
}
/* --- タブコンテンツエリア --- */
.clip-board {
  background-color: #ffbb5c;
  border-radius: 20px;
  position: relative;
  padding: 63px 43px;
  max-width: 800px;
  margin: 72px auto;
}
.clip-board::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/column/moneyclass/images/img-02.png);
  width:323px;
  height: 122px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tab-contents {
  background: #fff;
  border-top: none;
  padding: 52px;
  min-height: 400px;
  box-shadow: 2px 1px 8px #474744;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}
/*デフォルトメッセージ */
.default-message p {
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  line-height:2;
}
.default-message {
  position: relative;
  margin: 20px auto 72px;
}
.default-message::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/column/moneyclass/images/ic-02.png);
  width: 24px;
  height: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.marker-yellow {
  background: linear-gradient(transparent 70% , #fbeb5e 70%);
}
/* 各メモ帳装飾 */
.tab-01::before,.tab-02::before,.tab-02::after,.tab-03::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}
.tab-01::before {
  background-image: url(/column/moneyclass/images/tape-01.png);
  width: 190px;
  height: 73px;
  top:-30px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-02::before {
  background-image: url(/column/moneyclass/images/tape-02.png);
  width: 177px;
  height: 104px;
  top: -45px;
  left: -7%;
  z-index: 888;
}
.tab-02::after{
  background-image: url(/column/moneyclass/images/clip-01.png);
  width: 43px;
  height: 89px;
  top: -31px;
  right: 0;
}
.note::after{
  position: absolute;
  content: "";
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url(/column/moneyclass/images/note-01.png);
  width: 100%;
  height: 26px;
  top: 7px;
  left: 0;
}
.tab-03::before {
  background-image: url(/column/moneyclass/images/tape-03.png);
  width: 190px;
  height: 112px;
  top:-30px;
  left: 50%;
  transform: translateX(-50%);
}
.contents {
  margin: 32px 0 0 36px ;
}
.title {
  position: relative;
  font-weight: bold;
  color: #D82B90;
  font-size: 22px;
  margin-bottom: 8px;
}
.title::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/column/moneyclass/images/ic-01.png);
  width: 28px;
  height: 23px;
  top:50%;
  left: -36px;
  transform: translateY(-50%);
}
.list-01 {
  margin-left: 30px;
}
.list-01 li {
  font-size: 18px;
  list-style: disc;
  color: #4d4d4d;
  margin: 0 0 10px 0;
}
/* マゼンタボタン */
.button-v3 a[class*="__type"]:hover {
  opacity: 1;
}
.button-v3 [class*="__type"] {
  padding: 1.2rem 3.8rem;
}
[class*="button-wrap"]{
  margin-bottom: 32px;
}
/* セミナ―コンテナ */
.seminar-container {
  display: flex;
  margin: 96px auto 64px;
  justify-content: center;
  gap: 40px;
}
/* footer */
#footer {
  border-top: 1px solid #d8d8d8;
  background: #fff;
  position: sticky;
  bottom: 0;
  width: 100%;
}
#footer .footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#footer .copyright {
  font-size: 12px;
  text-align: right;
  color: #666;
  margin-bottom: 0;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  body {
    max-width: 1920px;
    min-width: calc(1120px + 80px * 2);
    margin: 0 auto;
  }
  h1 {
    margin: 48px auto 72px;
  }
  p {
    font-size: 18px;
  }
  .pc-ac {
    text-align: center;
  }
  .pc-hidden {
    display: none;
  }
  .tab-btn:hover {
    background-color: #FBEAF4;
  }
  .lead-text {
    font-size: 20px;
  }
  .default-message p {
    font-size: 22px;
  }
  /*画鋲 */
  .lead-box {
    background: url(/column/moneyclass/images/img-01.png) top 5px left 15px / 36px 42px no-repeat,
                url(/column/moneyclass/images/img-01.png) top 5px right 15px / 36px 42px no-repeat,
                url(/column/moneyclass/images/img-01.png) bottom 10px left 15px / 36px 42px no-repeat,
                url(/column/moneyclass/images/img-01.png) bottom 10px right 15px / 36px 42px no-repeat #fff;
    padding: 65px 30px;
  }
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767.98px) {
  h1 {
    margin: 32px auto 64px;
  }
  .sp-hidden {
    display: none;
  }
  .fs-small {
    font-size: 14px;
  }
  .fs-middle {
    font-size: 20px;
  }
  .lead-text p {
    font-size: 18px;
    text-align: left;
  }
  .lead-box {
    padding: 32px;
    margin: 32px auto;
  }
  /*画鋲 */
  .lead-box {
    background: url(/column/moneyclass/images/img-01.png) top 0px left 5px / 26px 31px         no-repeat,
                url(/column/moneyclass/images/img-01.png) top 0px right 5px / 26px 31px no-repeat,
                url(/column/moneyclass/images/img-01.png) bottom 5px left 5px / 26px 31px no-repeat,
                url(/column/moneyclass/images/img-01.png) bottom 5px right 5px / 26px 31px no-repeat #fff;
    padding: 36px;
    margin: 32px auto;
  }
  .lead-text {
    line-height: 2;
    text-align: left;
  }

  .information-text {
    margin: 56px auto 24px;
  }
  .clip-board::before {
    width: 220px;
    height: 81px;
  }
  .clip-board {
    padding: 50px 20px;
    margin: 56px auto;
  }
  .title {
    font-size: 18px;
  }
  .list-01 {
    margin-left: 20px;
  }
  .list-01 li { 
    font-size: 16px;
  }
  .tab-contents {
    padding: 20px;
    min-height: 450px;
  }
  .default-message p{
    font-size: 18px;
    line-height: 1.8;
  }
  .tab-container {
    margin-top: 0;
  }
  .tab-slider-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch; /
    scrollbar-width: none; 
  }
  .tab-slider-wrapper::-webkit-scrollbar {
    display: none;
  }
  .tab-buttons {
    display: inline-flex;
    width: max-content;
    min-width: 100%;
    margin: 44px auto 16px;
    padding: 0px 55px;
  }
  .tab-btn {
    flex: 0 0 260px; 
    scroll-snap-align: center;
  }
  .dot-scrollbar {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .dot-scrollbar .dot {
    width: 10px;
    height: 10px;
    background-color: #CBCBCB;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }
  .dot-scrollbar .dot.active {
    background-color: #D82B90;
  }
  /* セミナ―コンテナ */
  .seminar-container {
    margin: 48px auto;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  /* footer */
  #footer .footer-inner{
    width: 100%;
    padding-right: 10px;
  }
}
