@charset "UTF-8";

/*全ページ対象*/
#contents > .inner {
    background: #fff;
}

/*--------------------
LINEアカウント特典＆登録
--------------------*/
/*====================
 Base / Utility
====================*/
[data-content="LINEアカウント特典＆登録"] .line .icon::before,
[data-content="LINEアカウント特典＆登録"] .line .icon::after {
  font-family: var(--fontfamily-icon);
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}

[data-content="LINEアカウント特典＆登録"] .section{
  padding: 34px 0 0;
}

/*====================
 LINE（上部バナー）
====================*/
[data-content="LINEアカウント特典＆登録"] .line{
  padding-top: 0;
}

[data-content="LINEアカウント特典＆登録"] .line .line__banner {
  border-bottom: 4px solid var(--color-base-bg-light);
  padding: 0 0 30px;
}

[data-content="LINEアカウント特典＆登録"] .line .line__banner img{
  display:block;
  width:100%;
  height:auto;
}

[data-content="LINEアカウント特典＆登録"] .line .line__lead{
  text-align:center;
  line-height: 1.8;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

[data-content="LINEアカウント特典＆登録"] .line .cta{
  display:flex;
  justify-content:center;
}

[data-content="LINEアカウント特典＆登録"] .line .cta__btn{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width:min(410px, 80%);
  height: 70px;
  border:0;
  background: #00A65A;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration:none;
  position:relative;
}

[data-content="LINEアカウント特典＆登録"] .line .icon--arrow::after{
  content: "\e5cc";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--fontfamily-icon);
  font-size: 24px;
  line-height: 1;
}

/*====================
 Feature（4色ボックス）
====================*/
[data-content="LINEアカウント特典＆登録"] .featureGrid{
  margin: 30px 0 0;
  display: flex;
  gap: 15px;
}

[data-content="LINEアカウント特典＆登録"] .feature{
  position: relative;
  border-radius: 20px;
  color: #fff;
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  height: 195px;
  box-sizing: border-box;
  width: 22%;
}
[data-content="LINEアカウント特典＆登録"] .feature.feature--blue{
  width: 56%;
}

[data-content="LINEアカウント特典＆登録"] .feature__icon{
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
  opacity: .95;
  margin-bottom: 12px;
}

