/* --------------------------------------------------
 scholarship
-------------------------------------------------- */
/*pc*/
    .mt70 {
      margin-top: 70px !important;
    }
    .th01 {
      width: 38%;
    }
    .th02 {
      width: 17%;
    }
    .th03 {
      width: 20%;
    }
    .th04 {
      width: 25%;
    }
    .pc-center {
      text-align: center;
    }
    .sp-only {
      display: none;
    }
    .pc-only {
      display: block;
    }
    .sup {
      position: relative;
      top: -5px;
      font-size: 11px;
    }
    .scholarship-ml1em {
      display: inline-block;
      margin-left: 1em;
    }
    .scholarship-ml01 {
      display: inline-block;
      margin-left: 2rem;
    }
    .scholarship-ml02 {
      display: inline-block;
      margin-left: 2rem;
    }
    .scholarship-new {
      display: inline-block;
      padding: 1px 10px;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
      background-color: #d01126;
      border-radius: 2px;
    }
    .scholarship-annotation01 {
      overflow: hidden;
      font-size: 12px;
    }
    .scholarship-annotation01 dt {
      float: left;
      clear: both;
      width: 15px;
    }
    .scholarship-annotation01 dd {
      width: auto;
      padding-left: 15px;
    }
    .scholarship-annotation02 {
      font-size: 12px;
      text-indent: -1.25em;
      padding-left: 1.25em;
    }
    .scholarship-annotation03 {
      padding: 15px;
      border: 1px solid #898989;
      font-size: 12px;
    }
    .scholarship-btn01 {
      margin: 5px 0;
    }
    .scholarship-btn01 a:link,
    .scholarship-btn01 a:visited {
      display: inline-block;
      padding: 5px;
      font-size: 100%;
      font-weight: bold;
      color: #d01126;
      background-color: #f6cfd4;
    }
    .device-desktop .scholarship-btn01 a:hover,
    .device-desktop .scholarship-btn01 a:active {
      color: #d01126;
    }
    .bnr-100th {
      margin-top: 50px;
      text-align: right;
    }
    .mod-table-scholarship .table-scholarship-inner {
      display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    overflow: hidden;
    }
    .mod-table-scholarship .box-head {
      -webkit-box-flex: 0;
		  -ms-flex: 0 0 180px;
		  flex: 0 0 180px;
    }
    .mod-table-scholarship .box-detail {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
    .mod-table-scholarship .box-detail .detail-wrap {
        height: 100%;
      }
    .mod-table-scholarship .box-detail table.style03 {
      margin-left: -1px;
      height: 100%;
    }
    .scholarship-indent1em {
      text-indent: -1em;
      padding-left: 1em;
    }
    .scholarship-td-center {
      width: auto;
      margin: 0 auto;
      display: inline-block;
      text-align: left;
    }
    .mod-table-scholarship .box-overlay {
      display: none;
    } 
    @media screen and (max-width: 768px) {
      /*sp*/
      .device-mobile body .main > section {
        padding-right: 4%;
        padding-left: 4%;
      }
      .sp-only {
        display: block;
      }
      .pc-only {
        display: none;
      }
      .scholarship-ml01 {
        margin-left: 2.75rem;
      }
      .scholarship-ml02 {
        margin-left: 2.75rem;
      }
      .bnr-100th {
        margin-top: 25px;
      }
      .bnr-100th img {
        width: 100% !important;
        height: auto;
      }
      .mod-table-scholarship {
        position: relative;
      }
      .mod-table-scholarship .table-scholarship-inner {
        display: -webkit-box;
	      display: -ms-flexbox;
	      display: flex;
	      overflow: hidden;
      }
      .mod-table-scholarship .box-head {
        position: relative;
        -webkit-box-flex: 0;
		    -ms-flex: 0 0 150px;
		    flex: 0 0 150px;
        z-index: 1;
      }
      .mod-table-scholarship .box-detail {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
      }
      .mod-table-scholarship .box-detail .detail-wrap {
        width: 500px;
      }
      .mod-table-scholarship table.style03 th {
        padding: 3px;
        color: #fff;
        background-color: #e88893;
      }
      .mod-table-scholarship table.style03 td {
        padding: 3px;
      }
      .mod-table-scholarship .box-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) url(/event/open-campus/img/ico_swap.png) center center no-repeat;
        background-size: 46px auto;
        pointer-events: none;
      }
    }