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

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;
}

p.subtitle {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}

ul.schoollist {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 25px 0 25px;
    justify-content: space-between;
}

ul.schoollist > li {
    width: 371px;
    height: 227px;
    border-radius: 14px;
    background: #e5f9f8;
    margin-top: 40px;
}

ul.schoollist > li h3 {font-weight: 500;font-size: 26px;letter-spacing: 0.13em;text-align: center;color: #2f9ea5;padding-top: 44px;line-height: 26px;}

ul.schoollist {}

ul.snslist {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.twoline ul.snslist{
    flex-wrap:wrap;
    padding-top: 20px;
}

ul.snslist > li {
    margin: 0 5px;
    line-height: 1px;
}

ul.snslist > li.blog a {
    width: 157px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #2f9ea5;
    display: block;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    padding-top: 17px;
    box-sizing: border-box;
        background-color:#2f9ea5;
        color:#FFF;
        transition: all .5s;
}
@media (hover:hover){
    ul.snslist > li.blog a:hover {
        background-color:unset;
    color: #2f9ea5;
    }
}
ul.snslist > li.instagram a img {
    width: 51px;
    height: 51px;
}

ul.snslist > li.twitter {
    padding-top:2px;
}
ul.snslist > li.twitter a img {
    width:40px;
    height:41px;
}
ul.snslist > li.youtube{
    padding-top:14px;
}
ul.snslist > li.youtube a img {
    width:118x;
    height:26px;
}
ul.snslist > li.tiktok{
    padding-top:14px;
}
ul.snslist > li.tiktok a img {
    width:150x;
    height:33px;
}

@media (max-width:600px) {

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

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

p.subtitle {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}

ul.schoollist {
    display: block;
    padding: 6px 0 0 0;
}

ul.schoollist > li {
    display: block;
    width: 299px;
    border-radius: 14px;
    height: 141px;
    margin-top:24px;
}

ul.schoollist > li h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13em;
    padding-top: 35px;
    line-height: 16px;
}

ul.snslist {
    padding-top: 15px;
}

ul.snslist > li.blog a {
    width: 110px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-top: 10px;
}

ul.snslist > li {
    margin: 0 6px;
}

ul.snslist > li.instagram a img {
    width: 40px;
    height: 40px;
}

ul.snslist > li.twitter a img {
    width: 33.54px;
    height: 34.28px;
}

ul.snslist > li.youtube a img {
    width: 100px;
    height: 22px;
}

ul.snslist > li.tiktok a img {
    width: 111px;
    height: 25px;
}
ul.schoollist > li.twoline h3 {
    padding-top: 20px;
}

.twoline ul.snslist {
    padding-top: 15px;
}

ul.snslist > li.tiktok, ul.snslist > li.youtube {padding-top: 10px;}
}