@charset "UTF-8";

:root {
    --color-base: #364768;
    --color-main: #0f6cca;
    --color-dark: #0a1426;
    --color-gray: #7B8593;
    --color-partner: #299564;
    --color-gray-back: #f4f4f6;
    --color-marker: #FFCD59;
}

/*スマホで使える*/
.p-weblite h2:has(.pick) + p{
    text-align: center;
    margin-bottom: 5rem;
}
.p-weblite section:not(.page-head) h2 .pick{
    color: var(--color-main);
    font-weight: bold;
    background-color: var(--color-marker);
    border-radius: calc(infinity * 1px);
    display: block;
    padding: .5em 2em;
    border: none;
    font-size: 1.6rem;
    width: 26.8rem;
    margin: 0 auto 0.5rem;
}
.contents__item.weblite__preview {
    background-color: #E6F4FF;
    text-align: center;
}

.weblite__preview img {
    display: block;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
    image-rendering: auto;
}

.weblite__preview h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-main);
    text-align: center;
    position: relative;
}

.weblite__preview h3::before,
.weblite__preview h3::after {
    content: "／";
    display: inline-block;
    font-weight: bold;
}

.weblite__preview h3::before {
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transform: scale(-1, 1) rotate(-15deg);
    margin-right: 0.5rem;
}

.weblite__preview h3::after {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-left: 0.5rem;
}

.weblite__textunder {
    padding-top: 1em;
    max-width: 300px;
    margin: 0 auto;
}

.p-weblite .page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5rem;
}
.p-weblite .page-head__main {
  width: 50rem;
}
.p-weblite .page-head__main img {
  max-width: 100%;
}
.p-weblite .page-head__aside {
  width: 47rem;
}
.p-weblite .page-head__aside img {
  width: 100%;
  margin-top: 2rem;
}
.p-weblite .selections_addpick__phone {
  display: flex;
  padding-inline: 3rem;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  gap: 0 5rem;
  margin-top: 0;
}
.p-weblite .selections_addpick__phone li{
  position: relative;
  width: 24.4rem;
  height: 50rem;
}
.p-weblite .selections_addpick__phone li::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/added-value/phone_frame.webp) no-repeat;
  background-size: 100% auto;
  pointer-events: none; /* 重ねたままスクロール可能にする */
}
.p-weblite .selections_addpick__phone li figure{
  overflow-y: auto;
  width: 22rem;
  height: 50rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-inline: auto;
  border-radius: 50px;
  padding-top: 6.7rem;
}
.p-weblite .selections_addpick__phone li figure::-webkit-scrollbar {
  display: none;
}
.p-weblite .selections_addpick__phone li figure img{
  max-block-size: none;
  width: 100%;
  height: auto;
}
.p-weblite .lead-txt{
  text-align: center;
}
.p-weblite .movie__contents{
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-weblite section:not(.page-head) h2 .pick {
    padding: .4em 1em .2em;
    font-size: 1.4rem;
    width: 22rem;
  }
  .weblite__preview h3::before,
  .weblite__preview h3::after {
    display: none;
  }
  .p-weblite h2:has(.pick) + p,
  .weblite__preview p {
    text-align: justify;
  }
  .p-weblite .movie__contents {
    width: calc(100% - 4rem);
    padding-inline: 0;
    margin-inline: auto;
  }
  .p-weblite .page-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-weblite .page-head__lead {
    text-align: center;
  }
  .p-weblite .page-head__main {
    width: 100%;
  }
  .p-weblite .page-head__aside {
    width: 100%;
  }
  .p-weblite .selections_addpick__ttl {
    width: 100%;
  }
  .p-weblite .selections_addpick__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .p-weblite .selections_addpick__phone li figure img {
    max-width: 100%;
  }
  .p-weblite .lead-txt{
    text-align: justify;
  }
  .p-weblite .movie__contents{
    margin-bottom: 6rem;
  }
}

.faqbox__item img {
    width: 100%;
    height: auto;
    max-width: 640px;
    display: block;
    margin: 0 auto;
    padding-block: 1em;
}

/*サイトマップ*/
/* 親ブロックのスタイル（縦に積む） */
.sitemap-root-item {
    margin-bottom: .5rem;
    display: block;
}

/* 親リンク（見出し） */
.root-link {
    display: block;
    font-weight: bold;
}

a.root-link {
    display: inline;
  }

 a.root-link::before {
        content: "";
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        background: url(../cmn/icon-arw-w.svg) no-repeat center;
        background-color: var(--color-base);
        background-size: 0.8rem auto;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        vertical-align: middle;
        margin-right: 1rem;
        margin-bottom: 0.4rem;
        border: 1px solid var(--color-base);
        border-radius: calc(infinity * 1px);
}

.sitemap-parent-list,
.sitemap-child-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-root-item,
.sitemap-child-list li {
}

.sitemap-child-list {
    display: flex;
    flex-direction: column;
    gap: 0 .5em;
}

.sitemap-child-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.sitemap-child-list li.has-child {
    flex: 0 0 100%;
}

.sitemap-child-list li.no-child {
    flex: 0 1 auto;
}

ul.sitemap-child-list.depth-1 {
    padding-left: 1.7em;
    margin-bottom: 1em;
}

ul.sitemap-child-list.depth-3 {
    font-size: 88%;
    margin-bottom: 1em;
}

ul.sitemap-child-list.depth-3 a{
    text-decoration: underline;
}

ul.sitemap-parent-list a:hover {
    color: var(--color-main);
}
