/*
Digi Fab Competition 2026
-------------------------*/
/*
base
-------------------------*/
body {
  color: #644534;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

/*
common
-------------------------*/
.leadText {
  margin-bottom: 40px;
  color: #FF6615;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .leadText {
    margin-bottom: 24px;
    font-size: 12px;
  }
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-right: 24px;
    padding-bottom: 60px;
    padding-left: 24px;
  }
}
.section__title {
  margin-bottom: 56px;
  text-align: center;
  color: #FF6615;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 24px;
  }
}
.section__title__ruby {
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__title__ruby {
    font-size: 10px;
  }
}
.section__title__main {
  font-family: "brandon-grotesque";
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .section__title__main {
    font-size: 21px;
  }
}
.section__label {
  margin-bottom: 8px;
  color: #FF6615;
  font-size: 18px;
}
.section__title--h2 {
  color: #FF6615;
  font-family: "brandon-grotesque";
  font-size: 42px;
}

.round--largeTL {
  border-top-left-radius: 160px !important;
}
@media screen and (max-width: 768px) {
  .round--largeTL {
    border-top-left-radius: 80px !important;
  }
}
.round--largeTR {
  border-top-right-radius: 160px !important;
}
@media screen and (max-width: 768px) {
  .round--largeTR {
    border-top-right-radius: 80px !important;
  }
}
.round--largeBR {
  border-bottom-right-radius: 160px !important;
}
@media screen and (max-width: 768px) {
  .round--largeBR {
    border-bottom-right-radius: 80px !important;
  }
}
.round--largeBL {
  border-bottom-left-radius: 160px !important;
}
@media screen and (max-width: 768px) {
  .round--largeBL {
    border-bottom-left-radius: 80px !important;
  }
}

.listDot > li {
  position: relative;
  padding-left: 1rem;
  list-style: none;
}
.listDot > li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 6px;
  background: #644534;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .listDot > li::before {
    top: 7px;
  }
}

.listSymbol > li {
  display: flex;
  flex-wrap: nowrap;
}
.listSymbol__symbol {
  white-space: nowrap;
}
.listSymbol__text {
  flex: 1 1 100%;
  padding-left: 0.2em;
}

.listSub > li {
  position: relative;
  padding-left: 0.75rem;
  list-style: none;
}
.listSub > li::before {
  content: "";
  width: 3px;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #644534;
}
@media screen and (max-width: 768px) {
  .listSub > li::before {
    top: 8px;
  }
}

.listNum--brackets li {
  counter-increment: order;
  position: relative;
  padding-left: 24px;
}
.listNum--brackets li::before {
  content: "(" counter(order) ") ";
  position: absolute;
  left: 0;
}

.listNote > li {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .listNote > li {
    font-size: 10px;
  }
}
.listNote__symbol {
  white-space: nowrap;
}
.listNote__text {
  flex: 1 1 100%;
  padding-left: 0.2em;
}

