@charset "utf-8";
html, body, div, p, dl, dt, dd, ol, ul, li, label, legend, table, input, button, select, textarea {
	font-size: 17px;
  line-height: 136%;
}

#container {
  position: relative;
}

#container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 283px;
  background: url(../img/sub/sub-bg.png) no-repeat center -110px / auto 100%;
  z-index: -1;
}

#container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(0deg, #FFF 0%, #E2E4FF 100%);
  z-index: -1;
}

#container .wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-top: 70px;
  padding-bottom: 110px;
  max-width: 1440px;
}

#contents {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

#con-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #93949A;
}

#location ol {
  display: flex;
  align-items: center;
  gap: 16px;
}

#location ol li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #555;
  font-size: 16px;
  letter-spacing: -0.48px;
}

#location ol li::before {
  content: '';
  width: 8px;
  height: 11px;
  background: url(../img/sub/location-arr.svg) no-repeat 0 0 / 100%;
}

#location ol li:nth-child(1) {
  width: 22px;
  height: 22px;
  font-size: 0;
  text-indent: -5000px;
  background: url(../img/sub/location-home.svg) no-repeat 0 0 / 100%;
}

#location ol li:nth-child(1)::before {
  display: none;
}

#location ol li:nth-last-child(1) {
  color: #222;
  font-weight: 700;
}

#con-tit h3 {
  margin-top: 14px;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

#con-tit .shareSns {
  display: flex;
  align-items: center;
  gap: 4px;
}

#con-tit .shareSns>li {
  margin-left: 0;
}

#con-tit .shareSns>li a {
  --width: 36px;
  --width--:  calc(var(--width) * -1);
  width: var(--width);
  height: var(--width);
  border-radius: 8px;
  background: #3D3D3D url(../img/sub/shareSns.svg) no-repeat 0 0 / auto var(--width);
}

#con-tit .shareSns>li.sns01 a {
  background-color: #14B031;
}

#con-tit .shareSns>li.sns02 a {
  background-color: #094fb0;
  background-position: calc(var(--width--) * 1) 0;
}

#con-tit .shareSns>li.sns04 a {
  background-color: #FAE100;
  background-position: calc(var(--width--) * 2) 0;
}

#con-tit .shareSns>li.sns05 a {
  background-color: #1C96E8;
  background-position: calc(var(--width--) * 3) 0;
}

#con-tit .shareSns>li.sns06 a {
  background-color: #3D3D3D;
  background-position: calc(var(--width--) * 4) 0;
}

#con-tit .shareSns>li.sns07 a {
  background-position: calc(var(--width--) * 5) 0;
}

#contents .tab {
  display: flex;
  margin-top: 3.5em;
  gap: 0.3em;
}

#contents .tab>li {
  flex: 1 1 auto;
  text-align: center;
}

#contents .tab>li>a {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  color: #898989;
  border-radius: 0.3em;
  border-bottom: 0.2em solid #F3F3F3;
  background: #F3F3F3;
}

#contents .tab>li.select>a {
  color: #6062DA;
  font-weight: 700;
  border-radius: 0;
  background: #fff;
  border-bottom-color: #5843CF;
}

#detail_con {
  margin-top: 60px;
}

.ready {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  min-height: 32em;
}

.ready .tit {
  font-size: 2em;
  font-weight: 500;
  padding-top: 7.8em;
  background: url(../img/sub/ready.svg) no-repeat center top / 6.2em;
}

.ready .tit span {
  font-weight: 700;
}

.ready .txt {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 140%;  
}

.para01,
h4.bl01+.tableBox {
  margin-top: 1.5em;
}

.para01:has(.bl02) {
  margin-left: 0.9em;
}

table.data {
  width: 100%;
}

table.data thead th {
  padding: 0.7em 0.6em;
  font-weight: 500;
  border: 1px solid #DDD;
  background: #F0F0F0;
}

