@charset "UTF-8";

html,body{
  scrollbar-gutter: stable;
}

.hedding-block-inner h1{
  max-width: 297px;
}

.hedding-block-inner h1 img{
  width: 100%;
}

.hedding-block-inner h1 picture{
  height: 41.85px;
}

#anchor02 .caution_txt{
  padding-top: 3rem;
}

#anchor02 .caution_txt .hedding-03-02{
  margin-bottom:22px;
}

#anchor02 .caution_txt .text-block div:nth-child(1){
  margin-bottom: 1rem;
}

#anchor02 .caution_txt .text-block .link-blank-01{
  margin-top: 1rem;
}

.anchor-block-wrap .anchor-block-01 .anchor-block-title{
  background-color: unset !important;
}

@media screen and (max-width: 768px) {

  .hedding-block-inner h1{
    max-width: 250px;
  }

}

.button-h3 {
  display: flex;
  justify-content: space-between;
  max-width: 696px;
  margin: 2rem auto 0;
}

.button-h3 * {
  display: flex;
  justify-content: center;
  max-width: 336px;
  width: 100%;
}

.button-ul {
  display: flex;
  justify-content: space-between;
  max-width: 696px;
  margin: 0 auto;
}

.button-ul * {
  max-width: 336px;
  width: 100%;
}

.text-wrap {
  max-width: 960px;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--acq-color-white);
  border-radius: 0.75rem;
}

.text-wrap._02 {
  margin-top: 24px;
}

.text-wrap p {
  font-size: 32px;
  font-weight: 700;
}

.text-wrap._02 + ul {
  max-width: 960px;
  margin: 1rem auto;
}

.dlist-cord-01 dt{
  text-align: center;
}