.table {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .table {
    margin-bottom: 40px;
  }
}
.table:last-child {
  margin-bottom: 0;
}
.table__item {
  display: grid;
}
@media screen and (min-width: 769px) {
  .table__item {
    grid-template-columns: 128px 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .table__item {
    row-gap: 12px;
  }
}
.table__item > dt {
  color: #FF6615;
  font-weight: bold;
}
.table__item + .table__item {
  margin-top: 32px;
}

.contentsTitle {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contentsTitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.contentsBox {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.contentsBox__inner {
  padding: 80px 40px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contentsBox__inner {
    padding: 40px 20px;
  }
}

/*
header
-------------------------*/
@media screen and (max-width: 768px) {
  .siteLogo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
}

.nav__inner {
  background: #fff;
}
.nav__contents {
  color: #FF6615;
  line-height: 1.5;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_nav_illust.svg);
  background-repeat: no-repeat;
  background-position: top 73px right;
}
@media screen and (max-width: 768px) {
  .nav__contents {
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_nav_illust_sp.svg);
    background-size: 40%;
    background-position: top 82px right 30px;
  }
}
.nav__index__item__label {
  color: inherit;
}
.nav__index__item__link {
  font-family: "brandon-grotesque";
}
.nav__company__item__logos {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .nav__company__item__logo {
    height: 18px;
  }
}
.nav .icon--blank {
  background-color: #FF6615;
}

/*
hero area
-------------------------*/
.heroArea {
  position: relative;
}
.heroArea__keyVisual {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.heroArea__keyVisual__bg {
  width: 100vw;
  height: 104vh;
  background: url(/diy-market/events/digi_fab_competition_2026/images/kv_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heroArea__keyVisual__bg {
    background-position: -190px center;
    background-repeat: repeat-x;
  }
}
.heroArea__keyVisual__illust {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/diy-market/events/digi_fab_competition_2026/images/kv_illust.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110%;
}
@media screen and (max-width: 768px) {
  .heroArea__keyVisual__illust {
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/kv_illust_sp.svg);
    background-size: cover;
  }
}
.heroArea__keyVisual__img {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroArea__title {
  width: 100%;
  max-width: 847px;
  margin-top: 98px;
  padding-right: 4%;
  padding-left: 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .heroArea__title {
    margin-top: 45px;
  }
}
.heroArea__applicationDeadline {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 98px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .heroArea__applicationDeadline {
    width: 77%;
    top: 57%;
    bottom: auto;
  }
}

/*
theme
-------------------------*/
#theme {
  background: #FFF3ED;
}
#theme .contentsBox {
  position: relative;
}
#theme .contentsBox__inner {
  position: relative;
  z-index: 1;
}
#theme .contentsBox:before, #theme .contentsBox:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
#theme .contentsBox:before {
  width: 201px;
  height: 175px;
  top: -18px;
  left: -53px;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_theme_contentsBox_01.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox:before {
    width: 100px;
    height: 100%;
    top: -8px;
    left: -24px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_theme_contentsBox_01_sp.svg);
  }
}
#theme .contentsBox:after {
  width: 888px;
  height: 757px;
  bottom: -30px;
  right: -30px;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_theme_contentsBox_02.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox:after {
    width: 312px;
    height: 100%;
    top: 7px;
    right: -11px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_theme_contentsBox_02_sp.svg);
  }
}
#theme .contentsBox .decoIllust {
  position: absolute;
  z-index: 10;
}
#theme .contentsBox .decoIllust--01 {
  display: block;
  width: 81px;
  height: 89px;
  top: -36px;
  left: -168px;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox .decoIllust--01 {
    width: 35px;
    height: 38px;
    top: -42px;
    left: 3px;
  }
}
#theme .contentsBox .decoIllust--02 {
  display: block;
  width: 140px;
  height: 114px;
  top: -142px;
  right: -135px;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox .decoIllust--02 {
    width: 63px;
    height: 51px;
    top: -74px;
    right: -8px;
  }
}
#theme .contentsBox .decoIllust--03 {
  display: block;
  width: 114px;
  height: 113px;
  top: 247px;
  right: -208px;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox .decoIllust--03 {
    display: none;
  }
}
#theme .contentsBox .decoIllust--04 {
  display: block;
  width: 75px;
  height: 151px;
  bottom: -22px;
  left: -55px;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox .decoIllust--04 {
    width: 36px;
    height: 72px;
    bottom: -4px;
    left: -10px;
  }
}
#theme .contentsBox .decoIllust--05 {
  display: block;
  width: 66px;
  height: 87px;
  bottom: -70px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  #theme .contentsBox .decoIllust--05 {
    width: 33px;
    height: 44px;
    bottom: -56px;
    right: -10px;
  }
}

.themeTitle {
  text-align: center;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .themeTitle {
    width: 195px;
    margin-bottom: 24px;
  }
}

.themeText {
  letter-spacing: normal;
  line-height: 2;
}

/*
flow
-------------------------*/
#flow {
  position: relative;
  background-color: #FFF9EE;
}

.flowBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 152px 48px;
  width: 100%;
  max-width: 888px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.flowBlock__step {
  position: relative;
  width: 186px;
  text-align: center;
}
.flowBlock__step:nth-child(2):after {
  content: "";
  display: block;
  width: 189px;
  height: 103px;
  position: absolute;
  bottom: 52px;
  left: -8px;
  background: url(/diy-market/events/digi_fab_competition_2026/images/text_flow_02.png);
}
.flowBlock__step:last-of-type {
  margin-top: -23px;
}
.flowBlock__circle {
  width: 186px;
  height: 186px;
  margin: auto;
  border-radius: 50%;
  background: #FFC55D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flowBlock__circle small {
  font-size: 16px;
}
.flowBlock__circle h3 {
  font-size: 36px;
  font-weight: 700;
}
.flowBlock__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #2b45ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.flowBlock__balloon {
  display: inline-block;
  margin-top: 18px;
  padding: 16px 22px;
  background: #fff;
  border-radius: 999px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.flowBlock__balloon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.flowBlock .decoIllust {
  position: absolute;
  z-index: 10;
}
.flowBlock .decoIllust--01 {
  display: block;
  width: 91px;
  height: 72px;
  top: -131px;
  left: -81px;
}
@media screen and (max-width: 768px) {
  .flowBlock .decoIllust--01 {
    width: 43px;
    height: 34px;
    top: -60px;
    left: 2px;
  }
}
.flowBlock .decoIllust--02 {
  display: block;
  width: 154px;
  height: 124px;
  top: -162px;
  right: -111px;
}
@media screen and (max-width: 768px) {
  .flowBlock .decoIllust--02 {
    width: 72px;
    height: 58px;
    top: -84px;
    right: -6px;
  }
}
.flowBlock .decoIllust--03 {
  display: block;
  width: 102px;
  height: 119px;
  bottom: -18px;
  left: -87px;
}
@media screen and (max-width: 768px) {
  .flowBlock .decoIllust--03 {
    width: 36px;
    height: 42px;
    bottom: -24px;
    left: -2px;
  }
}
.flowBlock .decoIllust--04 {
  display: block;
  width: 85px;
  height: 64px;
  right: -106px;
  bottom: 17px;
}
@media screen and (max-width: 768px) {
  .flowBlock .decoIllust--04 {
    width: 43px;
    height: 32px;
    right: -4px;
    bottom: -12px;
  }
}

/*
about
-------------------------*/
.aboutBox {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.aboutContents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .aboutContents {
    gap: 20px;
    margin-bottom: 16px;
  }
}
.aboutContents__item {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .aboutContents__item {
    grid-template-columns: 288px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .aboutContents__item {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .aboutContents__item__img {
    width: 288px;
  }
}
.aboutContents__item__text {
  letter-spacing: normal;
}
.aboutContents__item__text__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #FF6615;
}
@media screen and (max-width: 768px) {
  .aboutContents__item__text__title {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.aboutContents__item__text__lead {
  font-weight: bold;
  line-height: 2;
}
.aboutContents__item__text__description {
  line-height: 2;
}

/*
guidelines
-------------------------*/
#guidelines {
  position: relative;
  background-color: #E7EAFF;
}
#guidelines .contentsBox {
  position: relative;
}
#guidelines .contentsBox__inner {
  position: relative;
  z-index: 1;
}
#guidelines .contentsBox:before, #guidelines .contentsBox:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
#guidelines .contentsBox:before {
  width: 735px;
  height: 1644px;
  top: 0;
  right: -31px;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_guidelines_contentsBox_01.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox:before {
    width: 375px;
    height: 100%;
    right: -13px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_guidelines_contentsBox_01_sp.svg);
  }
}
#guidelines .contentsBox:after {
  width: 888px;
  height: 174px;
  bottom: -38px;
  left: 0;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_guidelines_contentsBox_02.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox:after {
    width: 347px;
    height: 100%;
    bottom: -13px;
    left: -7px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_guidelines_contentsBox_02_sp.svg);
  }
}
#guidelines .contentsBox .decoIllust {
  position: absolute;
  z-index: 10;
}
#guidelines .contentsBox .decoIllust--01 {
  display: block;
  width: 156px;
  height: 112px;
  top: -156px;
  right: -98px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--01 {
    width: 74px;
    height: 53px;
    top: -80px;
    right: -10px;
  }
}
#guidelines .contentsBox .decoIllust--02 {
  display: block;
  width: 95px;
  height: 98px;
  top: 240px;
  left: -155px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--02 {
    display: none;
  }
}
#guidelines .contentsBox .decoIllust--03 {
  display: block;
  width: 91px;
  height: 92px;
  top: 525px;
  right: -160px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--03 {
    width: 38px;
    height: 39px;
    top: -80px;
    left: -8px;
  }
}
#guidelines .contentsBox .decoIllust--04 {
  display: block;
  width: 61px;
  height: 101px;
  top: 900px;
  left: -115px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--04 {
    width: 26px;
    height: 39px;
    top: unset;
    right: -6px;
    bottom: -46px;
    left: unset;
  }
}
#guidelines .contentsBox .decoIllust--05 {
  display: block;
  width: 140px;
  height: 130px;
  right: -190px;
  bottom: 350px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--05 {
    width: 51px;
    height: 47px;
    right: 32px;
    bottom: -56px;
  }
}
#guidelines .contentsBox .decoIllust--06 {
  display: block;
  width: 93px;
  height: 122px;
  bottom: -90px;
  left: -130px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--06 {
    width: 37px;
    height: 48px;
    bottom: -50px;
    left: -10px;
  }
}
#guidelines .contentsBox .decoIllust--07 {
  display: block;
  width: 64px;
  height: 81px;
  right: -110px;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  #guidelines .contentsBox .decoIllust--07 {
    display: none;
  }
}

