@charset "UTF-8";
body, html, video {
  margin: 0;
  padding: 0;
}

.copyright, .pcBlock, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

img, video {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

body, html {
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background: #fff;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  };
}

img {
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  box-sizing: border-box;
}

a {
  outline: 0;
  text-decoration: none;
  color: #0042ff;
}

.cookieBlock {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cookieSec {
  text-align: left;
  margin: 60px 0;
}

.cookieSec__inner {
    text-align: left;
    margin: 60px 0;
  }
.cookieSec__inner2 {
    text-align: left;
    margin: 30px 15px;
}

.cookieSec__margin {
  margin: 30px 0;
}

.cookieSec__margin2 {
  margin: 60px 0 30px;
}

.cookieSec__title {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.cookieSec__ti2 {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
}

.cookieSec__ti3 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: left;
    margin: 15px 0;
}

.cookieSec__ti4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin: 10px 0;
}

.cookieSec__text {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
}

.cookieSec__text.arR {
  text-align: right;
}

.cookieSec__text>a {
  text-decoration: underline;
}

.cookieSec__text>a:hover {
  text-decoration: none;
}

.decItem {
  margin: 20px 0;
}

.decItem__list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style-type: decimal;
  margin: 4px 0 0 18px;
}

.discItem {
  margin: 20px 0;
}

.discItem__list {
  font-size: 1.4rem;
  line-height: 1.6;
  list-style-type: disc;
  margin: 4px 0 0 20px;
}

.barItem__list, .cirNumList__list {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.6;
}

.discItem--in, .discItem--lm {
  margin: 0;
}

.discItem--lm .discItem__list {
  margin-left: 35px;
}

.barItem {
  margin: 10px 0;
}

.barItem__list {
  position: relative;
  font-size: 1.4rem;
  margin: 2px 0;
}

.barItem__list:before {
  content: '－';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.txLink {
  text-decoration: underline;
}

.txLink:hover {
  text-decoration: none;
}

.cirNumList {
  margin: 10px 0;
}

.cirNumList__list {
  position: relative;
  font-size: 1.4rem;
  list-style: none;
  margin-top: 4px;
}

.cirNumList__list__num {
  position: absolute;
  top: 0;
  left: 0;
}

.braNumList {
  margin: 10px 0;
}

.braNumList__list {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
  margin-top: 4px;
  padding-left: 30px;
}

.braNumList__list__num {
  position: absolute;
  top: 0;
  left: 0;
}

.c_table{
    width: 100%;
    border: 1px solid #ddd;
    margin: 20px 0;
}
.c_table__ti{
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
}
.c_table__ti:nth-child(1) {
    width: 20%;
}
.c_table__ti:nth-child(2) {
    width: 22%;
}
.c_table__ti:nth-child(3) {
    width: 20%;
}
.c_table__ti:nth-child(4) {
    width: 38%;
}
.c_table__tx{
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px;
    border: 1px solid #ddd;
}


.arL, .size11, .size12, .size13, .size14, .size15, .size16, .size17, .size18 {
  text-align: left;
}

.spBlock {
  display: none;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

.size11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.90909;
}

.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
}

.size13 {
  font-size: 1.4rem;
  font-size: 1.3rem;
  line-height: 1.76923;
}

.size14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.size15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
}

.size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.size17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.58824;
}

.size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
}

.arC {
  text-align: center;
}

.arR {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media only screen and (max-width:767px) {
  .cookieBlock {
    width: auto;
    margin: 0 5%;
    text-align: center;
  }
  .cookieSec {
    text-align: left;
    margin: 40px 0;
  }
  .cookieSec__inner {
    text-align: left;
    margin: 40px 0;
  }
    .cookieSec__inner2 {
        text-align: left;
        margin: 20px 10px;
    }
  .cookieSec__margin {
    margin: 20px 0;
  }
  .cookieSec__margin2 {
    margin: 30px 0 15px;
  }
  .cookieSec__title {
    font-size: 2.2rem;
    line-height: 1.29412;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .cookieSec__ti2 {
    font-size: 2.0rem;
    line-height: 1.53333;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
  }
  .cookieSec__ti3 {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: left;
  }
  .cookieSec__ti4 {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
  }
  .cookieSec__text {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
  .cookieSec__text.arR {
    text-align: right;
  }
  .cookieSec__text--lm {
    margin-top: 15px;
    line-height: 1.61538;
  }
  .cookieSec__text>a {
    text-decoration: underline;
  }
  .cookieSec__text>a:hover {
    text-decoration: none;
  }
  .decItem {
    margin: 20px 0;
  }
  .decItem__list {
    font-size: 1.4rem;
    line-height: 1.7;
    list-style-type: decimal;
    margin: 4px 0 0 18px;
  }
  .discItem {
    margin: 10px 0;
  }
  .discItem__list {
    font-size: 1.4rem;
    line-height: 1.7;
    list-style-type: disc;
    margin: 3px 0 0 15px;
  }
  .barItem__list, .cirNumList__list {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .discItem--in, .discItem--lm {
    margin: 0;
  }
  .discItem--lm .discItem__list {
    margin-left: 30px;
  }
  .barItem {
    margin: 5px 0;
  }
  .barItem__list {
    position: relative;
    font-size: 1.3rem;
    margin: 2px 0;
    padding-left: 18px;
  }
  .barItem__list:before {
    content: '－';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .txLink {
    text-decoration: underline;
  }
  .txLink:hover {
    text-decoration: none;
  }
  .cirNumList {
    margin: 5px 0;
  }
  .cirNumList__list {
    position: relative;
    font-size: 1.3rem;
    list-style: none;
    margin-top: 3px;
    padding-left: 20px;
  }
  .cirNumList__list__num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .braNumList {
    margin: 5px 0;
  }
  .braNumList__list {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
    list-style: none;
    margin-top: 3px;
    padding-left: 30px;
  }
  .braNumList__list__num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tableArea{
    width: 100%;
    overflow-x: scroll;
  }
  .c_table{
    width: 640px;
    overflow: scroll;
    border: 1px solid #ddd;
    margin: 20px 0;
    }
    .c_table__ti{
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #eee;
    }
   
  .size11, .size12, .size13, .size14, .size15, .size16, .size17, .size18 {
    text-align: left;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .size11 {
    font-size: 9px;
    font-size: .9rem;
    line-height: 1.88889;
  }
  .size12 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .size13 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72727;
  }
  .size14 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .size15 {
    font-size: 1.4rem;
    line-height: 1.61538;
  }
  .size16 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .size17 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53333;
  }
  .size18 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}