@charset "UTF-8";
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* お問い合わせ＆下層ページ基本ヘッディング */
.basic-heading-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  .basic-heading-wrap {
    padding-top: 134px;
  }
}
.basic-heading-inner {
  height: 227px;
  background: url("../img/common/bg_heading.webp") no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #FF8900;
}
.basic-heading-inner h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

/* パンくず */
.breadcrumb {
  background-color: #FFFDD1;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul {
  font-size: 12px;
  column-gap: 16px;
}
.breadcrumb ul li {
  color: #333;
}
.breadcrumb ul li.has-link {
  position: relative;
}
.breadcrumb ul li.has-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 6px / 2);
  color: #333;
  line-height: 1;
  border: 1.5px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  right: -1em;
}
.breadcrumb ul li a {
  color: #333;
  transition: all 0.3s;
}
.breadcrumb ul li a:hover {
  opacity: 0.8;
}

/* 下層ページ基本スタイル */
.sub-wrap {
  width: min(100%, 800px);
  padding: 77px 0 114px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .sub-wrap {
    padding-top: 40px;
  }
}
.sub__heading {
  font-size: 24px;
  text-align: center;
}
.sub__txt {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.sub__d-list {
  font-size: 18px;
  margin-top: 20px;
}
.sub__d-list dt, .sub__d-list dd {
  color: #333;
}
.sub__d-list dd {
  margin-left: 1em;
}
.sub__list {
  margin-top: 20px;
  font-size: 18px;
}
.sub__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sub__list li:not(:first-child) {
  margin-top: 20px;
}
.sub__data {
  font-size: 18px;
}

/* 利用規約・会員規約 */
#terms_of_use .section--terms {
  font-size: 18px;
  margin-top: 20px;
}
#terms_of_use .section--terms ul {
  padding-left: 1em;
  margin-top: 10px;
}
#terms_of_use .section--terms ul.no-padding {
  padding-left: 0;
}
#terms_of_use .section--terms ul li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#terms_of_use .section--terms p {
  margin-top: 10px;
}
#terms_of_use .section--terms p a {
  color: #107BB7;
  text-decoration: underline;
  display: inline-block;
}
#terms_of_use .sub__data {
  margin-top: 83px;
}