@charset "UTF-8";
/*-------------------------------------------------------
      全体レイアウト/背景エリア(PC)
      ---------------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/

/*フォント設定*/
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fcfcfc;
}
.u-text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1.25em;
}

.heading-privacy {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
  font-weight: bold;
}

.heading-privacy__sub {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}

/*記事（ボディ）エリア*/
.l-section {
  background-color: #fcfcfc;
  width: 100%;
}
/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
  width: 960px;
  margin: 0 auto;
}
/*セクション5~*/
.section_05,
.section_06,
.section_07 {
  padding-bottom: 2em;
}

/*背景青エリア*/
.kaiketsu,
.omoi,
.cta_area {
  width: 100%;
  background-color: #417dc2;
}

/*
  2.4 - Footer
-----------------------------------------------------*/
.l-footer {
  font-size: 0.625em;
  letter-spacing: 0.06em;
  color: #fcfcfc;
  background-color: #bc6caa;
  text-align: center;
  position: relative;
  padding: 1.6em 0 7em;
  margin-top: 2.5em;
}

.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.l-footer__navList li + li {
  border-left: 1px solid #fff;
}

.l-footer__navItem a {
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em;
}

.l-footer__navItem a:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  font-size: 0.625em;
  line-height: 1.5;
  font-style: normal;
  margin-top: 4em;
}

@media screen and (min-width: 768px) {
  .l-footer {
    font-size: 1em;
    text-align: center;
    padding-bottom: 1em;
  }
  .l-footer__copyright {
    margin-top: 3.5em;
    font-style: normal;
    font-size: 1em;
  }
}

/*--------------------------------------------------
      特定商法取引
-----------------------------------------------------*/

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
th {
  background-color: #fffae0;
}
th,
td {
  padding: 0.5em;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  text-align: left;
}

/*--------------------------------------------------
      Primary
-----------------------------------------------------*/

.l-privacy__item + .l-privacy__item {
  margin-top: 3em;
}