[data-content="LINEアカウント特典＆登録"] .feature--pink .feature__icon{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

/* 背景色 */
[data-content="LINEアカウント特典＆登録"] .feature--pink{
  background: #f0617a;
  justify-content: space-between;
  padding: 30px 0 42px;
}

[data-content="LINEアカウント特典＆登録"] .feature--blue{
  background: #25a9df;
  background: #25a9df;
  box-sizing: border-box;
}

[data-content="LINEアカウント特典＆登録"] .feature--purple{ background: #7c7dbb; }
[data-content="LINEアカウント特典＆登録"] .feature--orange{ background: #f08b1f; }

/* テキスト */
[data-content="LINEアカウント特典＆登録"] .feature__text{
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.5;
  font-size: 20px;
}

[data-content="LINEアカウント特典＆登録"] .featureRow .feature__text{
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; */
}

[data-content="LINEアカウント特典＆登録"] .feature__note{
  margin-top: 2px;
  font-size: 11px;
}

[data-content="LINEアカウント特典＆登録"] .feature__select{
  margin-top: 6px;
  background: #fff;
  color: #20AEE5;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 42px;
  display: inline-block;
  position: relative;
}

[data-content="LINEアカウント特典＆登録"] .feature__select::after{
  content: "\e313";
  font-family: var(--fontfamily-icon);
  position: absolute;
  right: 7px;
  top: 50%;
  font-weight: normal;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}

[data-content="LINEアカウント特典＆登録"] .feature__icon{
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
}

[data-content="LINEアカウント特典＆登録"] .feature--pink .feature__icon{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

/* アイコン内容 */
[data-content="LINEアカウント特典＆登録"] .icon--campaign::before{ 
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
  content: "\ef49"; 
}

[data-content="LINEアカウント特典＆登録"] .icon--point::before{
  content: "\f49b";
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
}

[data-content="LINEアカウント特典＆登録"] .icon--coupon::before{
  content: "\e53f";
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
}

[data-content="LINEアカウント特典＆登録"] .icon--event::before{
  content: "\ea65";
  font-family: var(--fontfamily-icon);
  font-size: 40px;
  line-height: 1;
}

/*====================
 line_point（見出し・説明）
====================*/
[data-content="LINEアカウント特典＆登録"] #contents-main section.line_point{
  margin-top: 40px;
}
[data-content="LINEアカウント特典＆登録"] #contents-main section.line_point h3{
  background: #E5F6EE;
  color: #00A65A;
  text-align: left;
  font-size: 18px;
}

[data-content="LINEアカウント特典＆登録"] section.line_point p{
  line-height: 1.8em;
  padding: 20px;
}

[data-content="LINEアカウント特典＆登録"] section.line_point strong{
  color: #00A65A;
  font-weight: bold;
  text-decoration: underline;
  font-size: 120%;
}

[data-content="LINEアカウント特典＆登録"] section.line_point p.attention{
  font-size: 12px;
  padding: 0 20px;
  line-height: 1.6em;
}

/*====================
 pointWays（貯め方／使おう／確認）
====================*/
[data-content="LINEアカウント特典＆登録"] .pointWays{
  margin-top: 30px;
  background: #e9f8f1;
  border: 2px solid #00a65a;
}

[data-content="LINEアカウント特典＆登録"] .pointWays__head{
  background: #e3f6ee;
  padding: 14px 10px;
}

/* タイトル */
#contents[data-content="LINEアカウント特典＆登録"]  .pointWays__title{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .02em;
  color: #00a65a;
  position: relative;
  text-align: center;
  padding: 12px 0 0;
}

/* タイトル上のアイコン（3種類） */
[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .saving_icon,
[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .shopping_basket_icon,
[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .confirmation_icon{
  position: relative;
}

[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .saving_icon::before{
  content: "";
  position: absolute;
  background: url(flg_01.svg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .shopping_basket_icon::before{
  position: absolute;
  content: "\e8cb";
  font-family: var(--fontfamily-icon);
  font-size: 30px;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: #00a65a;
}

[data-content="LINEアカウント特典＆登録"] .pointWays__head .save .confirmation_icon::before{
  position: absolute;
  content: "\f385";
  font-family: var(--fontfamily-icon);
  font-size: 30px;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: #00a65a;
}

/* ＼ ／ */
[data-content="LINEアカウント特典＆登録"] .pointWays__title::before,
[data-content="LINEアカウント特典＆登録"] .pointWays__title::after{
  content: "";
  width: 18px;
  height: 2px;
  background: #00a65a;
}

[data-content="LINEアカウント特典＆登録"] .pointWays__title::before{
  transform: rotate(50deg);
}

[data-content="LINEアカウント特典＆登録"] .pointWays__title::after{
  transform: rotate(126deg);
}

/* グリッド（4カード） */
[data-content="LINEアカウント特典＆登録"] .pointWays__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px 40px;
  background: #fff;
  box-sizing: border-box;
}

[data-content="LINEアカウント特典＆登録"] .pointCard{
  background: #fff;
  border: 1px solid var(--color-base-line-dark);
  padding: 24px;
}

[data-content="LINEアカウント特典＆登録"] .pointCard h4{
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #00a65a;
}

[data-content="LINEアカウント特典＆登録"] .pointCard h4::before{
  font-family: var(--fontfamily-icon);
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #00a65a;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
}

[data-content="LINEアカウント特典＆登録"] .pointCard.point h4::before{ content: "\ea40"; }
[data-content="LINEアカウント特典＆登録"] .pointCard.shop h4::before{ content: "\f1cc"; }
[data-content="LINEアカウント特典＆登録"] .pointCard.survey h4::before{ content: "\e14f"; }
[data-content="LINEアカウント特典＆登録"] .pointCard.event h4::before{ content: "\e153"; }

[data-content="LINEアカウント特典＆登録"] .pointCard strong{
  color: #00a65a;
  font-weight: bold;
  white-space: nowrap;
}

[data-content="LINEアカウント特典＆登録"] .pointCard__box{
  background: var(--color-base-bg-light);
  padding: 16px;
  margin: 12px 0 0;
}

/* 注釈 */
[data-content="LINEアカウント特典＆登録"] .pointCard p.attention{
  font-size: 12px;
  line-height: 1.4em;
}

[data-content="LINEアカウント特典＆登録"] .pointCard__box p:first-child{
  font-weight: bold;
}

/* 使おうブロック */
[data-content="LINEアカウント特典＆登録"] .pointWays .line_use{
  background: #fff;
  padding: 30px 40px;
}

[data-content="LINEアカウント特典＆登録"] .pointWays .line_use p.attention{
  font-size: 12px;
  margin: 20px 0 0;
  line-height: 1.6em;
}

[data-content="LINEアカウント特典＆登録"] .pointWays .line_use strong{
  color: #00A65A;
  font-size: 120%;
}

/*====================
 交換方法（exchange）
====================*/
[data-content="LINEアカウント特典＆登録"] .exchange{
  border-top: 4px solid var(--color-base-bg-light);
  border-bottom: 4px solid var(--color-base-bg-light);
  margin: 30px 0;
  padding: 30px 0;
}

[data-content="LINEアカウント特典＆登録"] .exchange__head{
  text-align: center;
  margin-bottom: 24px;
}

[data-content="LINEアカウント特典＆登録"] .exchange__badge{
  display: inline-block;
  padding: 6px 30px;
  background: #00a65a;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

#contents[data-content="LINEアカウント特典＆登録"]  h2.exchange__title{
  padding: 0;
  margin: 12px 0 0;
  font-weight: bold;
  font-size: 20px;
  color: #00a65a;
  letter-spacing: .02em;
  text-decoration: underline;
}

/* フロー */
[data-content="LINEアカウント特典＆登録"] .exchange__flow{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 18px;
}

/* 各ステップ */
[data-content="LINEアカウント特典＆登録"] .exStep{
  width: calc(100% / 3);
  text-align: center;
}

/* 使用方法だけ別レイアウト（HTMLに .method あり） */
[data-content="LINEアカウント特典＆登録"] .method .exStep{
  width: calc(100% / 4);
}

[data-content="LINEアカウント特典＆登録"] .method .exStep:first-of-type{
  width: 40%;
}

[data-content="LINEアカウント特典＆登録"] #contents-main .method  .exStep .step_img{
  height: 130px;
  width: auto;
}

[data-content="LINEアカウント特典＆登録"] .exStep__img{
  background: #fff;
  border-radius: 10px;
  padding: 8px;
}

[data-content="LINEアカウント特典＆登録"] #contents-main .exStep .step_img{
  display: block;
  margin: 0 auto;
  height: 11vw;
  min-height: 130px;
}

/* 説明文 */
[data-content="LINEアカウント特典＆登録"] .exStep__text{
  margin: 10px 0 0;
}

[data-content="LINEアカウント特典＆登録"] .exStep__hl{
  color: #00a65a;
  font-weight: bold;
}

/* 注釈 */
[data-content="LINEアカウント特典＆登録"] .exStep__note{
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
}

/* 矢印 */
[data-content="LINEアカウント特典＆登録"] .exArrow{
  position: relative;
}
[data-content="LINEアカウント特典＆登録"] .exArrow::after{
  position: absolute;
  content: "\e5c8";
  font-size: 44px;
  font-family: var(--fontfamily-icon);
  top: 73px;
  left: -20px;
  color: #00A65A;
}
/*--------------------
sp LINEアカウント特典＆登録
--------------------*/
.sp [data-content="LINEアカウント特典＆登録"] .line .line__lead{
  font-size: 18px;
  line-height: 1.4em;
}
.sp [data-content="LINEアカウント特典＆登録"] .line .cta__btn {
  font-size: 18px;
}
.sp [data-content="LINEアカウント特典＆登録"] .line .icon--arrow::after {
    right: 4px;
    font-size: 30px;
}
.sp [data-content="LINEアカウント特典＆登録"] #contents-main .exStep .step_img{
  height: auto;
  min-height: auto;
}

/* featureGrid SP対応 */
.sp [data-content="LINEアカウント特典＆登録"] .featureGrid {
  display: block;
}
.sp [data-content="LINEアカウント特典＆登録"] .feature{
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.sp [data-content="LINEアカウント特典＆登録"] .feature--pink {
  padding: 16px 0 20px;
}
.sp [data-content="LINEアカウント特典＆登録"] .feature__text{
  font-size: 4vw;
}
.sp [data-content="LINEアカウント特典＆登録"] .icon--campaign::before,
.sp [data-content="LINEアカウント特典＆登録"] .icon--point::before,
.sp [data-content="LINEアカウント特典＆登録"] .icon--coupon::before,
.sp [data-content="LINEアカウント特典＆登録"] .icon--event::before {
    font-size: 32px;
}
.sp [data-content="LINEアカウント特典＆登録"] .feature--blue {
  height: auto;
  padding: 20px 0 20px;
}

.sp [data-content="LINEアカウント特典＆登録"] .featureRow {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sp [data-content="LINEアカウント特典＆登録"] .feature__select {
  padding: 8px 42px 24px;
}
.sp [data-content="LINEアカウント特典＆登録"] .feature__select::after {
  right: 50%;
  transform: translateX(50%);
  font-size: 24px;
  top: 55%;
}
.sp [data-content="LINEアカウント特典＆登録"] .featureRow .feature {
  height: auto;
  min-height: auto;
  max-height: max-content;
  box-sizing: border-box;
  gap: 8px;
  padding: 20px 15px;
}

/* pointWays__grid SP対応 */
.sp [data-content="LINEアカウント特典＆登録"] .pointWays__grid {
  grid-template-columns: 1fr;
  padding: 16px;
}
.sp [data-content="LINEアカウント特典＆登録"] .pointCard {
  padding: 0 0 20px;
  border-width: 0 0 1px;
}
.sp [data-content="LINEアカウント特典＆登録"] .pointCard:last-of-type{
  padding: 0;border: 0;
}

.sp [data-content="LINEアカウント特典＆登録"] section.line_point p {
  padding: 10px;
}
.sp [data-content="LINEアカウント特典＆登録"] .pointWays .line_use {
    padding: 16px;
}

/* exchange__flow SP対応 */
.sp [data-content="LINEアカウント特典＆登録"] .exchange__flow {
  flex-direction: column;
  gap: 0;
}

.sp [data-content="LINEアカウント特典＆登録"] .exStep {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp [data-content="LINEアカウント特典＆登録"] .exStep__img {
  flex-shrink: 0;
  width: 40%;
}

.sp [data-content="LINEアカウント特典＆登録"] .exStep__text {
  flex: 1;
  text-align: left;
  margin: 0;
}

.sp [data-content="LINEアカウント特典＆登録"] .method .exStep {
  width: 100%;
}

.sp [data-content="LINEアカウント特典＆登録"] .method .exStep:first-of-type {
  width: 100%;
  flex-direction: column;
  text-align: center;
}

.sp [data-content="LINEアカウント特典＆登録"] .method .exStep:first-of-type .exStep__img {
  width: 100%;
}

.sp [data-content="LINEアカウント特典＆登録"] .method .exStep:first-of-type .exStep__text {
  text-align: center;
  margin: 10px 0 0;
}

.sp [data-content="LINEアカウント特典＆登録"] .exArrow{
  margin: 0 auto;
}
.sp [data-content="LINEアカウント特典＆登録"] .exArrow::after {
  content: "\e5db";
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 44px;
  display: block;
  text-align: center;
  top: -10px;
}
.sp [data-content="LINEアカウント特典＆登録"] .pointWays .line_use p.attention {
  margin: 16px 0 0;
}
.sp #contents[data-content="LINEアカウント特典＆登録"] .pointWays__title{
  font-size: 4vw;
}
/*--------------------
お問い合わせ
--------------------*/
#contents[data-content="お問い合わせ"] section dl{
    border: 1px solid var(--color-base-text-light);
    margin: 1em 0 2em;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    dt{
      padding: 25px;
      width: 40%;
    }
    dd{
      padding: 25px;
      border-left: 1px solid var(--color-base-text-light);
    }
}
#contents[data-content="お問い合わせ"] section dl:nth-of-type(2){
  margin-top: -1em;
}
#contents[data-content="お問い合わせ"] section dl a:nth-of-type(2){
  margin-left: 20px;
}
#contents[data-content="お問い合わせ"] .btn-more {
    font-weight: normal;
    font-size: 14px;
    padding-right: 28px;
}
#contents[data-content="お問い合わせ"] .btn-more.free::after{
    font-family: var(--fontfamily-icon);
    content: "\e89e";
    right: 6px;
    top: calc(50% - 8px);
    font-size: 16px;
}
#contents[data-content="お問い合わせ"] a.tel_sp{
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#contents[data-content="お問い合わせ"] a.tel_sp:before{
    content: "\e0b0";
    font-family: var(--fontfamily-icon);
    font-variation-settings: 'FILL' 0;
    font-size: 22px;
    font-weight: normal;
    vertical-align: text-bottom;
    margin-right: 4px;
}
.sp #contents[data-content="お問い合わせ"]{
    dl{
      display: block;
      dt,dd{
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
      }
      dd{
        border: none;
        padding-top: 0;
      }
      a{
        margin: auto;
      }
      a.tel_sp {
        display: inline-block;
        padding: 0 15px;
        background: #f0f0f2;
        font-size: 16px;
        border-radius: 20px;
      }
      a:nth-of-type(2){
        margin: 15px 0 0;
      }
    }
}

