@charset "utf-8";

/*-------------------------------
	お知らせ（詳細）
-------------------------------*/

.News__inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.News__header{
    width: 100%;
    margin-bottom: 8rem;
}
.News__category{
    margin-bottom: 2.5rem;
}
.News__category-item{
    min-width: 13.4rem;
    min-height: 4rem;
    border-radius: 50rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.1rem;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.News__title{
    font-size: 4rem;
    margin-bottom: 4.5rem;
    line-height: calc(3 / 2);
    font-weight: 700;
    text-align: center;
}
.News__time{
    font-family: var(--en);
    line-height: 1;
    color: #666;
    display: block;
    text-align: center;
}

.News__body{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.News__image{
    width: 46rem;
}
.News__image img{
    width: 100%;
}
.News__editor{
    width: 100%;
}
.News__image + .News__editor{
    width: calc(100% - (46rem + 7rem));
    margin-top: -.8rem;
}
.News__editor > *:not(:last-child){
    margin-bottom: 4rem;
}
.News__editor > h2{
    font-size: 2.8rem;
    line-height: calc(5.6 / 2.8);
    font-weight: 700;
}
.News__editor > h2:not(:last-child){
    margin-bottom: .5rem;
}
.News__editor > h3{
    font-size: 2.4rem;
    line-height: calc(4.8 / 2.4);
    font-weight: 700;
}
.News__editor > h3:not(:last-child){
    margin-bottom: .5rem;
}
.News__editor > h4{
    font-size: 2rem;
    line-height: calc(4 / 2);
    font-weight: 700;
}
.News__editor > h4:not(:last-child){
    margin-bottom: .5rem;
}
.News__editor a{
    color: var(--subcolor);
    text-decoration: underline;
}

.News-detail{
    margin-top: 7rem;
}
.News-detail-block__title{
    font-size: 2.8rem;
    margin-bottom: 7.5rem;
    line-height: calc(3 / 2);
    font-weight: 700;
}
.News-detail-block__item{
    border-bottom: 1px solid #b3b3b3;
}
.News-detail-block__item:first-child{
    border-top: 1px solid #b3b3b3;
}
.News-detail-block__item-title{
    width: 30rem;
    padding: 2.5rem 3rem;
    font-weight: 400;
    background: #f8f7f7;
    vertical-align: middle;
}
.News-detail-block__item-body{
    width: calc(100% - 30rem);
    padding: 2.5rem 3rem;
}

.News__button{
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
}
.News__button a{
    background: var(--subcolor);
    font-size: 3.6rem;
    padding: 2rem 6rem;
    min-width: 56rem;
    min-height: 12rem;
    border-radius: 100rem;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.News__back{
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

    .News__image{
        width: 30rem;
    }
    .News__image + .News__editor{
        width: calc(100% - (30rem + 5rem));
    }

}
@media screen and (max-width:960px) and (min-width: 769px){

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

    .News__inner{
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .News__header{
        margin-bottom: 6rem;
    }
    .News__category{
        margin-bottom: 2rem;
    }
    .News__category-item{
        min-width: 14rem;
        min-height: 5.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0;
        font-size: 2.2rem;
    }
    .News__title{
        font-size: 4.4rem;
        margin-bottom: 2.5rem;
        line-height: calc(6.6 / 4.4);
    }
    .News__time{
        font-size: 2.8rem;
    }

    .News__body{
        flex-direction: column;
    }
    .News__image{
        width: 100%;
        margin-bottom: 5rem;
    }
    .News__image + .News__editor{
        width: 100%;
        margin-top: 0;
    }
    .News__editor > h2{
        font-size: 4rem;
        line-height: calc(8 / 4);
    }
    .News__editor > h3{
        font-size: 3.6rem;
        line-height: calc(7.2 / 3.6);
    }
    .News__editor > h4{
        font-size: 3rem;
        line-height: calc(6 / 3);
    }

    .News-detail{
        margin-top: 9rem;
    }
    .News-detail-block__title{
        font-size: 3.6rem;
        margin-bottom: 9rem;
        line-height: calc(6.3 / 3.6);
    }
    .News-detail-block__item{
        border-bottom: 2px solid #b3b3b3;
    }
    .News-detail-block__item:first-child{
        border-top: 2px solid #b3b3b3;
    }
    .News-detail-block__item-title{
        width: 21rem;
        padding: 3rem;
    }
    .News-detail-block__item-body{
        width: calc(100% - 21rem);
        padding: 3rem 4rem;
    }

    .News__button a{
        padding: 2rem 5rem;
        min-width: 50rem;
        max-width: 100%;
        line-height: calc(6.3 / 3.6);
    }

}