.box-content-white01{
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.cord-content-01 .cord-content-01-inner .text-title{
    font-weight: 700;
}

.cord-content-01 .text-name {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .text-wrap p {
    font-size: 24px;
  }
}

/* ----------------------------------------------------------------
  Modal (.acq-modal[-*])
----------------------------------------------------------------- */
/* .acq-modal
----------------------------------------------- */

.fn-acq-modal_scroll-txt {
  transition: opacity var(--acq-transition-duration) var(--acq-transition-tf), visibility var(--acq-transition-duration) var(--acq-transition-tf);
}
.fn-acq-modal_scroll-txt.is-hidden {
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .fn-acq-modal_scroll {
    overflow: auto;
  }
  .fn-acq-modal_scroll > img,
  .fn-acq-modal_scroll > picture > img {
    max-width: none;
    flex-shrink: 0;
  }
}

html.is-modal-open {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html.is-modal-open {
    scrollbar-gutter: auto;
  }
}
dialog {
  max-width: calc(100% - var(--acq-gutter-content) * 2);
  max-height: calc(100% - var(--acq-gutter-content) * 2);
  padding: 0;
  border: none;
}
dialog::-webkit-backdrop {
  background-color: var(--acq-color-backdrop-dialog);
}
dialog::backdrop {
  background-color: var(--acq-color-backdrop-dialog);
}
html.js-unavailable dialog {
  position: relative;
  display: block;
}

.acq-modal {
  --close-btn-size: 32px;
  border-radius: 12px;
  border: solid 2px var(--acq-color-beige);
  box-shadow: var(--acq-shadow-dialog);
  margin: auto !important;
}
.acq-modal_inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  padding: 48px var(--acq-spacing-sm) 48px var(--acq-spacing-sm);
}
.acq-modal_close-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  height: var(--close-btn-size);
  width: var(--close-btn-size);
}
.acq-modal_close-btn::before, .acq-modal_close-btn::after {
  display: block;
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  top: calc(50% - 9px);
  left: calc(50% - 1px);
  background-color: var(--acq-color-secondary);
  border-radius: 2px;
}
.acq-modal_close-btn::before {
  transform: rotate(45deg);
}
.acq-modal_close-btn::after {
  transform: rotate(-45deg);
}
.acq-modal_close-btn > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
.acq-modal_header {
  padding: 0 var(--close-btn-size);
}
.acq-modal_header .acq-modal_hdg {
  margin-bottom: 0;
}
.acq-modal_hdg {
  margin-bottom: var(--acq-spacing-lg);
  text-align: center;
  font-size: 24px;
}
.acq-modal_content {
  overflow-x: hidden;
  padding: var(--acq-spacing-md) 0;
}
.acq-modal_content > :last-child {
  margin-bottom: 0;
}
.acq-modal_scroll-text {
  margin: 8px;
  font-weight: var(--acq-font-weight-bold);
  font-size: var(--acq-font-size-xs);
  color: var(--acq-color-font-beige);
  text-align: center;
}
.fn-acq-modal_scroll-txt.is-hidden {
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.acq-modal_img {
  padding: 8px 0;
}
.acq-modal_img > img {
  display: block;
  margin: 0 auto;
}
.acq-modal.-align-center .acq-modal_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.acq-modal .acq-modal_title{
  text-align: center;
  margin-bottom:  var(--acq-spacing-md);
}
.acq-modal .acq-modal_title > * {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.acq-modal_text{
  margin:1rem auto 0;
}
@media only screen and (max-width: 767px) {

  .acq-modal {
    width: calc(100% - var(--acq-gutter-content) * 2);
    max-width: var(--acq-width-content-sm);
  }
  .acq-modal_hdg {
    font-size: 18px;
  }
  .acq-modal_inner {
    min-height: 80vh;
    padding-bottom: 0;
  }
  .acq-modal.-auto .acq-modal_inner {
    min-height: unset;
  }
  .fn-acq-modal_scroll {
    overflow: auto;
  }
  .fn-acq-modal_scroll > img, .fn-acq-modal_scroll > picture > img {
      max-width: none;
      flex-shrink: 0;
  }
  #modal-10 .acq-modal_inner {
    min-height: unset !important;
  }
}
.link-expand-01 {
  text-align: right;
}
.link-expand-01 > *{
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: var(--acq-color-primary);
  text-decoration: underline;
}

.link-expand-01 > *::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;

  -webkit-mask-image: url('/pap/common/img/lp/shohyokanri/setting/icon-expand.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url('/pap/common/img/lp/shohyokanri/setting/icon-expand.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  background-color: var(--acq-color-primary);
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

@media (hover: hover) {
  a.js-acq-modal .img{
  background-color: var(--acq-color-white);
  }
  a:hover .link-expand-01 > *,
  .link-expand-01 > *:hover{
    text-decoration: none;
  }
}
.title-cord-content-02{
  box-shadow: 0px 4px 12px 0px rgba(219, 215, 211, 0.25);
}
.title-cord-content-02 > .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-cord-content-02 > .text-block {
  flex-grow: 1;
}
.title-cord-content-02 > div.text{margin-top:0px!important;}
.text-space-adjust0{margin-bottom:3rem;}
.text-space-adjust02{margin-top:1.5rem;}
.text-space-adjust03{margin-top:1rem!important;}

.anchor-block-wrap+.box-content-white04{
  margin: 3rem auto 0;
}

@media screen and (max-width: 768px) {

  .anchor-block-wrap+.box-content-white04{
    margin: 2rem auto 0;
  }

}

.section.bg-gray-lignt .link-expand-01{
  background-color: var(--acq-color-bg-gray);
}

.anchor-block-01,
#anchor02 .section-inner  .hedding-02,
.text-space-adjust{margin-top:3rem;}
@media only screen and (max-width: 767px) {
  .text-space-adjust0{margin-bottom:2rem;}
  .anchor-block-01,
  #anchor02 .section-inner  .hedding-02,
  .text-space-adjust{margin-top:2rem;}
  .text-space-adjust02{margin-top:1.5rem;}
  .text-space-adjust03{margin-top:1rem!important;}
}

.anchor-block-01 .anchor-block-list li + li {
  position: relative;
}

.anchor-block-01 .anchor-block-list li + li::before {
  width: 0 !important;
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  height: calc(100% - 3rem);
  border-left: 1px solid var(--acq-color-beige);
}

@media only screen and (max-width: 767px) {
  .anchor-block-01 .anchor-block-list li + li::before {
    content: none !important;
  }
}

.link-blank-01{
  margin-top: 0;
}

.anchor-block-wrap .anchor-block-01 .anchor-block-title,.anchor-block-wrap .anchor-block-01 .anchor-block-inner{
  padding: 0;
}

@media screen and (max-width: 768px) {
  .anchor-block-wrap {
    padding-top: 0;
  }
  .panel-column2-03 > .panel-item + .panel-item{
    margin-top: 1.5rem !important;
  }
  #anchor02 .caution_txt{
    padding-top: 2rem;
  }
}

.section-inner .section-inner{
  padding: 0 !important;
}