/*--------------------
サイトのご利用について
--------------------*/
[data-content="サイトのご利用について"] p{
  margin: 0 0 1em;
  line-height: 1.8em;
}
[data-content="サイトのご利用について"] p a{
  text-decoration: underline;
}
[data-content="サイトのご利用について"] ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 1.5em 0;
}
[data-content="サイトのご利用について"] .contents_inner > ol{
  border: 1px solid var(--color-base-text-light);
  padding: 30px;
}

[data-content="サイトのご利用について"] ol > li {
  counter-increment: item;
  margin-bottom: 1.5em;
  padding-left: 2em;
  position: relative;
}

[data-content="サイトのご利用について"] ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #333;
}

[data-content="サイトのご利用について"] ol ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
  padding: 1.0em 1.5em 0.5em;
  background: var(--color-base-bg-light);
}

[data-content="サイトのご利用について"] ol ol > li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

.sp #contents[data-content="サイトのご利用について"]{
  .contents_inner {
    padding: 20px 0;
  }
  .contents_inner > ol{
    padding: 16px;
  }
  ol > li{
    margin-bottom: 1.0em;
    padding-left: 1.2em;
  }
  ol ol{
    padding: 0.5em 1.0em;
  }
  ol ol > li{
    padding-left: 1.2em;
  }
}

