@charset "utf-8";

/** ***************************************************************************
 * タイトル
 * ************************************************************************* */

/** ***************************************************************************
 * 1
 */

.title-style-1 {
  margin-bottom: 15px;
  padding-left: 0.125em;
  padding-bottom: 5px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 1.25em;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

.title-style-1::before {
  content: '';
  width: 40%;
  min-width: 150px;
  border-bottom: 2px solid #f5b545;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
}

.title-style-1 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  .title-style-1 {
    margin-bottom: 30px;
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * リスト
 * ************************************************************************* */

/** ***************************************************************************
 * ul
 */

.ul-style-1,
.ul-style-1 > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-style-1 > li {
  padding-left: 1.375em;
  position: relative;
}

.ul-style-1 > li:not(:first-child) {
  margin-top: 0.5em;
}

.ul-style-1 > li::before {
  content: '';
  border-radius: 100%;
  border: 3px solid;
  position: absolute;
  top: 0.625em;
  left: 0.125em;
}

.ul-style-1 + *,
* + .ul-style-1 {
  margin-top: 1.25em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  .ul-style-1 + *,
  * + .ul-style-1 {
    margin-top: 1.5em;
  }

}

/** ***************************************************************************
 * ol
 */

.ol-style-1,
.ol-style-1 > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ol-style-1 {
  counter-reset: number;
}

.ol-style-1 > li {
  padding-left: 1.375em;
  counter-increment: number;
  position: relative;
}

.ol-style-1 > li:not(:first-child) {
  margin-top: 0.5em;
}

.ol-style-1 > li::before {
  content: counter(number) '.';
  line-height: 1;
  font-family: 'Futura', 'Century Gothic', sans-serif;
  font-size: 1.125em;
  font-weight: inherit;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.ol-style-1 + *,
* + .ol-style-1 {
  margin-top: 1.25em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  .ol-style-1 + *,
  * + .ol-style-1 {
    margin-top: 1.5em;
  }

}

/** ***************************************************************************
 * テーブル
 * ************************************************************************* */

.table-style-1 {
  border-collapse: collapse;
}

.table-style-1 > tbody > tr > th {
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #cecece;
  background-color: #f4f4f4;
  text-align: center;
}

.table-style-1 > tbody > tr > td {
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #cecece;
}

.table-style-1 + *,
* + .table-style-1 {
  margin-top: 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (max-width:769px) {

  .table-style-1 > tbody {
    display: block;
  }

  .table-style-1 > tbody > tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .table-style-1 > tbody > tr ~ tr {
    margin-top: 15px;
  }

  .table-style-1 > tbody > tr > th {
    width: 100%;
    padding: 10px 1em;
    text-align: left;
  }

  .table-style-1 > tbody > tr > td {
    width: 100%;
    margin-top: -1px;
    padding: 10px 1em;
  }

  .table-style-1 + *,
  * + .table-style-1 {
    margin-top: 1.25em;
  }

}

/** ***************************************************************************
 * 表示／非表示
 * ************************************************************************* */

p + [sp] + [pc] {
  margin-top: 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (max-width:769px) {

  [pc] {
    display: none !important;
  }

}

@media print, screen and (min-width:770px) {

  [sp] {
    display: none !important;
  }

}
