@charset "UTF-8";

/* アンカー
**********************************/
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


/* 挨拶文
**********************************/
.top-greetingbox {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 40px;
}

.top-greeting-title h1 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.top-greeting-txt {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding-top: 30px;
}

.top-greeting-day {
    font-size: 16px;
    text-align: right;
    padding-top: 20px;
}


/* 後援会のご案内
**********************************/
.join-box {
    height: 465px;
    background-image: url(../images/join-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-img {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.join-box-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .join-box {
        display: none;
    }

    .join-box-sp {
        display: block;
    }
}


/* ニュース
**********************************/
.news-box {
    display: flex;
    justify-content: space-between;
    width: 850px;
    max-width: 100%;
    margin: 65px auto;
    align-items: flex-start;
}

.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    padding: 5px 10px 20px 10px;
}

.news-list .item .newsbox {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    padding: 5px 10px 20px 10px;
}

.news-list .item .date {
    margin: 0;
    min-width: 110px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Arial Black", Gadget, sans-serif;
    padding: 0 20px 0 0;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

.news-list .item a:hover .title {
    color: #015bb1;
}


@media screen and (max-width: 750px) {

    .news-box {
        padding: 0 10px;
    }


    .news-list .item a {
        flex-wrap: wrap;
    }

.news-list .item .newsbox {
        flex-wrap: wrap;
    }


    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }
}


/* ========================================================
/* PCSPメニュー表示切替
=========================================================*/

.news-ti {
    display: block;
}

.news-ti-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .news-ti {
        display: none;
    }

    .news-ti-sp {
        display: block;
    }
}




/* 星取表
**********************************/
.result-box {
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-img {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 10px;
}
@media screen and (max-width: 750px) {
.result-box {
    height: 85px;
    margin: 0 10px 50px 10px;
}

}



/* プロフィール
**********************************/

.plofile img {
    width: 100%;
    height: auto;
    display: block;
}

.plofile2 img {
    width: 100%;
    height: auto;
    display: block;
}


.plofile3 img {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.plofile {
    display: block;
}

.plofile2 {
    display: none;
}

.plofile3 {
    display: none;
}


@media screen and (min-width:750px) and (max-width:1200px) {
    .plofile {
        display: none;
    }

    .plofile2 {
        display: block;
    }

    .plofile3 {
        display: none;
    }
}


@media (max-width: 750px) {
    .plofile {
        display: none;
    }

    .plofile2 {
        display: none;
    }

    .plofile3 {
        display: block;
    }
}







/* キャリア
**********************************/
.career-box {
    display: flex;
    justify-content: space-between;
    width: 850px;
    max-width: 100%;
    margin: 65px auto;
    align-items: flex-start;
}

.career-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
    .career-list li {
        margin-top: 10px;
    }


@media screen and (max-width: 750px) {
    .career-box {
        padding: 0 10px;
    }

}

/* ========================================================
/* PC・SPメニュー表示切替
=========================================================*/

.career-ti {
    display: block;
}

.career-ti-sp {
    display: none;
}

@media screen and (min-width:750px) and (max-width:1200px) {
    .career-ti {
        display: none;
    }

    .career-ti-sp {
        display: block;
    }
}

@media (max-width: 750px) {
    .career-box {
        display: none;
    }

}





/* ========================================================
/* sns
=========================================================*/
.sns-title {
    padding-top: 60px;
    padding-bottom: 10px;
}

.sns-waku {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 0 20px 50px 20px;
}

/* SNS
**********************************/
.sns {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.sns-box {
    max-width: 600px;
    width: 100%;
}

.sns-box2 {
    max-width: 600px;
    width: 100%;
    margin-right: 0px;
}

@media (max-width: 1190px) {
    .sns-title h2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .sns {
        display: block;
        width: 500px;
        margin-top: 20px;
    }

    .sns-box {
        margin-right: 0;
    }

    .sns-box2 {
        margin-top: 20px;
        margin-right: 0;
    }

}

/* ========================================================
/* PC・SPメニュー表示切替
=========================================================*/

.sns-ti {
    display: block;
}

.sns-ti-sp {
    display: none;
}

.plofile_ti-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .sns-ti {
        display: none;
    }

    .sns-ti-sp {
        display: block;
    }

    .plofile_ti-sp {
        display: block;
    }
}