/*
howto
-------------------------*/
#howto {
  padding-bottom: 304px;
  background-color: #FFF3F8;
}
@media screen and (max-width: 768px) {
  #howto {
    padding-bottom: 170px;
  }
}
#howto .contentsBox {
  position: relative;
}
#howto .contentsBox__inner {
  position: relative;
  z-index: 1;
}
#howto .contentsBox:before, #howto .contentsBox:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
#howto .contentsBox:before {
  width: 190px;
  height: 816px;
  top: 0;
  right: -20px;
  z-index: 1;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_howto_contentsBox_01.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox:before {
    width: 95px;
    height: 667px;
    right: -10px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_howto_contentsBox_01_sp.svg);
  }
}
#howto .contentsBox:after {
  width: 887px;
  height: 762px;
  bottom: -31px;
  right: -27px;
  z-index: 0;
  background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_howto_contentsBox_02.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox:after {
    width: 349px;
    height: 100%;
    right: -11px;
    bottom: -15px;
    background-image: url(/diy-market/events/digi_fab_competition_2026/images/bg_howto_contentsBox_02_sp.svg);
  }
}
#howto .contentsBox .decoIllust {
  position: absolute;
  z-index: 10;
}
#howto .contentsBox .decoIllust--01 {
  display: block;
  width: 88px;
  height: 104px;
  top: -94px;
  left: -106px;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--01 {
    width: 38px;
    height: 45px;
    top: -60px;
    left: -2px;
  }
}
#howto .contentsBox .decoIllust--02 {
  display: block;
  width: 37px;
  height: 86px;
  top: -24px;
  right: -104px;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--02 {
    width: 18px;
    height: 42px;
    top: -54px;
    right: 10px;
  }
}
#howto .contentsBox .decoIllust--03 {
  display: block;
  width: 96px;
  height: 91px;
  top: 578px;
  left: -160px;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--03 {
    display: none;
  }
}
#howto .contentsBox .decoIllust--04 {
  display: block;
  width: 85px;
  height: 64px;
  bottom: -10px;
  left: -145px;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--04 {
    width: 43px;
    height: 32px;
    bottom: -56px;
    left: -6px;
  }
}
#howto .contentsBox .decoIllust--05 {
  display: block;
  width: 165px;
  height: 144px;
  left: 50%;
  bottom: -240px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--05 {
    width: 83px;
    height: 72px;
    bottom: -120px;
  }
}
#howto .contentsBox .decoIllust--06 {
  display: block;
  width: 102px;
  height: 119px;
  right: -150px;
  bottom: -200px;
}
@media screen and (max-width: 768px) {
  #howto .contentsBox .decoIllust--06 {
    width: 45px;
    height: 52px;
    right: -6px;
    bottom: -154px;
  }
}

.howtoLead {
  text-align: center;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #FF6615;
}
@media screen and (max-width: 768px) {
  .howtoLead {
    margin-bottom: 24px;
    font-size: 12px;
  }
}

.termsTitle {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FF6615;
}
@media screen and (max-width: 768px) {
  .termsTitle {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.termsLead {
  margin-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .termsLead {
    margin-bottom: 16px;
  }
}

.termsBox {
  width: 100%;
  max-width: 760px;
  height: 260px;
  padding: 16px;
  border: 1px solid #C6D0D8;
  border-radius: 8px;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .termsBox {
    height: 132px;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .termsContents {
    font-size: 10px;
  }
}
.termsContents > dd {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .termsContents > dd {
    margin-bottom: 1rem;
  }
}
.termsContents > dd:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */