@charset "utf-8";

/*-------------------------------
	お知らせ一覧
-------------------------------*/

@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){

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

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

    .wp-pagenavi{
        margin-top: 0;
        border-top: none;
    }

}



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

.Single-data{
	width: 100%;
	margin-bottom: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single-data__time{
	font-family: var(--en);
    margin-right: 2.6rem;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
}
.Single-data__category{
    font-size: 1.4rem;
    height: 2.8rem;
    padding: .2rem 1.1rem;
    border-radius: .8rem;
    border: 1px solid #cbcbcb;
    line-height: 1;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Single__title{
	font-size: 3.6rem;
	margin-bottom: 5.5rem;
	font-weight: 700;
	line-height: calc(5.4 / 3.6);
}
.Single-editor{
	width: 100%;
    overflow: hidden;
}
.Single-editor > *:not(:last-child){
    margin-bottom: 1em;
}
.Single-editor ul{
    padding-left: 1.5em;
    list-style-type: disc;
}
.Single-editor ol{
    padding-left: 1.5em;
    list-style-type: decimal;
}
.Single-editor a{
    text-decoration: underline;
}
.Single-editor p:has(img){
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.Single-editor p:has(img.alignleft){
    margin-right: 2rem;
    float: left;
}

@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){

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

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

    .Single-data{
        margin-bottom: 2.5rem;
    }
    .Single-data__time{
        margin-right: 3.5rem;
        font-size: 2.2rem;
    }
    .Single-data__category{
        font-size: 2rem;
        height: 5.3rem;
        padding: .2rem 1.8rem;
        border-radius: 1.6rem;
    }
    .Single__title{
        font-size: 4.8rem;
        margin-bottom: 4rem;
        line-height: calc(7.2 / 4.8);
    }

}