@charset "utf-8";
.boxItem {
  display: block !important;
}
td.roundSet {
  position: relative;
}
td .round {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background-color: #50abd4;
  color: #ffffff;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  right: 0.4em;
}
td .round .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  line-height: 1.4em;
  padding-bottom: 2px;
  white-space: nowrap;
}
td.align span {
  display: inline-block;
  width: 8.2em;
  text-indent: 0;
}
.winterTable .boxBtn a.noLink {
    pointer-events: none;
        filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
@media print, screen and (min-width: 751px) {
  #main_inner h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-top: 40px;
  }
  /* main_inner */
  #main_inner .item_block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #main_inner .white_box {
    background-color: #ffffff;
    border-radius: 6px;
  }
  #main_inner .annotation {
    font-size: 1.2rem;
  }
  /* schedule */
  #main_inner #schedule {
    background-color: #faf2eb;
  }
  #main_inner #schedule h2 .reserve {
    display: inline-block;
    line-height: 60px;
    margin-right: 15px;
    padding: 0 30px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    background-color: #d71c1c;
  }
  #main_inner #schedule h2 .blue {
    display: inline-block;
    line-height: 60px;
    margin-right: 35px;
    padding: 0 30px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    background-color: #1d2088;
  }
  #main_inner #schedule h2 .clockIcon {
    line-height: 60px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #000000;
  }
  #main_inner #schedule h2 .clockIcon .sFont {
    font-size: 2.0rem;
  }
  #main_inner #schedule .item_inner {
    margin-top: 40px;
  }
  #main_inner #schedule .item_inner .boxTab .nav li {
    width: 100%;
  }
  #main_inner #schedule .item_inner .boxTab .nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 72px;
    line-height: 72px;
    background-color: #f5e6d7;
    color: #d49250;
    font-size: 2.8rem;
    text-align: center;
    text-decoration: none;
  }
  #main_inner #schedule .item_inner .boxTab .nav li.active a {
    background-color: #ffffff;
    color: #000000;
  }
  #main_inner #schedule .item_inner .boxTab .nav li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 100%;
    height: 4px;
    background: #d49250;
    transition: all 0.2s linear;
    opacity: 0;
    z-index: 2;
  }
  #main_inner #schedule .item_inner .boxTab .nav li.active a::after, #main_inner #schedule .item_inner .boxTab .nav li a:hover::after {
    opacity: 1;
  }
  #main_inner #schedule .item_inner .boxTab .boxItem {
    padding-top: 40px;
    display: none;
    clear: both;
  }
  #main_inner #schedule .boxTable table {
    width: 100%;
    margin: 0 auto;
  }
  #main_inner #schedule .boxTable th {
    padding: 18px 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    background-color: #f7dabc;
    border-bottom: solid 2px #d49250;
    border-right: solid 2px #d49250;
  }
  #main_inner #schedule .boxTable td {
    padding: 18px 15px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 2px #d49250;
    border-right: solid 2px #d49250;
  }
  #main_inner #schedule .boxTable td.nowrap {
    white-space: nowrap;
  }
  #main_inner #schedule .boxTable th.borderRight_non, #main_inner #schedule .boxTable td.borderRight_non {
    border-right: none;
  }
  #main_inner #schedule .boxTable td .annotation {
    margin-top: 10px;
  }
  #main_inner #schedule .boxTable td ul.list {
    margin-top: 10px;
  }
  #main_inner #schedule .boxTable td ul.list li span {
    display: inline-block;
    text-indent: 0;
  }
  #main_inner #schedule .boxTable td ul.list.list_part1 li {
    padding-left: 12.2em;
    text-indent: -12.2em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part1 li span {
    width: 12.2em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part2 li {
    padding-left: 9.8em;
    text-indent: -9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part2 li span {
    width: 9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part3 li {
    padding-left: 9.8em;
    text-indent: -9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part3 li span {
    width: 9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part4 li {
    padding-left: 9.8em;
    text-indent: -9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part4 li span {
    width: 9.8em;
  }
  #main_inner #schedule .boxTable td .mediaBox {
    margin-bottom: 10px;
    background-color: #50abd4;
    padding: 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
  }
  #main_inner #schedule .item_inner .coming_soon .text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #main_inner #schedule .item_inner .coming_soon .title {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 31.57%;
  }
    #main_inner #schedule .boxTable td a:hover{
        text-decoration: none;
    }
  /* access */
  #main_inner #access {
    background-color: #f0c192;
    background-image: url("/prospective/open_campus/experience/winter/img/access_bg.png");
  }
  #main_inner #access .white_box {
    margin: 60px auto 0 auto;
    max-width: 968px;
    padding: 20px;
  }
  #main_inner #access .white_box .img_box {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 20px;
  }
  #main_inner #access .white_box .text_box {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
  #main_inner #access .white_box .text_box .boxTable th {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  #main_inner #access .white_box .text_box .boxTable td {
    padding-bottom: 20px;
  }
  #main_inner #access .white_box .text_box .boxBtn li {
    margin-top: 10px;
  }
  .winterTable .boxBtn .box2_1_pc {
    display: block;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    float: left;
  }
  .winterTable .boxBtn .box2_1_pc:last-child {
    float: right;
  }
  .winterTable .btn a {
    /* ふわっとcss */
    transition-property: all;
    transition: 0.2s linear;
  }
  .winterTable .btn a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .winterTable .boxBtn a {
    display: block;
    padding: 15px 20px;
    color: #000000 !important;
    background-color: #d49250;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
  }
  .winterTable td.roundSet {
    padding-right: 60px !important;
  }
  .winterTable td .round {
    width: 50px;
    height: 50px;
  }
  .winterTable td .round .txt {
    font-size: 11px;
  }
}
br.tab {
  display: none;
}
@media (min-width: 751px) and (max-width: 1066px) {
  .winterTable .boxBtn a {
    padding: 15px min(12 / 1046 * 100vw, 12px);
  }
  .winterTable .boxBtn a br.tab {
    display: block;
  }
}