@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  /*　画面サイズが767.9pxまではここを読み込む　*/
  .round {
    margin-top: 4rem;
    padding: 2.5rem 2rem;
    border: 0.2rem solid rgba(230, 0, 0, 0.2);
    background: rgba(253, 230, 230, 0.2);
  }
  .round .head {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
  }
  .round .head::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    background: url("/common/img/ci/ico_caution.svg") no-repeat left top/2rem;
    vertical-align: -0.2rem;
  }

  .default {
    margin: 2rem 0 0;
  }
  .default:first-child {
    margin-top: 0;
  }
  .default:last-child {
    margin-bottom: -2rem;
  }
  .default li {
    display: inline-block;
    position: relative;
    margin: 0 1.5rem 2rem 0;
    padding-left: 1.8rem;
  }
  .default li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .defaultOut {
    display: flex !important;
    width: calc(100vw - 2rem);
    margin-right: -2rem;
    overflow: auto;
  }
  .defaultOut::after {
    content: "";
    flex-shrink: 0;
    width: 2rem;
  }
  .defaultOut table {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .defaultOut th {
    padding: 0.8rem 1.5rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f7f7f7;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    vertical-align: middle;
  }
  .defaultOut th:last-child {
    border-right: 1px solid #ddd;
  }
  .defaultOut td {
    padding: 0.8rem 1.5rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
  .defaultOut td:last-child {
    border-right: 1px solid #ddd;
  }
  .defaultOut td:first-child, .defaultOut td:nth-child(3), .defaultOut td:nth-child(4) {
    text-align: center;
  }
  .defaultOut a {
    color: #876528;
  }
  .defaultOut a:hover {
    text-decoration: none;
  }

  .negative {
    color: #00429d;
  }

  .positive {
    color: #e60000;
  }

  .nav {
    width: 100%;
    margin-top: 15px;
  }
  .nav a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 3.6rem;
    margin: 0 0.2rem;
    padding: 0 1.8rem;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #fff;
    color: #876528;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.4rem;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
  }
  .nav a:first-child {
    margin-left: 0;
  }
  .nav a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px), print {
  /*　画面サイズが768pxからはここを読み込む　*/
  .round {
    margin-top: 50px;
    padding: 30px 30px 25px;
    border: 1px solid rgba(230, 0, 0, 0.2);
    background: rgba(253, 230, 230, 0.2);
  }
  .round .head {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
  }
  .round .head::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("/common/img/ci/ico_caution.svg") no-repeat left top/20px;
    vertical-align: -2px;
  }

  .default {
    margin: 20px 0;
  }
  .default:first-child {
    margin-top: 0;
  }
  .default:last-child {
    margin-bottom: 0;
  }
  .default li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .default li:last-child {
    margin-bottom: 0;
  }
  .note-text .default li, .node-order .default li {
    margin-bottom: 0;
  }
  .default li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .defaultOut table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }
  .defaultOut th {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .defaultOut th:last-child {
    border-right: 1px solid #ddd;
  }
  .defaultOut td {
    padding: 12px 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.72;
    text-align: left;
  }
  .defaultOut td:last-child {
    border-right: 1px solid #ddd;
  }
  .defaultOut td:first-child, .defaultOut td:nth-child(3), .defaultOut td:nth-child(4) {
    text-align: center;
  }
  .defaultOut a {
    color: #876528;
  }
  .defaultOut a:hover {
    text-decoration: none;
  }

  .negative {
    color: #00429d;
  }

  .positive {
    color: #e60000;
  }

  .nav {
    width: 100%;
    margin-top: 15px;
  }
  .nav a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 23px;
    margin: 0 2px;
    padding: 0 15px;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #fff;
    color: #876528;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
  }
  _:-ms-lang(x)::-ms-backdrop, .nav a {
    padding-top: 3px;
  }
  .nav a:first-child {
    margin-left: 0;
  }
  .nav a:last-child {
    margin-right: 0;
  }
  .nav a:hover {
    background-color: #876528;
    color: #fff;
  }
}