table.data tbody th,
table.data tbody td {
  color: #555;
  padding: 0.7em 0.6em;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

table.data tbody th {
  border-left: none;
  border-right: 1px solid #DDD;
}

table.data tbody td:nth-child(1) {
  border-left: none;
}

table.data tbody td.bdl {
  border-left: 1px solid #ddd;
}

.bl02+table.data {
  margin-top: 0.7em;
  margin-left: 0.6em;
}

h4 {
  position: relative;
  padding-left: 1.3em;
  margin-top: 2.1em;
  font-size: 1.8em;
  font-weight: 600;
  background: url(../img//sub/bl.svg) no-repeat 0 0.21em / 0.96em;
  line-height: 136%;
}

.bl02 {
  padding-left: 1em;
  font-size: 1.4em;
  font-weight: 500;
  background: url(../img/sub/bl02.svg) no-repeat 0 0.25em / 0.6em;
}

.bl02+.bl03 {
  margin-top: 0.7em;
}

.bl03 {
  margin-left: 0.6em;
}

.bl03>li,
p.bl03 {
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.6em;
}

.bl03>li:first-child {
  margin-top: 0 !important;
}

.bl03>li::before,
p.bl03::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.3em;
  height: 0.3em;
  background: #666;
}

.bl03>li>span,
p.bl03>span {
  font-weight: 600;
}

.normal {
  font-weight: normal !important;
}

.bl04>li,
p.bl04 {
  position: relative;  
  margin-left: 0.9em;
  padding-left: 0.7em;
  margin-top: 0.4em;
  color: #555;
}

.bl04>li::before,
p.bl04::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.nobl {
  padding-left: 0 !important;
}

.nobl::before {
  display: none;
}

.point-rd {
  color: var(--red) !important;
  font-style: normal;
}

.point-bl {
  color: var(--blue) !important;
  font-style: normal;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-top: 3.5em;
}

.conbtn {
  --conbtn: #5414AC;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.8em 1.6em;
  border-radius: 0.3em;
  color: #FFF;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
  line-height: normal;
  border: 1px solid var(--conbtn);
  background: var(--conbtn);
  transition: .3s;
}

.conbtn::after {
  content: '';
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/sub/conbtn.svg) no-repeat center / 100%;
}

.conbtn.bg-w {
  color: var(--conbtn);
  background: #fff;
}

.conbtn.bg-w::after {
  background-image: url(../img/sub/conbtn-w.svg);
}

.consbtn {
  --consbtn: #402E55;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4em;
  padding: 0.3em 0.9em;
  gap: 0.2em;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  border-radius: 0.4em;
  border: 1px solid var(--consbtn);
  background: var(--consbtn);
}

.consbtn.bg-w,
.consbtn.link {
  color: var(--consbtn);
  background: #fff;
}

.consbtn::after {
  content: '';
  flex: 0 0 auto;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/sub/conbtn.svg) no-repeat center / 100%;
}

.consbtn.bg-w::after {
  background-image: url(../img/sub/consbtn-w.svg);
}

.consbtn.link::after {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/sub/consbtn-link.svg);
}

.para01>.consbtn:first-child {
  margin-top: 0;
  margin-left: 0.9em;
}

.step {
  display: flex;
  gap: 0.6em;
  margin-top: 0.7em;
  margin-left: 0.6em;
}

.step>li {
  flex: 1 1 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.8em 1.2em;
  border-radius: 0.6em;
  border: 2px solid #F0F0F0;
  background: #F0F0F0;
  box-sizing: border-box;
}

.step.col4 {
  flex-wrap: wrap;
}

.step.col4>li {
  flex-basis: calc(25% - (0.6em * 3) / 4);
}

.step>li>i {
  position: absolute;
  left: 1.1em;
  top: 0.7em;
  font-weight: 900;
  font-style: normal;
}

.step>li:nth-child(1),
.step>li:nth-child(1) * {
  color: #fff;
  border-color: #8C52C8;
  background: #8C52C8;
}

.step>li:nth-last-child(1),
.step>li:nth-last-child(1) * {
  color: #6414AC;
  border-color: #6414AC;
  background: #FFF;
}

.step>li .tit {
  font-weight: 600;
}

.step>li .txt.sfont {
  font-size: 0.9em;
}

.photo-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
}

.photo-box>li {
  flex: 1 1 50%;
  height: 11.8em;
  border: 1px solid #CFCFCF;
}

