/* all */
header.pc_only nav#gNav {
  background-color: #fff;
}

header.pc_only nav#gNav ul {
  padding: 15px 30px;
}

header.pc_only nav#gNav ul:first-child {
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
}

header.pc_only nav#gNav ul li a {
  font-size: 16px;
}

.mdSpan {
  position: relative;
}

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -104px;
  padding-top: 104px;
}

/* -------mv sub page------- */
#maincontants {
  padding-top: 96px;
}

.mv.sub {
  background-size: cover;
  width: 100%;
  padding-top: 300px;
  background-color: #fddddf;
}

.titleBox.main .wrapper .ttl {
  width: 100%;
  text-align: left;
}

.titleBox.main .wrapper .txt {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #f12837;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}

/*#section01*/
#section01 {
  padding: 100px 50px;
  background: #fff;
}

.maintxt {
  text-align: left;
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.sub_title h3 {
  font-size: 22px;
  line-height: 27px;
  color: #0a3066;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

#section01 .privacypolicy h3 {
  font-size: 22px !important;
  font-family: notoE !important;
  padding-bottom: 10px !important;
  margin: 40px 0 20px 0;
  border-bottom: 1px #b6c7d6 solid !important;
}

#section01 li.content {
  margin-bottom: 30px !important;
  margin-top: 20px !important;
  line-height: 2;
  color: #333333;
}

#section01 li.content dt.head {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 5px !important;
  text-align: left;
  list-style-type: decimal;
  font-weight: 600;
  color: #0a3066;
}

#section01 li.content ol.halfRound {
  counter-reset: item;
  list-style: none;
  font-size: 88%;
  color: #333333;
}

#section01 li.content ol.halfRound li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  text-align: left;
  color: #333333;
  list-style: none;
}

#section01 li.content ol.halfRound li:before {
  content: counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
  color: #333333;
}

#section01 li.content .decimalImageList {
  color: #333333;
}

#section01 li.content dt,
#section01 li.content dd {
  color: #333333;
}

#section01 ul li {
  list-style: none;
}

#section01 li.content dd ol {
  list-style: none;
}

#section01 .purpose li {
  list-style-type: lower-roman;
}

#section01 .liNone {
  margin-bottom: 20px !important;
}

#section01 .liNone {
  list-style: none;
}

#section01 .mrt5 {
  margin-top: 5px !important;
}

#section01 .size {
  font-size: 88%;
  text-align: left;
}

#section01 dd.size ol {
  display: block;
  list-style-type: decimal !important;
  margin-block-end: 1em;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#section01 .purpose dt {
  display: block;
  width: 15%;
  float: left;
  text-align: left;
  margin-bottom: 10px;
}

#section01 .purpose dd {
  display: block;
  width: 85%;
  float: left;
}

#section01 .liNone {
  margin-bottom: 20px !important;
}

ol.None span {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
  text-align: left;
}

span.bold {
  display: inline !important;
  font-weight: bold;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

/* Cookie */
.CookieDeclarationType {
  display: block;
  margin: 12px 0 12px 0;
  padding: 8px 8px 0 8px;
  vertical-align: top;
}

.CookieDeclarationTableHeader {
  font-weight: bold;
  border-bottom: 1px solid #777777;
  text-align: left;
  padding: 4px;
  overflow: hidden;
}

.CookieDeclarationTypeHeader {
  font-weight: bold;
}

.CookieDeclarationTypeDescription {
  margin: 2px 0 16px 0;
}

.CookieDeclarationTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 18px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.CookieDeclarationTableCell {
  text-overflow: ellipsis;
  word-wrap: break-word;
  border-bottom: 1px solid #777777;
  vertical-align: top;
  padding: 4px 4px 5px 4px;
}

/* table */
.tableBox {
  margin-bottom: 50px;
}

.tableBox:last-child {
  margin-bottom: 0;
}

.tableBox table {
  border-top: 1px solid #0a3066;
  border-left: 1px solid #0a3066;
  width: 100%;
}

.tableBox table {
  table-layout: fixed;
}

.tableBox table th {
  background-color: #f9f9f9;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.tableBox table td {
  background-color: #fff;
  font-size: 12px;
}

.tableBox table th,
.tableBox table td {
  border-right: 1px solid #0a3066;
  border-bottom: 1px solid #0a3066;
  line-height: 1.4;
  padding: 12px 40px;
  text-align: left;
}

.tableBox table td a {
  text-decoration: underline;
  color: #333333;
}

.tableBox table td a:hover {
  opacity: 1;
  color: #f12837;
}

@media screen and (max-width: 1000px) {
  /* all */
  .titleBox.main h2.ttl {
    margin-bottom: 0 !important;
  }
  .titleBox h2.ttl {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .titleBox p.txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  section {
    padding: 50px 20px !important;
  }
  .sub_title h3 {
    margin-bottom: 30px;
  }
  .titleBox.main {
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  #section01 .purpose dt {
    width: 100%;
  }
  #section01 .purpose dd {
    width: 100%;
  }
  #section01 ol {
    padding-inline-start: 5px;
  }
  /* table */
  /*
  .tableBox table th,
  .tableBox table td {
    display: block;
    width: 100%;
  }*/
  table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}