@charset "UTF-8";

/* ▼ここから本文です▼ */

.l-news__hedding {
    font-size: 18px;
    line-height: 24px;
}

/*-------------- 共通記述 --------------*/

.c-heading {
    color: #2881CB;
    font-size: 25px;
	text-indent: -10px;
    margin-top: 20px;
	margin-bottom: 10pt;
	margin-left: 5pt;
}

/* ------------------------------------ */

/* ▼ここからメインコンテンツです▼ */
.p-news__lead-img {
    text-align: center;
}

.p-news__lead {
    margin-top: 20px;
}


.p-news-content {
    padding-bottom: 20px;

}

.p-news-content__title {
    font-size: 17px;
    margin: 10px 0;
}

.p-news-content__column {
    display: flex;
    flex-direction: column;
}

.p-news-content__box {
    display: flex;
    justify-content: center;
    gap: 0 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-news-content__img {
    width: 300px;
    display: block;
}

.p-news-content__category {
    display: flex;
    gap: 0 8px;
    font-size: 12px;
    margin-top: 20px;
    line-height: 24px;
    align-items: end;
}

.p-news-content__category-title {
    font-weight: 700;
    font-size: 14px;
}

.p-news-content__category-list {
    display: flex;
    gap: 0 10px;
}

.p-news-content__category-item {
    background: #005387;
    color: #fff;
    border-radius: 30px;
    padding: 2px 12px 0 12px;
}


.p-news-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin-top: 20px;
	margin-bottom: 40px;
}

.p-news-menu__item {
    width: 33.33%;
    text-align: center;
}

.p-news-menu__img {
    width: 280px;
}

.p-news-menu__title {
    font-size: 12px;
}
.p-news__top-img-center {
	text-align: center;
}

.p-news__wrapper {
	display: flex;
	justify-content: center;
	margin: 10px 0;
	gap: 20px;
	
}

.p-news-lineup {
    margin-top: 0px;
}

.p-news__img {
	width: 400px;
}

.p-news__title {
	text-align: center;
	/*text-decoration: underline;*/
}

.l-news__attention_center { 
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.l-news__attention--margin-top{ 
    text-align: center;
    font-size: 20px;
	font-weight: bold;
	color: #2881CB;
	margin-top: 30px;
}

.l-news__attention--margin-bottom{ 
    text-align: center;
    font-size: 20px;
    line-height: 25px;
	font-weight: bold;
	 color: #2881CB;
}

/* ▼ここから開催日程です▼ */

.p-news-info__list {
    margin-top: 20px;
}

.p-news-info__item:not(:first-child) {
    margin-top: 20px;
}

.p-news-info__img {
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
}

.p-news-info__img img {
    width: 650px;
}

.p-news-info__text-box {
    padding-left: 10px;
}

.p-news-info__message {
    margin: 20px 0;
}


.p-news-info__link:hover {
    opacity: 50%;
	color:#004CFF;
	
}

.p-news-info__text a {
    text-decoration: underline;
}

.p-news-info__text a:hover {
    opacity: 50%;
}

/* ▼ここからお問い合わせです▼ */
.p-news__info-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.p-news__link-img {
    width: 150px;
}

.p-news__info-maillink {
    text-decoration: underline;
}

.p-news__info-maillink:hover {
    opacity: 50%;
}

.p-news__link-title {
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
}

.p-news__link-wrapper:hover {
    opacity: 50%;
}



.p-news__mv {
    padding-top: 20px;
    width: 560px;
    margin: 0 auto;
    text-align: center;
}

.p-news__mv p {
    font-size: 14px;
} 


.p-news-content__title {
    font-size: 20px;
}