/*--------------------
個人情報の取り扱いについて
--------------------*/
[data-content="個人情報の取り扱いについて"] h4{
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 4px solid var(--color-base-bg-light);
  margin: 0 0 15px;
}
[data-content="個人情報の取り扱いについて"] .revision{
  text-align: right;
  margin: 0 0 1em;
}
[data-content="個人情報の取り扱いについて"] .revision p:last-of-type{
  margin-top: 10px;
}
[data-content="個人情報の取り扱いについて"] p.leads{
  margin: 0 0 1em;
  line-height: 1.8em;
}
[data-content="個人情報の取り扱いについて"] .table01{
  margin: 0 0 0.5em;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  border-width: 1px 0;
}
[data-content="個人情報の取り扱いについて"] .table01 th{
  border-left: none;
  border-right: none;
  background: var(--color-base-bg-light);
  width: 30%;
  text-align: left;
}
[data-content="個人情報の取り扱いについて"] .boxs{
  border: 1px solid var(--color-base-text-light);
  padding: 30px;
  margin: 0 0 1em;
}
[data-content="個人情報の取り扱いについて"] .purpose{
    margin: 0 0 16px;
}
[data-content="個人情報の取り扱いについて"] .boxs a{
  text-decoration: underline;
}
[data-content="個人情報の取り扱いについて"] .boxs ul {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
}

