@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
.page_ttl {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .page_ttl {
    padding: 0;
  }
}

/***************************************************/
/**
/** @page カテゴリーリスト */
/**
/***************************************************/
.device_change .category_name {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.device_change .category_name li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 3);
}

.device_change .category_name li .btn {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 15px 30px 15px 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  transition: opacity .3s;
}

.device_change .category_name li .btn:hover {
  opacity: .7;
  color: #fff;
}

.device_change .category_name li .btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico/ico-nav-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

.device_change .category_select .inner {
  position: relative;
  max-width: 350px;
}

.device_change .category_select .inner::after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/ico/ico-arrow-down.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

.device_change .category_select .select {
  position: relative;
  width: 100%;
  padding: 15px 30px 15px 10px;
  border: 1px solid #b0b0b0;
  font-size: 1.3rem;
  z-index: 10;
}

/***************************************************/
/**
/** @page 特定商取引法に基づく表記 */
/**
/***************************************************/
.page_law_block .width1100 {
  max-width: 900px;
}

.page_law_block .law_table .block {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #b0b0b0;
}

@media (max-width: 768px) {
  .page_law_block .law_table .block {
    display: block;
  }
}

.page_law_block .law_table .block dt {
  width: 30%;
  margin-right: 10%;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page_law_block .law_table .block dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page_law_block .law_table .block dd {
  width: 60%;
}

@media (max-width: 768px) {
  .page_law_block .law_table .block dd {
    width: 100%;
  }
}

.page_law_block .law_table .block dt, .page_law_block .law_table .block dd, .page_law_block .law_table .block p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.page_law_block .law_table .block dt a, .page_law_block .law_table .block dd a, .page_law_block .law_table .block p a {
  color: #005AB4;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_law_block .law_table .block dt a:hover, .page_law_block .law_table .block dd a:hover, .page_law_block .law_table .block p a:hover {
  opacity: .7;
}

.page_law_block .law_table .block .circle {
  position: relative;
  display: block;
  margin-bottom: 0.2em;
  padding-left: 1.3em;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .page_law_block .law_table .block .circle {
    padding-left: 1em;
  }
}

.page_law_block .law_table .block .circle::before {
  position: absolute;
  top: calc(50% + 0.05em);
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #005AB4;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .page_law_block .law_table .block .circle::before {
    width: 8px;
    height: 8px;
  }
}

/***************************************************/
/**
/** @page プライバシーポリシー */
/**
/***************************************************/
.privacy_container p {
  line-height: 2;
}

.privacy_container .before > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}

.privacy_container .before > li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.privacy_container .before.num {
  counter-reset: num 0;
}

.privacy_container .before.num > li::before {
  counter-increment: num;
  content: counter(num) ".";
}

.privacy_container .alphabet {
  position: relative;
  counter-reset: en;
  padding-left: 20px;
}

.privacy_container .alphabet > .content {
  line-height: 2;
}

.privacy_container .alphabet > .content::before {
  position: absolute;
  left: 0;
  counter-increment: en;
  content: counter(en, lower-alpha) ".";
}

.privacy_container .alphabet_num {
  position: relative;
  counter-reset: en;
  padding-left: 20px;
}

.privacy_container .alphabet_num .num {
  line-height: 2;
}

.privacy_container .alphabet_num .num::before {
  position: absolute;
  left: 0;
  counter-increment: en;
  content: counter(en, lower-alpha) ".";
}

.privacy_block p a {
  color: #005AB4;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.privacy_block p a:hover {
  opacity: .7;
}

.privacy_block .bg_ttl {
  position: relative;
  margin-bottom: 0.5em;
  background: #f6f6f6;
  padding: 0.5em 1.2em;
  font-size: 1.8rem;
  font-weight: 700;
}

.privacy_block .bg_ttl:before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 5px;
  height: calc(100% - 16px);
  background: #005AB4;
}

/*# sourceMappingURL=page.css.map */