.footer-logo {
    text-align: center;
    padding: 0 2em;
    margin-bottom: 4em;
}
.footer-logo img {
    width: 100%;
    max-width: 400px;
}
.footer-sub {
    background-color: #eee;
}
.txt-box {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 1em;
}
img.img-radius-50 {
    border-radius: 50%;
}
.header {
    padding: 0.5em 1em 150px 1em;
}
.header .header-logo {
    max-width: 150px;
}

/* 新入生父母懇親会 */
.briefing-ttl {
    background: #fff0f0;
    background-image: url(../img/briefing/ttl-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 60%;
}

.briefing-table {
    width: 100%;
    font-size: 25px;
    margin: 2em 0;
}

.briefing-table th {
    /*background: #fff0f0;
    color: #f08d8e;*/
    border-bottom: 1px solid #000;
    padding: 0.5em 1em;
}

.briefing-table td {
    border-bottom: 1px solid #000;
    padding: 0.5em 1em;
}

.precurriculum-step1 .illust.four {
    left: auto;
    right: 5%;
}

.precurriculum-footer {
    background-color: #fff0f0;
}

@media (max-width: 768px) {
    .precurriculum-step1 .illust.four {
        bottom: auto;
    }

    .precurriculum-step1 .illust.three {
        left: -5%;
    }

    .briefing-table {
        font-size: 15px;
    }
}

/* 奨学金について */
.scholarship h2 {
    color: #2c67ab;
}
.scholarship h3.scholarship__ttl {
    font-size:30px;
    color: #2c67ab;
    text-align: left;
    background: none;
    border-left: 4px solid #2c67ab;
    padding-left: 0.5em;
    margin: 2em 0 1em 0;
    font-weight: bold;
}
.scholarship h4 {
    font-size:25px;
    color: #2c67ab;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.scholarship .precurriculum-step__ttl span {
    background: linear-gradient(rgba(0,0,0,0) 70%,#c1dfeb 0);
}
.scholarship .precurriculum-ttl__txt a {
    color: #2c67ab;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.scholarship .precurriculum-ttl__txt a:hover {
    border-bottom: 1px solid #2c67ab;
}
.scholarship .text_red {
    color: #d9534f;
}

.scholarship .scholarship-ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em;
    color: #2c67ab;
}
.scholarship .scholarship-ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
}
.scholarship .scholarship-ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #2c67ab;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scholarship .scholarship-ul {
  padding:0.5em;
  list-style-type:none;
}
.scholarship .scholarship-ul li {
  position:relative;
  padding: 0.3em 0.3em 0.3em 1.3em;
  font-size: 20px;
}
.scholarship .scholarship-ul li::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #2c67ab;
  border-bottom: 3px solid #2c67ab;
  transform: translateY(-50%) rotate(-45deg);
}

.scholarship .scholarship-box {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 1em;
}
.scholarship .scholarship-box p {
    font-size: 20px;
    margin-bottom:0.5em;
}

.scholarship .scholarship-section {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3em;
}

.scholarship .scholarship-footer {
    background-color: #c1dfeb;
}

@media (max-width: 768px) {
    .scholarship h2.precurriculum-step__ttl span {
        font-size:20px;
    }
    .scholarship h3.scholarship__ttl {
        font-size:15px;
    }
    .scholarship h4 {
        font-size:15px;
    }
    .scholarship .scholarship-ul li {
        font-size:15px;
    }
    .scholarship .scholarship-box p {
        font-size:15px;
    }

}