article .sectionbox h2 {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2f9ea5;
    line-height: 1.2em;
    padding-bottom: 50px;
}

article .sectionbox h2:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 33px;
    background-image: url(/img/style/point_sectiontitle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: top;
    margin-top: 0px;
}
.informationbox{
    width: 100%;
    background-color:#FFFEC8;
    border-radius:20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    color: #000;
    padding: 30px 0;
    margin-top: 20px;
}
.informationbox p a {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 25px;
    color: #107588;
}

.informationbox p a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(/img/entry/scholarship/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 15px;
}

article .sectionbox {
    padding-top: 50px;
}


.scholarshiplistbox {
    border: 2px solid #6BCBD1;
    border-radius: 42px;
    margin: 60px 35px 30px 35px;
    overflow: hidden;
}

.sectiontext p.caution {
    font-size: 11px;
}

.scholarshiplistbox h3 {
    font-size: 26px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #fff;
    line-height: 26px;
    background-color: #6BCBD1;
    padding: 37px;
}

ul.scholarshiplist {
    padding: 30px 35px;
}

ul.scholarshiplist li {
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
}

ul.scholarshiplist li:first-child {
    margin-top: 0;
}


@media (max-width:600px){
    .informationbox p a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
}

.sectiontext .informationbox p {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.informationbox {
    padding: 10px 0;
}
.informationbox p a:before {
    margin-left: 0;
}

    article .sectionbox h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.13em;
    padding-bottom:13px;
}

article .sectionbox h2:before {
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.scholarshiplistbox {
    margin: 50px 0 20px 0;
    border-radius: 20px;
}

.scholarshiplistbox h3 {
    font-size: 16px;
    padding: 10px 0;
    line-height: 16px;
}

.scholarshiplistbox h3 span {
    padding-top: 6px;
}

ul.scholarshiplist li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 16px;
}

ul.scholarshiplist {
    padding: 20px 0 20px 18px;
}
}