[data-content="個人情報の取り扱いについて"] .boxs ul li {
  text-indent: -1.25em;
  margin-left: 0;
  padding-left: 1.25em;
  margin-bottom: 1em;
}
[data-content="個人情報の取り扱いについて"] dt::before{
  font-family: var(--fontfamily-icon);
  font-variation-settings: var(--iconfont-FILL1-set);
  content: "\ef4a";
  font-weight: normal;
}

[data-content="個人情報の取り扱いについて"] dl {
  padding: 1.0em 0;;
}

[data-content="個人情報の取り扱いについて"] dt {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

[data-content="個人情報の取り扱いについて"] dd {
  padding-left: 1.0em;
  margin-left: 0;
}
/*SP*/
.sp [data-content="個人情報の取り扱いについて"] .boxs{
  padding: 16px;
}
.sp [data-content="個人情報の取り扱いについて"] p.leads{
  line-height: 1.6em;
}
.sp [data-content="個人情報の取り扱いについて"] h4{
  padding: 0 0 10px;
}
.sp [data-content="個人情報の取り扱いについて"] .table01{
  margin-bottom: 10px;
}

/*--------------------
sitemap
--------------------*/
.pc [data-content="サイトマップ"] .sitemap{
  display: flex;
  gap: 20px;
  ul.list{
    width: 50%;
  }
}
[data-content="サイトマップ"] .sitemap ul.list > li {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
[data-content="サイトマップ"] .sitemap ul.list li a {
  text-decoration: none;
}
[data-content="サイトマップ"] .sitemap ul.list li dt {
  font-weight: bold;
  border: 1px solid var(--color-base-line-dark);
  padding: 0.5em 0;
  border-width: 1px 0;
}
[data-content="サイトマップ"] .sitemap ul.list li dt:before {
  font-family: var(--fontfamily-icon);
  content: "\e5cc";
  font-weight: 900;
  font-size: 20px;
  vertical-align: bottom;
  display: inline-block;
}
[data-content="サイトマップ"] .sitemap ul.list li dd ul{
  margin: 10px 0 0;
}
[data-content="サイトマップ"] .sitemap ul.list li dd li {
  font-weight: normal;
}
[data-content="サイトマップ"] .sitemap ul.list li dd li a {
  padding: 5px 0;
  display: block;
}
[data-content="サイトマップ"] .sitemap ul.list li dd li a:before {
  content: "├ ";
  padding-right: 4px;
}
[data-content="サイトマップ"] .sitemap ul.list li dd li a[target*="_blank"]:after,
[data-content="サイトマップ"] .sitemap ul.list li dd li a[target*="_blank"]:after {
  content: "\e89e";
  font-family: var(--fontfamily-icon);
  font-size: 16px;
  line-height: 1.2em;
  vertical-align: middle;
  font-weight: normal;
  margin-left: 4px;
}
[data-content="サイトマップ"] .sitemap ul.list li dd li .material-symbols-outlined {
  font-size: 16px;
  font-weight: bold;
  font-variation-settings: 'wght'400;
  margin-left: 2px;
  vertical-align: middle;
}

/*SP*/
.sp [data-content="サイトマップ"]{
  .sitemap ul.list > li{
    margin-bottom: 10px;
  }
  .sitemap ul.list li dd li a{
    display: block;
    border-bottom: ;
  }
}