.photo-box>li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*pc*/
@media screen and (min-width:1025px) {
  #lmenu {
    flex: 0 0 auto;
    width: 320px;
    border-radius: 30px;
    background: linear-gradient(118deg, #277BDB 12.16%, #935AD8 86.23%);
    box-shadow: 0 4px 10.8px 0 rgba(0, 0, 0, 0.07);
  }

  #lmenu h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    height: 130px;
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
  }

  #lmenu .sub-menu {
    padding: 20px;
    border-radius: 17px;
    background: #FFF;
  }

  #lmenu .sub-menu>li {
    margin-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
  }

  #lmenu .sub-menu>li.on,
  #lmenu .sub-menu>li.select {
    border-bottom: none;
  }

  #lmenu .sub-menu>li:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: none;
  }

  #lmenu .sub-menu>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 18px 20px 16px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
  }

  #lmenu .sub-menu>li.on>a,
  #lmenu .sub-menu>li.select>a {
    color: #FFF;
    font-weight: 700;
    border-radius: 15px;
    background: #6062DA;
  }

  #lmenu .sub-menu>li:has(.depth)>a::after {
    content: '';
    width: 11px;
    height: 8px;
    background: var(--lnb-arr);
  }

  #lmenu .sub-menu>li.on>a::after,
  #lmenu .sub-menu>li.select>a::after {
    content: '';
    width: 11px;
    height: 8px;
    background: var(--lnb-arr);
    background-position: -21px 0;
    transform: rotate(90deg);
  }

  #lmenu .sub-menu .depth {
    display: none;
    margin-top: 5px;
    padding: 10px 20px;
    border-bottom: 1px solid #E2E2E2;
  }
  
  #lmenu .sub-menu .select .depth {
    display: block;
  }
  
  #lmenu .sub-menu .depth>li {
    margin-top: 10px;
  }
  
  #lmenu .sub-menu .depth>li:nth-child(1) {
    margin-top: 0;
  }
  
  #lmenu .sub-menu .depth>li>a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  
  #lmenu .sub-menu .depth>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7.5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6D6868;
  }
  
  #lmenu .sub-menu .depth>li.select>a {
    color: var(--main);
    font-weight: 700;
  }

  #lmenu .sub-menu .depth>li.select>a::before {
    background: var(--main);
  }
}

/* mb */
@media screen and (max-width:1024px) {
  #container {
    padding-left: 40px;
    padding-right: 40px;
  }

  #container::after {
    background-position: center -30%;
    background-size: 100%;
  }

  #container::before {
    height: 106px;
  }

  #lmenu {
    display: none;
  }

  #con-tit {
    padding-top: 0;
  }
}

/* min-mb */
@media screen and (max-width:860px) {
  html, body, div, p, dl, dt, dd, ol, ul, li, label, legend, table, input, button, select, textarea {
    font-size: 13px;
  }

  #container {
    padding: 0;
  }

  #container::after {
    display: none;
  }

  #container::before {
    height: 76px;
  }

  #container .wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  #con-tit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding-bottom: 26px;
  }

  #location ol {
    gap: 8px;
  }

  #location ol li {
    gap: 8px;
    font-size: 12px;
    line-height: normal;
  }
  
  #location ol li:nth-child(1) {
    width: 14px;
    height: 14px;
  }

  #location ol li::before {
    width: 7px;
    height: 9px;
  }

  #con-tit h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  #con-tit .shareSns>li a {
    --width: 30px;
  }

  #contents .tab {
    flex-wrap: wrap;
  }

  #contents .tab>li {
    flex: 0 0 auto;
    width: calc(33.3% - (0.6em / 3));
  }

  #detail_con {
    margin-top: 40px;
    font-size: 13px;
  }

  table.data th,
  table.data td {
    word-break: break-all;
  }

  .step {
    flex-direction: column;
  }
  
  .step>li {
    flex-basis: 100%;
    padding-left: 3.6em;
    width: 100%;
  }
  
  .step>li>i {
    top: auto;
    bottom: auto;
    left: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border-right: 1px solid #C7C7C7;
  }
}