@charset "UTF-8";
/* Scss Document */
.modalCheck {
  display: none; }

label {
  cursor: pointer; }

.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1100; }

.modalWrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition-property: opacity;
  will-change: opacity; }

.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2; }
  .modalBg label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }

.modalCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 900px;
  height: 86%;
  margin: auto;
  z-index: 3; }

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0 1.5em 1.5em;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); }

.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0; }
  .modalCloseBtn label {
    display: inline-block;
    padding: 0.5em;
    color: #333;
    text-decoration: none;
    font-size: 2em; }

.modalCheck:not(:checked) ~ .link_wrap_modal {
  /*> *:not(.modalWrap){
      filter: blur(0px);
  }*/ }
  .modalCheck:not(:checked) ~ .link_wrap_modal .modalWrap {
    opacity: 0;
    visibility: hidden; }

/*.modalCheck:checked ~ .link_wrap_modal {
    > *:not(.modalWrap){
        filter: blur(3px);
    }
}*/
#modal00:checked ~ .link_wrap_modal #modal00Con {
  opacity: 1;
  visibility: visible; }

#modal01:checked ~ .link_wrap_modal #modal01Con {
  opacity: 1;
  visibility: visible; }

#modal02:checked ~ .link_wrap_modal #modal02Con {
  opacity: 1;
  visibility: visible; }

#modal03:checked ~ .link_wrap_modal #modal03Con {
  opacity: 1;
  visibility: visible; }

#modal04:checked ~ .link_wrap_modal #modal04Con {
  opacity: 1;
  visibility: visible; }

#modal05:checked ~ .link_wrap_modal #modal05Con {
  opacity: 1;
  visibility: visible; }

#modal06:checked ~ .link_wrap_modal #modal06Con {
  opacity: 1;
  visibility: visible; }

#modal07:checked ~ .link_wrap_modal #modal07Con {
  opacity: 1;
  visibility: visible; }

#modal08:checked ~ .link_wrap_modal #modal08Con {
  opacity: 1;
  visibility: visible; }

#modal09:checked ~ .link_wrap_modal #modal09Con {
  opacity: 1;
  visibility: visible; }

#modal10:checked ~ .link_wrap_modal #modal10Con {
  opacity: 1;
  visibility: visible; }

/*レイアウト*/
.link-btn01 {
  align-items: center;
  margin-left: 1em; }

.shousai_link_2col {
  /*margin-top: -1.5em;*/ }

.modalWrap .link-btn01 {
  margin: 0; }
.modalWrap .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 22px 0 18px; }
  .modalWrap .ttl + .modal_txt {
    padding-top: 0; }
.modalWrap .modal_txt {
  font-size: 18px;
  padding: 10px .5em 18px; }
.modalWrap .head_txt {
  font-weight: bold; }
.modalWrap .btn .close {
  text-align: center;
  border: 1px solid #555;
  border-radius: 50%;
  background: #555;
  color: #fff;
  text-align: center;
  height: 22px;
  width: 22px;
  display: inline-block; }
.modalWrap .ttl02 {
  font-size: 16px;
  background: #FF00CC;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 5px 20px; }
.modalWrap .ttl03 {
  font-size: 18px;
  padding: 18px 0 14px; }
.modalWrap .column02 {
  width: 410px; }
.modalWrap .border_txt {
  border: 1px solid #555;
  padding: 20px 30px; }
.modalWrap .ttl04 {
  border-bottom: 2px solid #FF00CC;
  font-size: 16px;
  padding-bottom: 2px; }
.modalWrap .option_lists {
  padding: 18px; }
  .modalWrap .option_lists p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .modalWrap .option_lists ul {
    height: 80px; }
.modalWrap .op_ch_lists dl {
  margin: 0 8px 20px; }
  .modalWrap .op_ch_lists dl dt {
    color: #fff;
    padding: 6px 16px; }
  .modalWrap .op_ch_lists dl.ch_a {
    border: 1px solid #ED1C24; }
    .modalWrap .op_ch_lists dl.ch_a dt {
      background: #ED1C24; }
  .modalWrap .op_ch_lists dl.ch_b {
    border: 1px solid #2E3192; }
    .modalWrap .op_ch_lists dl.ch_b dt {
      background: #2E3192; }
  .modalWrap .op_ch_lists dl.ch_c {
    border: 1px solid #39B54A; }
    .modalWrap .op_ch_lists dl.ch_c dt {
      background: #39B54A; }
  .modalWrap .op_ch_lists dl.ch_d {
    border: 1px solid #F7931E; }
    .modalWrap .op_ch_lists dl.ch_d dt {
      background: #F7931E; }
  .modalWrap .op_ch_lists dl dd {
    padding: 6px 14px;
    font-size: 18px; }
    .modalWrap .op_ch_lists dl dd td {
      padding: 10px 0; }
    .modalWrap .op_ch_lists dl dd .channel_img {
      width: 80px;
      padding: 0 30px 0 5px; }

table.price-table tr:nth-child(2n) {
  background: #FFD9F7; }
table.price-table tr > * {
  padding: 5px 20px;
  border: #B3B3B3 solid 1px;
  font-size: 16px; }
table.price-table.inter tr:nth-child(2n) {
  background: #D9F7F7; }
table.price-table th {
  color: #fff;
  font-weight: normal;
  text-align: left; }
  table.price-table th:nth-child(2), table.price-table th:nth-child(3) {
    text-align: center; }
table.price-table td {
  text-align: left; }
  table.price-table td:nth-child(2), table.price-table td:nth-child(3) {
    text-align: center;
    width: 36%;
    padding: 0; }
table.price-table.tv th {
  background: #FF00CC; }
table.price-table.inter th {
  background: #00cccc; }
table.price-table.col3 td:nth-child(2), table.price-table.col3 td:nth-child(3) {
  width: 22%; }
table + table {
  margin-top: 20px; }
table.kikaku {
  margin: 0 auto;
  width: 94%; }
  table.kikaku td:nth-child(2), table.kikaku td:nth-child(3), table.kikaku th:nth-child(2), table.kikaku th:nth-child(3) {
    width: auto;
    padding: 5px 20px;
    text-align: left; }
  table.kikaku + .kikaku {
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  .modalWrap .modalInner {
    padding: 0 0 1.2em; }
    .modalWrap .modalInner .ttl {
      font-size: 22px;
      padding: 18px; }
      .modalWrap .modalInner .ttl + .modal_txt {
        padding-top: 2px; }
    .modalWrap .modalInner .modal_txt {
      font-size: 14px;
      padding: 10px 10px 16px; }
    .modalWrap .modalInner .ttl02 {
      padding: 8px 10px; }
  .modalWrap .column02 {
    width: 100%; }
    .modalWrap .column02 + .column02 {
      margin-top: 20px; }
  .modalWrap .border_txt {
    margin: 0 10px 30px;
    padding: 16px 20px; }
  .modalWrap .option_lists {
    padding: 16px 8px; }
    .modalWrap .option_lists p {
      font-size: 18px; }

  table.price-table tr > * {
    font-size: 14px;
    padding: 8px 10px; } }
