@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700&display=swap');

html:has(.pnt-content){
  scroll-padding-top: 77px;
}
@media (max-width:900px){
  html:has(.pnt-content){
    scroll-padding-top: 65px;
  }
}
.pnt-content{
  margin: 0;
  padding: 0;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #565656;
  vertical-align: text-bottom;
  padding-top: 77px;
  position: relative;
}
.pnt-content *{
  box-sizing: border-box;
}
.pnt-content a, .pnt-content a:visited{
  color:#1055DB;
  text-decoration: underline;
}
.pnt-content a:focus{
  color:#103F9A;
}
@media(hover:hover){
  .pnt-content a:hover{
   color:#103F9A;
  }
}
@media (max-width:900px) {
  .pnt-content {
    padding-top: 65px;
  }
  .pnt-overlay {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(131, 131, 131, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition:all ease 0.2s;
    z-index: 997;
  }
  .pnt-content.pnt-scroll-hidden {
    overflow: hidden;
  }
  .pnt-content.pnt-scroll-hidden .pnt-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.pnt-wrap{
  padding: 50px 0;
}
.pnt-inner{
  max-width: 1180px;
  margin: auto;
}
@media (max-width:1200px){
  .pnt-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pnt-ttl-2color{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 3px solid #7a6eb0;
  position: relative;
  margin-bottom: 20px;
}
.pnt-ttl-2color:after{
  content: "";
  display: inline-block;
  width: 20%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid #ed81ab;
}


/*-------------------------------pnt標準*/
.pnt-content h1,
.pnt-content h2,
.pnt-content h3,
.pnt-content h4,
.pnt-content h5{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pnt-content h1:first-child,
.pnt-content h2:first-child,
.pnt-content h3:first-child,
.pnt-content h4:first-child,
.pnt-content h5:first-child{
  margin-top: 0;
}
.pnt-content p{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.pnt-content p:last-child{
  margin-bottom: 0;
}
.pnt-content p:first-child{
  margin-top: 0;
}
.pnt-content ul,
.pnt-content ol{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-left: 20px;
}
.pnt-content li{
  margin-bottom: 0.5em;
}
.pnt-content li:last-of-type {
  margin-bottom: 0;
}
.pnt-content img{
  max-width: 100%;
}
/*-----------pnt list style none*/

.pnt-content ul.pnt-nostyle,
.pnt-content ol.pnt-nostyle{
  padding-left: 0;
  list-style-type: none;
}


.pnt-content h1{
  font-size: 32px;
}
.pnt-content h2{
  font-size: 24px;
}
.pnt-content h3{
  font-size: 19.2px;
}
.pnt-content h4{
  font-size: 16px;
}
.pnt-content h5{
  font-size: 16px;
}

@media(max-width:600px) {
  .pnt-content h1{
    font-size: 24px;
  }
  .pnt-content h2{
    font-size: 19.2px;
  }
  .pnt-content h3{
    font-size: 17.6px;
  }
}
/*-------------------------------pnt標準フォーム*/

.pnt-content input,
.pnt-content select,
.pnt-content textarea{
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border: 3px solid #C1C1C1;
  background-color: #FFF;
  border-radius: 8px;
  color: #565656;
  font-size: 16px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  max-width: 100%;
  width: 100%;
}
.pnt-content input.pnt-auto,
.pnt-content select.pnt-auto{
  width: auto;
}
.pnt-content :focus{
  outline: none;
  border-color: #6E60A8;
}
.pnt-content ::placeholder{
  color: #A3A3A3;
}
.pnt-content .pnt-error + span,
.pnt-content .pnt-pass.pnt-error + i + span,
.pnt-content .pnt-error > span:last-child{
  display: block;
  background: url(/static/user/images/pnt_style/error.svg) no-repeat 2px 50%;
  background-size: 20px;
  padding-left: 26px;
  color: #D62D37;
  min-height: 20px;
  margin-top: 5px;
}
.pnt-content input.pnt-pass{
  background: none #FFF;
  position: relative;
  z-index: 0;
  vertical-align: baseline;
}
.pnt-content input.pnt-pass + i{
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 20px;
  margin-left: -30px;
  background: url(/static/user/images/pnt_style/password-slash.svg) no-repeat calc(100% - 8px)  50%;
  vertical-align: text-bottom;
}
.pnt-content input.pnt-pass[type="password"] + i{
  background: url(/static/user/images/pnt_style/password.svg) no-repeat calc(100% - 8px)  50%;
}

.pnt-content input[type="date"]{
  background: none #FFF;
  position: relative;
}
.pnt-content input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 100;
}
.pnt-content input[type="date"]:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform:translateY(-50%);
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 20px;
  margin-left: -30px;
  background: url(/static/user/images/pnt_style/date.svg) no-repeat calc(100% - 0px)  50%;
  vertical-align: text-bottom;
  cursor: pointer;
}

.pnt-content select{
  -webkit-appearance: none;
  background: #FFF url(/static/user/images/pnt_style/select.svg) no-repeat calc(100% - 8px)  50%;
  padding-right: 30px;
  cursor: pointer;
}
.pnt-content .pnt-complete + span,
.pnt-content .pnt-pass.pnt-complete + i + span,
.pnt-content .pnt-complete[type="date"] + span,
.pnt-content .pnt-complete > span:last-child{
  display: inline-block;
  background: url(/static/user/images/pnt_style/complete.svg) no-repeat calc(100% - 8px)  50%;
  background-size: 20px;
  min-height: 20px;
  min-width: 30px;
  vertical-align: text-bottom;
}
.pnt-content textarea.pnt-complete + span{
  display: block;
  background-position: 0% 50%;
  margin-top: 5px;
}

.pnt-content .pnt-check label,
.pnt-content .pnt-radio label{
  position: relative;
  display: inline-block;
  margin-right: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
  cursor: pointer;
}
.pnt-content .pnt-radio input{
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pnt-content .pnt-radio input + span,
.pnt-content .pnt-radio label:not(:has(span)) input{
  display: inline-block;
  background: url(/static/user/images/pnt_style/radio.svg) no-repeat calc(100% - 8px)  50%;
  background-size: 20px;
  min-height: 20px;
  min-width: 30px;
  vertical-align: text-bottom;
}
.pnt-content .pnt-radio label:not(:has(span)) input {
  position: relative;
  opacity: 1;
  appearance: none;
  border: none;
  margin: 0;
}
.pnt-content .pnt-radio input:checked + span,
.pnt-content .pnt-radio label:not(:has(span)) input:checked{
  background: url(/static/user/images/pnt_style/radio-checked.svg) no-repeat calc(100% - 8px)  50%;
  background-size: 20px;
}



.pnt-content .pnt-check input{
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pnt-content .pnt-check input + span,
.pnt-content .pnt-check label:not(:has(span)) input{
  display: inline-block;
  background: url(/static/user/images/pnt_style/checkbox.svg) no-repeat calc(100% - 8px)  50%;
  background-size: 20px;
  min-height: 20px;
  min-width: 30px;
  vertical-align: text-bottom;
}
.pnt-content .pnt-check label:not(:has(span)) input {
  position: relative;
  opacity: 1;
  appearance: none;
  border: none;
  margin: 0;
}
.pnt-content .pnt-check input:checked + span,
.pnt-content .pnt-check label:not(:has(span)) input:checked{
  background: url(/static/user/images/pnt_style/checkbox-checked.svg) no-repeat calc(100% - 8px)  50%;
  background-size: 20px;
}

.pnt-content .pnt-border label{
  border: 1px solid #A2A2A2;
  background-color: #FFF;
  padding: 5px 8px;
  border-radius: 8px;
}
.pnt-content .pnt-border label:has(:checked){
  background-color: #F5F3FA;
}

.pnt-content .pnt-num input{
  display: inline-block;
  width: calc(2em + 20px);
  padding: 8px;
  font-size: 18px;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.pnt-content .pnt-num input::-webkit-outer-spin-button,
.pnt-content .pnt-num input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pnt-content .pnt-num input[type=number] {
  -moz-appearance: textfield;
}
.pnt-content .pnt-num button{
  display: inline-block;
  border: 0;
  width: 40px;
  height: 40px;
  background-color: #6E60A8;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  border-radius: 999px;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px;
}
.pnt-required{
  background-color: #FFC1D4;
  color: #212121;
  font-size: 11px;
  padding: 3px;
  display: inline-block;
  font-weight: bold;
  vertical-align: text-bottom;
  margin-right: 3px;
}

/*-------------------------------pnt標準区切り線*/

.pnt-content hr{
  margin: 40px 0;
  border-color: #565656;
  border-width: 1px 0 0 0;
}

/*-------------------------------pnt文字サイズ操作*/
.pnt-content .pnt-t-xxlarger{
  font-size: 1.6em;
}
.pnt-content .pnt-t-xlarger{
  font-size: 1.4em;
}
.pnt-content .pnt-t-larger{
  font-size: 1.2em;
}
.pnt-content .pnt-t-smaller{
  font-size: 0.9em;
}
.pnt-content .pnt-t-xsmaller{
  font-size: 0.8em;
}


/*-------------------------------pntボタン*/
.pnt-btn,
.pnt-content form input[type="submit"],
.pnt-content form input[type="button"],
.pnt-content form input[type="reset"]
{
  font-family: Roboto, "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #F38EAD;
  color: #212121 !important;
  text-decoration: none !important;
  border:none;
  padding: 10px 24px;
  border-radius: 999px;
  box-shadow:0 0 2px rgba(0,0,0,0);
  transition:all ease 0.2s;
  position: relative;
  cursor: pointer;
}
.pnt-btn.pnt-lg{
  font-size: 23px;
  padding: 13px 32px;
}
.pnt-btn.pnt-sm{
  font-size: 14px;
  padding: 6px 12px;
}
.pnt-btn.pnt-xs{
  font-size: 12px;
  padding: 4px 8px;
}
.pnt-btn.pnt-sub,
.pnt-content form input[type="reset"]{
  background-color: #FFF;
  border: 2px solid #DC6E8F;
  color: #C9476F !important;
}
.pnt-btn.pnt-purple,
.pnt-content form input[type="submit"].pnt-purple{
  background-color: #6E60A8;
  color: #FFFFFF !important;
}
.pnt-btn.pnt-sub-p,
.pnt-content form input[type="reset"].pnt-purple{
  background-color: #FFF;
  border: 2px solid #6E60A8;
  color: #6E60A8 !important;
}
.pnt-btn.pnt-next:before,
.pnt-btn.pnt-prev:before
{
  content: "";
  width: 10px;
  height: 10px;
  border-top:3px solid #212121;
  border-right:3px solid #212121;
  position: absolute;
}
.pnt-btn.pnt-next.pnt-lg:before,
.pnt-btn.pnt-prev.pnt-lg:before
{
  width: 12px;
  height: 12px;
}
.pnt-btn.pnt-next.pnt-sm:before,
.pnt-btn.pnt-prev.pnt-sm:before
{
  width: 7px;
  height: 7px;
}
.pnt-btn.pnt-next.pnt-xs:before,
.pnt-btn.pnt-prev.pnt-xs:before
{
  border-width: 1px;
  width: 5px;
  height: 5px;
}
.pnt-btn.pnt-next.pnt-sub:before,
.pnt-btn.pnt-prev.pnt-sub:before
{
  border-color: #DC6E8F;
}
.pnt-btn.pnt-next.pnt-purple:before,
.pnt-btn.pnt-prev.pnt-purple:before
{
  border-color: #FFFFFF;
}
.pnt-btn.pnt-next.pnt-sub-p:before,
.pnt-btn.pnt-prev.pnt-sub-p:before
{
  border-color: #6E60A8;
}

.pnt-btn.pnt-next{
  padding-right: 40px;
}
.pnt-btn.pnt-next.pnt-sm{
  padding-right: 24px;
}
.pnt-btn.pnt-next.pnt-xs{
  padding-right: 20px;
}
.pnt-btn.pnt-prev{
  padding-left: 40px;
}
.pnt-btn.pnt-prev.pnt-sm{
  padding-left: 24px;
}
.pnt-btn.pnt-prev.pnt-xs{
  padding-left: 20px;
}
.pnt-btn.pnt-next:before{
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  top: 50%;
}
.pnt-btn.pnt-next.pnt-sm:before{
  right: 10px;
}
.pnt-btn.pnt-next.pnt-xs:before{
  right: 10px;
}
.pnt-btn.pnt-prev:before{
  transform: translateY(-50%) rotate(-135deg);
  left: 15px;
  top: 50%;
}
.pnt-btn.pnt-prev.pnt-sm:before{
  left: 10px;
}
.pnt-btn.pnt-prev.pnt-xs:before{
  left: 10px;
}


.pnt-btn.pnt-open:before,
.pnt-btn.pnt-open:after,
.pnt-btn.pnt-close:after{
  content: "";
  width: 3px;
  height: 14px;
  position: absolute;
  display: block;
  background-color: #000;
  border-radius: 999px;
}
.pnt-btn.pnt-open.pnt-lg:before,
.pnt-btn.pnt-open.pnt-lg:after,
.pnt-btn.pnt-close.pnt-lg:after{
  width: 3px;
  height: 17px;
}
.pnt-btn.pnt-open.pnt-sm:before,
.pnt-btn.pnt-open.pnt-sm:after,
.pnt-btn.pnt-close.pnt-sm:after{
  width: 2px;
  height: 12px;
}
.pnt-btn.pnt-open.pnt-xs:before,
.pnt-btn.pnt-open.pnt-xs:after,
.pnt-btn.pnt-close.pnt-xs:after{
  width: 1px;
  height: 8px;
}
.pnt-btn.pnt-open.pnt-sub:before,
.pnt-btn.pnt-open.pnt-sub:after,
.pnt-btn.pnt-close.pnt-sub:after{
  background-color: #DC6E8F;
}
.pnt-btn.pnt-open.pnt-purple:before,
.pnt-btn.pnt-open.pnt-purple:after,
.pnt-btn.pnt-close.pnt-purple:after{
  background-color: #FFFFFF;
}
.pnt-btn.pnt-open.pnt-sub-p:before,
.pnt-btn.pnt-open.pnt-sub-p:after,
.pnt-btn.pnt-close.pnt-sub-p:after{
  background-color: #6E60A8;
}
.pnt-btn.pnt-open,
.pnt-btn.pnt-close{
  padding-right: 40px;

}
.pnt-btn.pnt-open.pnt-lg,
.pnt-btn.pnt-close.pnt-lg{
  padding-right: 50px;
  min-height: 50px;
}
.pnt-btn.pnt-open.pnt-sm,
.pnt-btn.pnt-close.pnt-sm{
  padding-right: 30px;
  min-height: 30px;
}
.pnt-btn.pnt-open.pnt-xs,
.pnt-btn.pnt-close.pnt-xs{
  padding-right: 20px;
  min-height: 24px;
}
.pnt-btn.pnt-open.pnt-left,
.pnt-btn.pnt-close.pnt-left{
  padding-left: 40px;
  padding-right: 24px;
}
.pnt-btn.pnt-open.pnt-left.pnt-lg,
.pnt-btn.pnt-close.pnt-left.pnt-lg{
  padding-left: 50px;
  padding-right: 32px;
}
.pnt-btn.pnt-open.pnt-left.pnt-sm,
.pnt-btn.pnt-close.pnt-left.pnt-sm{
  padding-left: 30px;
  padding-right: 12px;
}
.pnt-btn.pnt-open.pnt-left.pnt-xs,
.pnt-btn.pnt-close.pnt-left.pnt-xs{
  padding-left: 20px;
  padding-right: 8px;
}
.pnt-btn.pnt-open:before,
.pnt-btn.pnt-open:after,
.pnt-btn.pnt-close:after{
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pnt-btn.pnt-open:after,
.pnt-btn.pnt-close:after{
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}
.pnt-btn.pnt-close.pnt-open:before{
  display: none !important;
}


.pnt-btn.pnt-open.pnt-sm:before,
.pnt-btn.pnt-open.pnt-sm:after,
.pnt-btn.pnt-close.pnt-sm:after{
  right: 15px;
}
.pnt-btn.pnt-open.pnt-xs:before,
.pnt-btn.pnt-open.pnt-xs:after,
.pnt-btn.pnt-close.pnt-xs:after{
  right: 10px;
}

.pnt-btn.pnt-open.pnt-left:before,
.pnt-btn.pnt-open.pnt-left:after,
.pnt-btn.pnt-close.pnt-left:after{
  left: 18px;
  right: auto;
}
.pnt-btn.pnt-open.pnt-left.pnt-sm:before,
.pnt-btn.pnt-open.pnt-left.pnt-sm:after,
.pnt-btn.pnt-close.pnt-left.pnt-sm:after{
  left: 15px;
  right: auto;
}
.pnt-btn.pnt-open.pnt-left.pnt-xs:before,
.pnt-btn.pnt-open.pnt-left.pnt-xs:after,
.pnt-btn.pnt-close.pnt-left.pnt-xs:after{
  left: 10px;
  right: auto;
}


.pnt-btn .pnt-ic{
  display: inline-block;
  line-height: 1 !important;
  font-size: 16px;
  width: 16px;
  height: 16px;
  transform: translate(20%,12%);
}
.pnt-btn.pnt-lg .pnt-ic{
  font-size: 23px;
  width: 23px;
  height: 23px;
}
.pnt-btn.pnt-sm .pnt-ic{
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.pnt-btn.pnt-xs .pnt-ic{
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.pnt-btn .pnt-ic svg,
.pnt-btn .pnt-ic img{
  width: 100%;
  height: auto;
}

@media(max-width:600px){
  .pnt-btn{
    padding: 10px 12px;
    font-size: 14px;
  }
  .pnt-btn.pnt-lg {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media(hover:hover){
  .pnt-btn:hover{
    transform: scale(1.1);
    box-shadow:4px 2px 3px rgba(0,0,0,0.25);
  }
}
@media(hover:none){
  .pnt-btn{
    box-shadow:2px 2px 3px rgba(0,0,0,0.2);
  }
}

/*-------------------------------pnt pagenation*/
.pnt-pagenation{
  display: inline-block;
  padding: 0 60px !important;
  list-style-type: none;
  font-size: 20px;
  position: relative;
}
.pnt-pagenation ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.pnt-pagenation li{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.pnt-pagenation li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #565656 !important;
  text-decoration: underline;
  line-height: 30px;
}
.pnt-pagenation a.pnt-btn{
  width: 40px;
  height: 40px;
  padding: 0;
}
.pnt-pagenation a.pnt-current{
  background-color: #FFD7E3 ;
  font-weight: bold;
}
.pnt-pagenation li:has(.pnt-btn){
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.pnt-pagenation li:has(.pnt-prev){
  left: 0;
}
.pnt-pagenation li:has(.pnt-next){
  right: 0;
}
/*-------------------------------pntスイッチ*/

.pnt-switch button{
  font-family: Roboto, "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  text-decoration: none;
  border:none;
  padding: 10px 24px;
  border-radius: 999px;
  box-shadow:0 0 2px rgba(0,0,0,0);
  transition:all ease 0.2s;
  position: relative;
}
.pnt-switch{
  display: inline-block;
  border-radius: 100px;
  background-color: #FFD7E3;
  overflow: auto;
  white-space: nowrap;
  max-width: 100%;
}
.pnt-switch button{
  font-weight: normal;
  background-color: transparent;
  cursor: pointer;
  min-width: auto;
}
@media(min-width:901px){
  .pnt-switch button{
    min-width: 160px;
  }
}
@media(max-width:600px){
  .pnt-switch button{
    padding: 8px 12px;
    font-size: 14px;
  }
}

.pnt-switch button.pnt-current{
  background-color: #F38EAD;
  font-weight: bold;
}
.pnt-switch-target > *{
  display: none;
}
.pnt-switch-target .pnt-current{
  display: block;
}

/*-------------------------------pntモーダル*/
.pnt-modal{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(131 131 131 / 76%);
  display: none;
  z-index: 999;
  text-align: left;
  cursor: pointer;
}
.pnt-modal .pnt-modal-inner{
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100dvh;
  overflow-y: scroll;
  cursor: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pnt-modal .pnt-modal-inner::-webkit-scrollbar {
  display: none;
}
.pnt-modal .pnt-close{
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 15px;

}
.pnt-modal .pnt-close:before,.pnt-modal .pnt-close:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #565656;
  position: absolute;
  top: 50%;
}
.pnt-modal .pnt-close:before{
  transform-origin: center;
  transform:translateY(-50%) rotate(45deg);
}
.pnt-modal .pnt-close:after{
  transform-origin: center;
  transform:translateY(-50%) rotate(-45deg);
}
.pnt-modal h1{
  font-size: 18px;
  font-weight: bold;
  margin:0 0 30px;
  padding-right: 40px;
}
.pnt-modal p{
  margin: 30px 0;
}
.pnt-modal.pnt-center{
  text-align: center;
}
.pnt-modal.pnt-center h1{
  padding-right: 0;
}
.pnt-modal.pnt-center .pnt-flex{
  justify-content: center;
}
@media(hover:hover){
  .pnt-modal .pnt-btn:hover{
    transform: scale(1.05);
    box-shadow: none;
  }
}

/*-------------------------------pntテーブル*/
.pnt-table{
  margin-bottom: 20px;
  border-collapse: collapse;
}
.pnt-table td,.pnt-table th{
  border:1px solid #A2A2A2;
  color: #565656;
  padding: 10px;
}
.pnt-table th{
  background-color: #F2F2F2;
  line-height: 1.5;
}
.pnt-table td{
  background-color: #FFFFFF;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.pnt-table tr.pnt-purple th,
.pnt-table th.pnt-purple{
  background-color: #DED9F2;
}
.pnt-table tr.pnt-purple td,
.pnt-table td.pnt-purple{
  background-color: #F1EFFA;
}
.pnt-table tr.pnt-pink th,
.pnt-table th.pnt-pink{
  background-color: #FFC1D4;
}
.pnt-table tr.pnt-pink td,
.pnt-table .pnt-pink{
  background-color: #FFEDF3;
}
.pnt-table .none{
  border:none;
  background-color: transparent;
}
.pnt-table .pnt-tab > th,
.pnt-table .pnt-tab > td{
  border:none;
  position: relative;
  background-color: transparent;
  color: #555352;
  padding-block: 12px;
  z-index: 1;
}
.pnt-table .pnt-tab > th:after,
.pnt-table .pnt-tab > td:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 47px;
  bottom: 0;
  left: -1px;
  border-radius: 10px 10px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #fff;
  z-index: -1;
}

.pnt-table .pnt-tab .none:after {
  content: none;
}
.pnt-table .pnt-tab .pnt-em{
  padding-block: 6px 18px;
}
.pnt-table .pnt-tab .pnt-em:after{
  height: 60px;
}
.pnt-table .pnt-tab .pnt-pink:after{
  background-color: #FFB4CB;
}
.pnt-table .pnt-tab .pnt-purple:after{
  background-color: #D2CCE6;
}
.pnt-table .pnt-tab .pnt-gray:after{
  background-color: #CCCCCC;
}
.pnt-table-equal {
  table-layout: fixed;
}
@media(max-width:600px){
  .pnt-table td,.pnt-table th{
    padding: 7px 4px;
  }
  .pnt-sp-table-equal {
    table-layout: fixed;
  }
  .pnt-sp-table-unequal {
    table-layout: auto;
  }
}

@media(max-width:600px){
  .pnt-table{
    font-size: 0.9em;
  }
  .pnt-sp-column{
    border:1px solid #A2A2A2;
    border-width: 1px 1px 0;
  }
  .pnt-sp-column th,
  .pnt-sp-column td{
    display: block;
    border-width: 0 0 1px;
    width: 100%;
  }
  .pnt-sticky{
    display: block;
    position: relative;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    max-height: 65vh;
    border-collapse:separate;
    border-spacing: 0;
    z-index: 1;
  }
  .pnt-sticky th,.pnt-sticky td{
    min-width: 10em;
  }
  .pnt-sticky tr:first-child.pnt-fixed{
    position: sticky;
    top: 0;
    z-index: 3;
  }
  .pnt-sticky th:first-child.pnt-fixed{
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .pnt-sticky:before{
    content: "テーブルをスクロールできます";
    display: inline-block;
    padding: 16px 10px 16px 30px;
    background: transparent url(/static/user/images/pnt_style/scroll-guide.svg) no-repeat 0% 50%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: -1;
  }
}



/*-------------------------------pnt注記*/
.pnt-chuki{
  list-style-type: none;
  padding-left: 0 !important;
  font-size: 12px;
}
.pnt-chuki li{
  position: relative;
  padding-left: 1.5em;
}
.pnt-chuki.pnt-num li{
  counter-increment: number 1;
  padding-left: 2em;
}
.pnt-chuki li:before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
ol.pnt-chuki.pnt-num li:before{
  content: "※"counter(number);
  position: absolute;
  left: 0;
  top: 0;
}


/*-------------------------------pntニュースリスト*/

.pnt-newslist{
  display: block;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 0 40px !important;
}
.pnt-newslist > li{
  display: flex;
  gap:32px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.pnt-newslist > li a {
  color: #565656;
  text-decoration: none;
  line-height: calc(22 / 16);
}
.pnt-newslist .pnt-cat{
  display: inline-block;
  font-size: 11px;
  line-height: 2;
  font-weight: 700;
  color: #212121 !important;
  background-color: #FFB4CB;
  flex:0 0 80px;
  text-align: center;
}
.pnt-newslist .pnt-cat a{
  color: inherit;
}
.pnt-newslist .pnt-date{
  display: inline-block;
  font-size: 14px;
  line-height: calc(22 / 14);
  letter-spacing: 0.06em;
  color: #A2A2A2 !important;
  flex:0 0 80px;
  text-align: center;
}
@media (max-width:600px){
  .pnt-newslist > li{
    gap: 10px;
  }
}

/*-------------------------------pnt重要なお知らせ*/
.pnt-caution{
  text-align: center;
  padding: 12px 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  box-shadow:inset 0px 0px 0px 3px #DC6E8F;
  border-radius: 10px;
  color: #565656;
}
.pnt-caution p,.pnt-caution a{
  color: #F00000 !important;
}
.pnt-caution h1,.pnt-caution h2,.pnt-caution h3,.pnt-caution h4
{
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #565656;
}
.pnt-caution p{
  margin-top: 0;
}
.pnt-caution.pnt-warning{
  background-color: #EA1A26;
  box-shadow:inset 0px 0px 0px;
  color: #FFF;
}
.pnt-caution.pnt-warning h1,.pnt-caution.pnt-warning h2,.pnt-caution.pnt-warning h3,.pnt-caution.pnt-warning h4
{
  color: #FFF;
}
.pnt-caution.pnt-warning p,.pnt-caution.pnt-warning a{
  color: #FFF !important;
}
.pnt-caution.pnt-notice{
  background-color: #F1F1DE;
  box-shadow:inset 0px 0px 0px;
  color: #565656;
}
.pnt-caution.pnt-notice h1,.pnt-caution.pnt-notice h2,.pnt-caution.pnt-notice h3,.pnt-caution.pnt-notice h4
{
  color: #565656;
}
.pnt-caution.pnt-notice p,.pnt-caution.pnt-notice a{
  color: #565656 !important;
}

.pnt-caution h1:before,.pnt-caution h2:first-child:before,.pnt-caution h3:first-child:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(/static/user/images/pnt_style/caution.svg) no-repeat 50% 50%;
  background-size: 20px;
  vertical-align: text-bottom;
}
.pnt-caution.pnt-warning h1:before,.pnt-caution.pnt-warning h2:first-child:before,.pnt-caution.pnt-warning h3:first-child:before{
  background: transparent url(/static/user/images/pnt_style/caution-warning.svg) no-repeat 50% 50%;
  background-size: 20px;
}
.pnt-caution.pnt-notice h1:before,.pnt-caution.pnt-notice h2:first-child:before,.pnt-caution.pnt-notice h3:first-child:before{
  background: transparent url(/static/user/images/pnt_style/caution-notice.svg) no-repeat 50% 50%;
  background-size: 20px;
}



/*-------------------------------pntタブナビゲーション*/
.pnt-tabnavi{
  display: flex;
  padding: 0 !important;
  margin: 0 0 20px !important;
  gap: 2px;
}
.pnt-tabnavi li{
  flex: 1 1;
  list-style-type: none;
  position: relative;
  margin-bottom: 0;
}
.pnt-tabnavi li.pnt-current:after{
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-color: #6E60A8;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.pnt-tabnavi li a{
  display: block;
  background-color: #D0CAE7;
  color: #565656 !important;
  padding: 20px 5px;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.pnt-tabnavi li.pnt-current a{
  background-color: #6E60A8;
  color: #FFF !important;
}
.pnt-tabnavi.pnt-noarrow .pnt-current:after{
  display: none;
}

@media(hover:hover){
  .pnt-tabnavi li:not(.pnt-current) a:hover{
    transform: none;
    background-color: #F5F3FA;
  }
}
@media (max-width: 600px){
  .pnt-tabnavi li a{
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
  }
}


/*-------------------------------pntステップボックス*/
.pnt-stepbox{
  display: flex;
  flex-direction: column;
  color: #565656;
}
.pnt-stepbox .pnt-box{
  padding: 20px;
  margin-bottom: 40px !important;
  z-index: 1;
  position: relative;
  flex: 1 1;
}
.pnt-stepbox .pnt-box:last-child:before,
.pnt-stepbox .pnt-box:last-child:after,
.pnt-stepbox .pnt-box.pnt-noarrow:before,
.pnt-stepbox .pnt-box.pnt-noarrow:after{
  display: none;
}
.pnt-stepbox .pnt-step{
  display: inline-block;
  color: #565656;
  font-size: 12px;
  position: relative;
  padding: 0px 5px;
  margin-left: -30px;
  white-space: nowrap;
  flex: 0 0;
}
.pnt-stepbox .pnt-step:before{
  content: "";
  display: block;
  background-color: #FFB4CB;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.pnt-stepbox .pnt-step .pnt-num{
  display: inline-block;
  margin-left: 5px;
  font-size: 35px;
  vertical-align: baseline;
}
.pnt-stepbox .pnt-ttl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pnt-stepbox h1, .pnt-stepbox h2, .pnt-stepbox h3, .pnt-stepbox h4, .pnt-stepbox h5{
  margin: 10px 0 0 12px;
}
.pnt-body{
  margin: 20px 0 0 0;
}
.pnt-stepbox .pnt-box:before, .pnt-stepbox .pnt-box:after{
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background-color: #F38EAD;
  border-radius: 999px;
}
.pnt-stepbox .pnt-box:before{
  transform-origin: center;
  transform:translateX(calc(-50% + -9px)) rotate(45deg);
  bottom: -24px;
  left: 50%;
}
.pnt-stepbox .pnt-box:after{
  transform-origin: center;
  transform:translateX(calc(-50% + 9px)) rotate(135deg);
  bottom: -24px;
  left: 50%;
}

@media(min-width:1180px){
  .pnt-stepbox.pnt-row{
    flex-direction: row;
  }
  .pnt-stepbox.pnt-row .pnt-box{
    margin-bottom: 40px !important;
    margin-right: 40px !important;
  }
  .pnt-stepbox.pnt-row .pnt-box:before{
    transform-origin: center;
    transform:translateY(calc(-50% + -9px)) rotate(45deg);
    bottom: 50%;
    left: calc(100% + 5px);
  }
  .pnt-stepbox.pnt-row .pnt-box:after{
    transform-origin: center;
    transform:translateY(calc(-50% + 9px)) rotate(135deg);
    bottom: 50%;
    left: calc(100% + 5px);
  }
  .pnt-stepbox.pnt-row .pnt-box:last-child{
    margin-right: 0 !important;
  }
  .pnt-stepbox.pnt-row.pnt-2col,
  .pnt-stepbox.pnt-row.pnt-3col,
  .pnt-stepbox.pnt-row.pnt-4col
  {
    flex-wrap: wrap;
  }
  .pnt-stepbox.pnt-row.pnt-2col .pnt-box{
    flex: 0 0 calc((100% - 80px) / 2);
  }
  .pnt-stepbox.pnt-row.pnt-3col .pnt-box{
    flex: 0 0 calc((100% - 120px) / 3);
  }
  .pnt-stepbox.pnt-row.pnt-4col .pnt-box{
    flex: 0 0 calc((100% - 160px) / 4);
  }


}

/*-------------------------------pntステップス*/

.pnt-steps ul{
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 3px solid #D2D2D2;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}
.pnt-steps li{
  position: relative;
  text-align: center;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 0;
  line-height: 1 !important;
}
.pnt-steps li.pnt-current{
  font-weight: bold;
  color: #B05D73;
}
.pnt-steps li span{
  font-size: 10px;
  display: block;
  font-weight: normal !important;
}
.pnt-steps li:before{
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #A2A2A2;
  background-color: #FFF;
  border-radius:20px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform:translateX(-50%);
}
.pnt-steps li.pnt-current:before{
  border: 2px solid #B05D73;
}
.pnt-steps li.pnt-current:after{
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #ED7A9D;
  border-radius:20px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform:translate(-50%, -1px) scale(0.55);
}
.pnt-steps li:first-child{
  transform: translateX(-1px);
}
.pnt-steps li:last-child{
  transform: translateX(1px);
}

/*-------------------------------pnt-menu*/

.pnt-menu header{
  max-width: 1120px;
  margin: auto;
}
.pnt-menu h1{
  display: inline-block;
  font-size: 16px;
  color: #565656;
  font-weight: bold;
  background:#E8E6ED;
  padding: 10px 15px;
  margin: 0 -5px 0;
  position: relative;
  transform: translateX(20px);
}
.pnt-menu h1:before{
  content: "";
  width: 20px;
  height: 120%;
  display: block;
  position: absolute;
  left: -11px;
  top: 0;
  transform: rotate(20deg);
  background-color: #E8E6ED;
  border-radius: 7px;
}
.pnt-menu h1:after{
  content: "";
  width: 20px;
  height: 120%;
  display: block;
  position: absolute;
  right: -11px;
  top: 0;
  transform: rotate(-20deg);
  background-color: #E8E6ED;
  border-radius: 7px;
}
.pnt-menu .pnt-line{
  width: 100%;
  height: 3px;
  background-color: #7A6EB0;
}
.pnt-menu .pnt-line:before {
  content: "";
  width: 30%;
  height: 3px;
  margin: 0 auto 0 0;
  background-color: #ED81AB;
  display: block;
}
.pnt-menu .pnt-body {
  background-color: #E8E6ED;
  margin-top: 0px !important;
}
.pnt-menu .pnt-body .pnt-inner {
  padding: 20px;
  max-width: 1170px;
  margin: 0 auto;
}
.pnt-menu .pnt-body .pnt-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 20px 0 0;
  list-style: none;
}
.pnt-menu .pnt-body .pnt-icons li {
  width: calc(100% / 6);
  background-color: #FFF;
  border: 15px solid #E8E6ED;
  border-radius: 15%;
  position: relative;
  margin: 0;
}
.pnt-menu .pnt-body .pnt-icons li img {
  display: block;
}
.pnt-menu .pnt-body .pnt-icons li a {
  padding: 7%;
  display: block;
}
@media(max-width:1100px){
  .pnt-menu .pnt-body .icons li {
    border: 10px solid #E8E6ED;
  }
}
@media(max-width:1000px){
  .pnt-menu .pnt-body .pnt-icons li {
    width: calc(100% / 5);
  }
}
@media(max-width:800px){
}
@media(max-width:780px){
  .pnt-menu .pnt-body .pnt-icons li {
    width: calc(100% / 4);
    border: 8px solid #E8E6ED;
  }
}
@media(max-width:600px){
  .pnt-menu header{
    text-align: center;
  }
  .pnt-menu h1{
    transform: translateX(0px);
  }
  .pnt-menu .pnt-body .pnt-icons li a {
    padding: 0%;
  }
}
@media(max-width:550px){
  .pnt-menu .pnt-body .pnt-icons li {
    width: calc(100% / 3);
  }
}
@media(max-width:450px){
  .pnt-menu .pnt-body .pnt-icons li {
    border: 6px solid #E8E6ED;
  }
}
@media(max-width:350px){
}
@media(max-width:320px){
}

.pnt-breadcrumb ul{
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pnt-breadcrumb li{
  display: inline-block;
  margin-bottom: 0;
}
.pnt-breadcrumb li:after{
  content: " \03e ";
}
.pnt-breadcrumb li:last-child:after{
  content: "";
}
.pnt-breadcrumb a{
  color: #337ab7 !important;
  text-decoration: none !important;
}



/*-------------------------------pnt文字サイズ操作*/
.pnt-t-xxlg{
  font-size: 30px !important;
}
.pnt-t-xlg{
  font-size: 22px !important;
}
.pnt-t-lg{
  font-size: 19px !important;
}
.pnt-t-rg{
  font-size: 16px !important;
}
.pnt-t-sm{
  font-size: 14px !important;
}
.pnt-t-xs{
  font-size: 12px !important;
}


/*-------------------------------pnt文字色操作*/
.pnt-t-default{
  color: #565656 !important;
}
.pnt-t-pink{
  color: #E6007E !important;
}
.pnt-t-purple{
  color: #6E60A8 !important;
}
.pnt-t-red{
  color: #FF0000 !important;
}
.pnt-t-white{
  color: #FFF !important;
}


/*-------------------------------pnt背景色操作*/
.pnt-bggraylined{
  background-color: #F2F2F2 !important;
  border:1px solid #A2A2A2 !important;
}
.pnt-bgwhitelined{
  background-color: #FFFFFF !important;
  border:1px solid #A2A2A2 !important;
}
.pnt-bgwhite{
  background-color: #FFFFFF !important;
}
.pnt-bgpink{
  background-color: #F38EAD !important;
}
.pnt-bgpink60{
  background-color: #FFC1D4 !important;
}
.pnt-bgpink40{
  background-color: #FFD7E3 !important;
}
.pnt-bgpink20{
  background-color: #FFEDF3 !important;
}
.pnt-bgpurple{
  background-color: #6E60A8 !important;
  color: #FFF;
}
.pnt-bgpurple60{
  background-color: #CFCAE8 !important;
}
.pnt-bgpurple40{
  background-color: #DED9F2 !important;
}
.pnt-bgpurple20{
  background-color: #F1EFFA !important;
}
.pnt-bggray{
  background-color: #A2A2A2 !important;
  color: #FFF;
}
.pnt-bggray60{
  background-color: #CCCCCC !important;
}
.pnt-bggray40{
  background-color: #E6E6E6 !important;
}
.pnt-bggray20{
  background-color: #F2F2F2 !important;
}

.pnt-bgbeige{
  background-color: #F1F1DE !important;
}




/*-------------------------------pnt 角丸*/

.pnt-round20{
  border-radius: 20px !important;
}
.pnt-round8{
  border-radius: 8px !important;
}
.pnt-round0{
  border-radius: 0px !important;
}

/*-------------------------------pnt余白等操作*/

.pnt-p0{
  padding: 0px !important;
}
.pnt-p10{
  padding: 10px !important;
}
.pnt-p20{
  padding: 20px !important;
}
.pnt-p40{
  padding: 40px !important;
}
@media(max-width:600px){
  .pnt-p20{
    padding: 10px !important;
  }
  .pnt-p40{
    padding: 20px !important;
  }
}

.pnt-pt0{
  padding-top: 0px !important;
}
.pnt-pt10{
  padding-top: 10px !important;
}
.pnt-pt20{
  padding-top: 20px !important;
}
.pnt-pt30{
  padding-top: 30px !important;
}
.pnt-pt40{
  padding-top: 40px !important;
}
.pnt-pt50{
  padding-top: 50px !important;
}
.pnt-pt60{
  padding-top: 60px !important;
}
.pnt-pt70{
  padding-top: 70px !important;
}
.pnt-pt80{
  padding-top: 80px !important;
}
.pnt-pt90{
  padding-top: 90px !important;
}
.pnt-pt100{
  padding-top: 100px !important;
}

.pnt-pb0{
  padding-bottom: 0px !important;
}
.pnt-pb10{
  padding-bottom: 10px !important;
}
.pnt-pb20{
  padding-bottom: 20px !important;
}
.pnt-pb30{
  padding-bottom: 30px !important;
}
.pnt-pb40{
  padding-bottom: 40px !important;
}
.pnt-pb50{
  padding-bottom: 50px !important;
}
.pnt-pb60{
  padding-bottom: 60px !important;
}
.pnt-pb70{
  padding-bottom: 70px !important;
}
.pnt-pb80{
  padding-bottom: 80px !important;
}
.pnt-pb90{
  padding-bottom: 90px !important;
}
.pnt-pb100{
  padding-bottom: 100px !important;
}

.pnt-pl0{
  padding-left: 0px !important;
}
.pnt-pl10{
  padding-left: 10px !important;
}
.pnt-pl20{
  padding-left: 20px !important;
}
.pnt-pl30{
  padding-left: 30px !important;
}
.pnt-pl40{
  padding-left: 40px !important;
}
.pnt-pl50{
  padding-left: 50px !important;
}
.pnt-pl60{
  padding-left: 60px !important;
}
.pnt-pl70{
  padding-left: 70px !important;
}
.pnt-pl80{
  padding-left: 80px !important;
}
.pnt-pl90{
  padding-left: 90px !important;
}
.pnt-pl100{
  padding-left: 100px !important;
}

.pnt-pr0{
  padding-right: 0px !important;
}
.pnt-pr10{
  padding-right: 10px !important;
}
.pnt-pr20{
  padding-right: 20px !important;
}
.pnt-pr30{
  padding-right: 30px !important;
}
.pnt-pr40{
  padding-right: 40px !important;
}
.pnt-pr50{
  padding-right: 50px !important;
}
.pnt-pr60{
  padding-right: 60px !important;
}
.pnt-pr70{
  padding-right: 70px !important;
}
.pnt-pr80{
  padding-right: 80px !important;
}
.pnt-pr90{
  padding-right: 90px !important;
}
.pnt-pr100{
  padding-right: 100px !important;
}

.pnt-m0{
  margin: 0px !important;
}
.pnt-m10{
  margin: 10px !important;
}
.pnt-m20{
  margin: 20px !important;
}
.pnt-m30{
  margin: 30px !important;
}
.pnt-m40{
  margin: 40px !important;
}
.pnt-m50{
  margin: 50px !important;
}
.pnt-m60{
  margin: 60px !important;
}
.pnt-m70{
  margin: 70px !important;
}
.pnt-m80{
  margin: 80px !important;
}
.pnt-m90{
  margin: 90px !important;
}
.pnt-m100{
  margin: 100px !important;
}

.pnt-mt0{
  margin-top: 0px !important;
}
.pnt-mt10{
  margin-top: 10px !important;
}
.pnt-mt20{
  margin-top: 20px !important;
}
.pnt-mt30{
  margin-top: 30px !important;
}
.pnt-mt40{
  margin-top: 40px !important;
}
.pnt-mt50{
  margin-top: 50px !important;
}
.pnt-mt60{
  margin-top: 60px !important;
}
.pnt-mt70{
  margin-top: 70px !important;
}
.pnt-mt80{
  margin-top: 80px !important;
}
.pnt-mt90{
  margin-top: 90px !important;
}
.pnt-mt100{
  margin-top: 100px !important;
}

.pnt-mb0{
  margin-bottom: 0px !important;
}
.pnt-mb10{
  margin-bottom: 10px !important;
}
.pnt-mb20{
  margin-bottom: 20px !important;
}
.pnt-mb30{
  margin-bottom: 30px !important;
}
.pnt-mb40{
  margin-bottom: 40px !important;
}
.pnt-mb50{
  margin-bottom: 50px !important;
}
.pnt-mb60{
  margin-bottom: 60px !important;
}
.pnt-mb70{
  margin-bottom: 70px !important;
}
.pnt-mb80{
  margin-bottom: 80px !important;
}
.pnt-mb90{
  margin-bottom: 90px !important;
}
.pnt-mb100{
  margin-bottom: 100px !important;
}

.pnt-ml0{
  margin-left: 0px !important;
}
.pnt-ml10{
  margin-left: 10px !important;
}
.pnt-ml20{
  margin-left: 20px !important;
}
.pnt-ml30{
  margin-left: 30px !important;
}
.pnt-ml40{
  margin-left: 40px !important;
}
.pnt-ml50{
  margin-left: 50px !important;
}
.pnt-ml60{
  margin-left: 60px !important;
}
.pnt-ml70{
  margin-left: 70px !important;
}
.pnt-ml80{
  margin-left: 80px !important;
}
.pnt-ml90{
  margin-left: 90px !important;
}
.pnt-ml100{
  margin-left: 100px !important;
}

.pnt-mr0{
  margin-right: 0px !important;
}
.pnt-mr10{
  margin-right: 10px !important;
}
.pnt-mr20{
  margin-right: 20px !important;
}
.pnt-mr30{
  margin-right: 30px !important;
}
.pnt-mr40{
  margin-right: 40px !important;
}
.pnt-mr50{
  margin-right: 50px !important;
}
.pnt-mr60{
  margin-right: 60px !important;
}
.pnt-mr70{
  margin-right: 70px !important;
}
.pnt-mr80{
  margin-right: 80px !important;
}
.pnt-mr90{
  margin-right: 90px !important;
}
.pnt-mr100{
  margin-right: 100px !important;
}

.pnt-mxauto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.pnt-mlauto{
  margin-left: auto !important;
  margin-right: 0 !important;
}
.pnt-mrauto{
  margin-left: 0 !important;
  margin-right: auto !important;
}


/*-------------------------------pnt position display*/

.pnt-relative{
  position: relative !important;
}
.pnt-absolute{
  position: absolute !important;
}
.pnt-inlineblock{
  display: inline-block;
}
.pnt-block{
  display: block;
}

/*-------------------------------pc / sp出し分け*/
@media(max-width:600px){
  .pnt-pc{
    display: none !important;
  }
}
@media(min-width:601px){
  .pnt-sp{
    display: none !important;
  }
}




/*-------------------------------pnt 非表示*/

.pnt-hidden{
  display: none;
}



/*-------------------------------pnt flexbox*/
.pnt-flex{
  display: flex;
  gap: 20px;
}
.pnt-flex.pnt-sp{
  display: flex !important;
}
@media (max-width:900px){
  .pnt-flex{
    display: block;
  }
  .pnt-flex > *{
    margin-bottom: 20px;
  }
  .pnt-flex > *:last-child{
    margin-bottom: 0;
  }
  .pnt-flex.pnt-sp > *{
    margin-bottom: 0;
  }
  .pnt-flex.pnt-sp{
    display: flex !important;
    gap: 10px !important;
  }
}
.pnt-flex-wrap{
  flex-wrap: wrap;
}
.pnt-justify-between{
  justify-content:space-between;
}
.pnt-justify-evenly{
  justify-content:space-evenly;
}
.pnt-justify-center{
  justify-content:center;
}
.pnt-justify-start{
  justify-content:flex-start;
}
.pnt-justify-end{
  justify-content:flex-end;
}
.pnt-items-center{
  align-items:center;
}
.pnt-items-start{
  align-items:flex-start;
}
.pnt-items-end{
  align-items:flex-end;
}
.pnt-flex .pnt-auto{
  flex: 1 1 auto;
}
.pnt-flex .pnt-even{
  flex: 1 1;
}
.pnt-gap10{
  gap: 10px;
}
@media(min-width:601px){
  .pnt-float-right{
    float: right;
    margin-left: 10px;
  }
  .pnt-float-left{
    float: left;
    margin-right: 10px;
  }
}
@media(max-width:600px){
  .pnt-float-right{
    margin-bottom: 20px;
  }
  .pnt-float-left{
    margin-bottom: 20px;
  }
  .pnt-float-right.pnt-float-sp{
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .pnt-float-left.pnt-float-sp{
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .pnt-t-center-sp{
    text-align: center !important;
  }
  .pnt-t-left-sp{
    text-align: left;
  }
  .pnt-t-right-sp{
    text-align: right !important;
  }
}
.pnt-t-center{
  text-align: center !important;
}
.pnt-t-left{
  text-align: left !important;
}
.pnt-t-right{
  text-align: right !important;
}
.pnt-t-bold{
  font-weight: bold !important;
}
.pnt-t-normal{
  font-weight: normal !important;
}

/*-------------------------------pntメインメニュー*/
.pnt-mainmenu {
  position: relative;
  margin-inline: auto;
  background-color: inherit;
  z-index: 1;
  padding-block: 20px;
}
.pnt-mainmenu__header {
  position: absolute;
  top: 20px;
  left: 10px;
  transform: translateY(-100%);
  background-color: inherit;
  z-index: -1;
}
.pnt-mainmenu__header h2 {
  display: inline-block;
  font-weight: bold;
  background-color: inherit;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 16px;
}
.pnt-mainmenu__header h2::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  left: -11px;
  top: 0.5px;
  transform: rotate(20deg);
  background-color: inherit;
  border-radius: 7px;
}
.pnt-mainmenu__header h2::after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  right: -11px;
  top: 0;
  transform: rotate(-20deg);
  background-color: inherit;
  border-radius: 7px;
}
.pnt-mainmenu__body {
  padding: 20px;
  border-top: 3px solid #7a6eb0;
  position: relative;
}
.pnt-mainmenu__body::after {
  content: "";
  display: inline-block;
  width: 20%;
  position: absolute;
  left: 0;
  top: -3px;
  border-bottom: 3px solid #ed81ab;
}
.pnt-mainmenu__body ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  list-style: none;
  margin-block: 0;
  padding-left: 0;
}
.pnt-mainmenu__body li {
  margin-bottom: 0;
}
.pnt-mainmenu__body li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  aspect-ratio: 1;
  padding: 7%;
}
.pnt-mainmenu__body li a:has(p) {
  padding: 0;
}
.pnt-mainmenu__body li a:has(p) img {
  display: block;
  width: 70%;
  padding-top: 11%;
  margin-inline: auto;
}
.pnt-mainmenu__body li a {
  text-decoration: none;
}
.pnt-mainmenu__body li a p {
  margin-top: 10px;
  text-align: center;
  color: #565656;
  font-size: min(16px,calc((16 / 1180) * 100 * 1vw));
  line-height: 1.4;
  font-weight: 500;
  min-height: calc(1.4 * 2em);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .pnt-mainmenu__body ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .pnt-mainmenu__body li a p {
    font-size: min(16px,calc((16 / 800) * 100 * 1vw));
  }
}
@media (max-width: 600px) {
  .pnt-mainmenu__header {
    left: 50%;
    transform: translate(-50%,-100%);
  }
  .pnt-mainmenu__body {
    padding: 20px 6px;
  }
  .pnt-mainmenu__body ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .pnt-mainmenu__body li a p {
    font-size: min(16px,calc((12 / 390) * 100 * 1vw));
  }
}
/*-------------------------------pntメインビジュアル*/
.pnt-visual{
  background: url(/static/user/images/pnt_style/main_visual.jpg) center/cover no-repeat;
  min-height: 400px;
}
.pnt-visual .pnt-inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 32px;
}
.pnt-visual h1{
  margin-bottom: 0;
  line-height: calc(46 / 30);
}
@media(max-width:600px){
  .pnt-visual {
    background: url(/static/user/images/pnt_style/main_visual_sp.jpg) center/cover no-repeat;
    min-height: 135px;
  }
}

/*-------------------------------pntヘッダー*/
.pnt-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 77px;
  z-index: 998;
  background-color: #fff;
  border-bottom: 1px solid #A2A2A2;
  transition: all ease 0.2s;
}
.pnt-header.is-scroll {
  border-bottom: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.pnt-header ul,
.pnt-header li,
.pnt-header p {
  margin: 0;
}
.pnt-header a,
.pnt-header a:visited {
  text-decoration: none;
  color: #565656;
}
.pnt-header > .pnt-inner {
  height: inherit;
}
.pnt-header__wrap {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.pnt-header__logo {
  width: 150px;
}
.pnt-header__logo a {
  display: block;
}
.pnt-header__btn {
  display: none;
}
.pnt-header__nav-list {
  display: flex;
}
.pnt-header__nav-item > a,
.pnt-header__nav-item > span {
  font-size: 15px;
  line-height: 1;
  padding: 31px 20px;
  display: block;
  font-weight: 700;
  transition: color ease 0.2s;
}
.pnt-header__nav-item > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pnt-header__nav-item > span::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8 / 9;
  background: #565656;
  mask-image: url(/static/user/images/pnt_style/chevron-down.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background ease 0.2s, transform ease 0.2s;
}
.pnt-header__child {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  background-color: #FFEDF3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity ease 0.2s, visibility ease 0.2s;
  max-height: calc(100svh - 77px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pnt-header__child::-webkit-scrollbar {
  display: none;
}
.pnt-header__child-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-block: 50px;
}
.pnt-header__child-top {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #565656;
  padding-block: 20px;
  border-bottom: 1px solid #A2A2A2;
}
.pnt-header__child-top a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pnt-header__child-top a::before {
  content: "";
  display: inline-block;
  width: 9px;
  aspect-ratio: 9 / 14;
  background: #565656;
  mask-image: url(/static/user/images/pnt_style/chevron-right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.pnt-header__child-list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pnt-header__child-item a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.pnt-header__child-item a::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 6 / 9;
  background: #565656;
  mask-image: url(/static/user/images/pnt_style/chevron-right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-right: 10px;
} 

@media(hover:hover) {
  .pnt-header a:hover {
    color: #E6007E;
  }
  .pnt-header a:hover::after {
    background: #E6007E;
  }
  .pnt-header__nav-item:hover > a,
  .pnt-header__nav-item:has(.pnt-header__child):hover > span {
    color: #E6007E;
  }
  .pnt-header__nav-item:has(.pnt-header__child):hover > span::after {
    background: #E6007E;
    transform: scale(1,-1);
  }
}
.pnt-header__nav-item:has(.pnt-header__child):hover .pnt-header__child{
  opacity: 1;
  visibility: visible;
}

@media(max-width:1100px) {
  .pnt-header__logo {
    width: 100px;
  }
  .pnt-header__nav-item > a,
  .pnt-header__nav-item > span {
    padding-inline: 10px;
  }
}
@media(min-width:901px) {
  .pnt-header__nav-menu {
    display: block !important;
  }
}
@media(max-width:900px) {
  .pnt-header {
    height: 65px;
  }
  .pnt-header > .pnt-inner {
    padding-inline: 10px;
  }
  .pnt-header__logo {
    width: 72px;
  }
  .pnt-header__btn {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .pnt-header__btn .pnt-btn {
    font-size: 12px;
    padding-block: 8px;
  }
  .pnt-header__nav-menu {
    display: none;
    max-height: calc(100svh - 65px);
    overflow-y: scroll;
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
  }
  .pnt-header__nav-list {
    flex-direction: column;
  }
  .pnt-header__nav-item + .pnt-header__nav-item {
    border-top: 1px solid #A2A2A2;
  }
  .pnt-header__nav-item > a,
  .pnt-header__nav-item > span {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px;
    background-color: #FFD7E3;
  }
  .pnt-header__nav-item > span {
    justify-content: space-between;
  }
  .pnt-header__nav-item > span::after {
    width: 14px;
    aspect-ratio: 14 / 16;
    mask-image: url(/static/user/images/pnt_style/plus.svg);
  }
  .pnt-header__nav-item > span.is-active::after {
    mask-image: url(/static/user/images/pnt_style/minus.svg);
  }
  .pnt-header__child {
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
    max-height: none;
    overflow-y: visible;
    display: none;
  }
  .pnt-header__child > .pnt-inner {
    padding-inline: 0;
  }
  .pnt-header__child-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-block: 0;
  }
  .pnt-header__child-col + .pnt-header__child-col  {
    border-top: 1px solid #A2A2A2;
  }
  .pnt-header__child-col:has(.pnt-header__child-top a) .pnt-header__child-item a {
    font-weight: 400;
    padding: 10px 20px 10px 60px;
    border-top: none;
  }
  .pnt-header__child-col:has(.pnt-header__child-top a) .pnt-header__child-item {
    border-top: none;
  }
  .pnt-header__child-col:has(.pnt-header__child-top a) .pnt-header__child-item--levelup {
    border-top: 1px solid #A2A2A2;
  }
  .pnt-header__child-col:has(.pnt-header__child-top a) .pnt-header__child-item--levelup a {
    padding: 10px 40px;
    font-weight: 700;
  }
  .pnt-header__child-top {
    border-bottom: none;
    font-size: 14px;
    padding: 10px 40px;
  }
  .pnt-header__child-top:not(:has(a)) {
    display: none;
  }
  .pnt-header__child-top a::before {
    content: none;
  }
  .pnt-header__child-list {
    padding-top: 0;
    gap: 0;
  }
  .pnt-header__child-item {
    border-top: 1px solid #A2A2A2;
  }
  .pnt-header__child-item:first-child {
    border-top: none;
  }
  .pnt-header__child-item a {
    padding: 10px 40px;
  }
  .pnt-header__child-item a::before {
    content: none;
  }

  .pnt-header__hamburger {
    width: 59px;
    height: 59px;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
  }
  .pnt-header__hamburger-bar {
    display: inline-block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #565656;
  }
  .pnt-header__hamburger-bar + .pnt-header__hamburger-bar {
    margin-top: 4px;
  }
  .pnt-header__hamburger-text {
    font-size: 10px;
    line-height: calc(13 / 10);
    margin-top: 6px;
    font-weight: 700;
    white-space: nowrap;
  }
}

/*-------------------------------pntフッター*/
.pnt-footer {
  background-color: #222222;
  padding-top: 50px;
}
.pnt-footer ul,
.pnt-footer li,
.pnt-footer p {
  margin: 0;
}
.pnt-footer a,
.pnt-footer a:visited {
  text-decoration: none;
}
.pnt-footer__body {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.pnt-footer__wrap {
  display: contents;
}
.pnt-footer__top,
.pnt-footer__top a {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.pnt-footer__top a:visited {
  color: #fff;
}
.pnt-footer__list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.pnt-footer__item a {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: #ccc;
}
.pnt-footer__item a:visited {
  color: #ccc;
}
.pnt-footer__bottom {
  margin-top: 40px;
  padding-block: 15px;
}
.pnt-footer__bottom-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.pnt-footer__bottom-item + .pnt-footer__bottom-item  {
  border-left: 2px solid #999;
}
.pnt-footer__bottom-item a {
  display: block;
  color: #ccc;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  padding-inline: 20px;
}
.pnt-footer__bottom-item a:visited {
  color: #ccc;
}
.pnt-footer__copy {
  padding-top: 5px;
  display: block;
  color: #ccc;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 400;
  padding-inline: 20px;
  text-align: center;
}
@media(hover:hover) {
  .pnt-footer a:hover {
    opacity: 0.7;
  }
  .pnt-footer__top a:hover {
    color: #fff;
  }
  .pnt-footer__item a:hover,
  .pnt-footer__bottom-item a:hover {
    color: #ccc;
  }
}

@media(max-width:900px) {
  .pnt-footer__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .pnt-footer__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pnt-footer {
    padding-inline: 10px;
  }
  .pnt-footer__item + .pnt-footer__item {
    margin-top: 5px;
  }
  .pnt-footer__bottom-list {
    gap: 10px;
  }
  .pnt-footer__bottom-item a {
    padding-inline: 15px;
  }
}

/*-------------------------------pntトップボタン*/
.pnt-toTop {
  position: fixed;
  right: 21px;
  bottom: 16px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(250, 220, 228, 0.75);
  z-index: 996;
  cursor: pointer;
}
.pnt-toTop i {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(max-width:600px) {
  .pnt-toTop {
    bottom: 30px;
  }
  .pnt-content:has(.pnt-fixed-btn) .pnt-toTop {
    bottom: 100px;
  }
} 


/*-------------------------------pnt追従ボタン*/
  .pnt-fixed-btn{
    position: sticky;
    right: 0;
    top: 166px;
    z-index: 996;
  }
  @media (min-width: 601px) {
    .pnt-fixed-btn .pnt-btn {
      position: absolute;
      right: 0;
      top: 0;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    }
  }
  @media (max-width: 600px) {
    .pnt-fixed-btn {
      right: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      background-color: #fff;
      padding: 20px;
      text-align: center;
      z-index: 9;
    }
  }


.pnt-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.pnt-loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/static/user/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}