@charset "UTF-8";

ol.list_parentheses {
    margin: 0 0 30px;
}

ol.list_parentheses li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-left: 30px;
    padding-bottom: 10px;
}

ol.list_parentheses li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
    margin-left: -30px;
}

@media screen and (max-width: 768px) {
    ol.list_parentheses li {
        margin-left: 25px;
        text-indent: 5px;
        padding-bottom: 10px;
    }

    ol.list_parentheses li:before {
        margin-left: -30px;
    }
}

/** フォーム **/
.privacy-inquiry {
    font-weight: bold;
    margin-bottom: 10px;
}

.address {
    padding: 0 20px 10px;
}

.address .ttl {
    margin-top: 20px;
}

.telephone {
    margin: 0 0 30px;
    padding: 20px;
    border: solid 1px #ccc;
    max-width: 700px;
}

@media screen and (min-width: 769px) {
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

.privacy_title {
    font-size: 1.25rem;
    font-weight: bolder;
    color: #2D447A;
    margin-top: 1rem;
}

.cookie_title {
    font-size: 1.25rem;
    font-weight: bolder;
    margin-top: 1rem;
}

.bold-blue {
    font-weight: bolder;
    color: #495a83;
}

.bold {
    font-weight: bolder;
}

h4 {
    font-weight: bolder;
    margin-top: 1rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    table-layout: fixed;
    margin-top: 1rem;
}

th,
td {
    border: 1px solid #333;
    padding: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

thead tr th {
    font-weight: bolder;
}

.table-main thead tr,
.table-header thead tr {
    background-color: #bdd0df;
}

.table-main tbody td:first-child {
    background-color: #eeeeee;
    font-weight: bolder;
    color: #495a83;
}

.table-ratio {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.table-ratio td {
    border: 1px solid #333;
    padding: 8px;
}

.table-ratio td:first-child {
    width: 30%;
    font-weight: bolder;
    color: #495a83;
}

.table-ratio td:last-child {
    width: 70%;
}

/** 横8列グラフ **/
.table-plain {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Noto Sans JP", sans-serif;
}

/* 全セル共通 */
.table-plain th,
.table-plain td {
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-all;
}

/* 見出し行も色なし（太字だけ） */
.table-plain thead th {
    font-weight: bold;
    background: none;
    color: inherit;
}

/* モバイル対応 */
@media (max-width: 600px) {

    .table-plain th,
    .table-plain td {
        font-size: 13px;
        padding: 6px;
    }
}

.browser-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.browser-list > li {
  position: relative;
  padding-left: 1.5em;   /* ●のスペース */
  margin-bottom: 0.5em;
}

.browser-list > li::before {
  content: "●";           /* メインリストのマーカー */
  position: absolute;
  left: 0;
  color: black;
}

.browser-list li ul {
  list-style: none;
  padding-left: 2em;      /* サブリストをさらに右にずらす */
}

.browser-list li ul li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1.2em;    /* ○のスペース */
}

.browser-list li ul li::before {
  content: "○";           /* サブリストのマーカー */
  position: absolute;
  left: 0;
  color: black;
}
