@charset "utf-8";

/* ニュース内容 */
main {
    margin-top: 150px;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
    padding: 20px 0px;

}

.newssection {
    margin-top: 20px;
    border-top:  solid 10px #888888;
    border-bottom: dotted 2px #5C5C5C;
    padding: 0 0 40px 0;
}

.imgbox img {
    width: 100%;
}

.date {
    font-size: 1.2rem;
}

.newstext {
    padding: 20px 0;
}

.bold {
    font-weight: 700;
    font-size: 2.0rem;
    color: #CF5151;
}

.big {
    font-weight: 700;
    font-size: 1.8rem;
    background-color: #52719b;
    color: white;
    padding: 1px 15px;
    margin-top: 20px;
}

.tag {
    text-align: end;
}

.tag span {
    font-size: 1.2rem;
    padding: 3px 6px;
    background-color: #d7e8f3;
    border-radius: 3px;
}

.newsicon_calender {
    width: 23px;
    height: auto;
    padding: 5px;
}

.newsicon_tag {
    width: 25px;
    height: auto;
    padding: 5px;
}

.newsicon_menu {
    width: 40px;
    height: auto;
    padding: 5px;
}

.pagejumpbutton {
    font-size: 2.0rem;
    font-weight: bold;
    color: #52719b;
    text-align: center;
    padding: 40px;
}

.pagejumpbutton:hover {
    color: #8BACD7;
    text-decoration: underline solid 2px #8BACD7;
}

.link {
    color: #52719b;
}

.link:hover {
    color: #8BACD7;
    text-decoration: underline solid 2px #8BACD7;
}

.recruit {
    padding: 40px 0;
    font-weight: 700;
}

.emphasis {
    background-color: rgb(238, 243, 250);
    padding: 40px;
}

@media screen and (max-width:1024px) {
    
}