@charset "UTF-8";

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.main_wrap {
	/*font-family: var(--font-family-NotoSans);*/
}
.news_list .news_para {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	display: flex;
    justify-content: flex-start;
}
.news_list .news_para:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
.news_list time {
	color: #000;
	font-weight: 700;
	line-height: 1.6;
	margin-right: 20px;
	width: 74px;
}
.news_list .cont_box .ttl {
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;
}
.news_list .cont_box a {
	color: #000;
	text-decoration: underline;
}
.news_list .cont_box a:hover {
	text-decoration: none;
}
.news_list .cont_box .text_box {
	font-family: var(--font-family-NotoSans);
	margin-top: 20px;
}
.news_list .texred {
	color: #F00;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.news_list .news_para {
	flex-wrap: wrap;
	padding-top: 20px;
	margin-top: 20px;
}
.news_list time {
	width: 100%;
}
.news_list .cont_box .ttl {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.news_list .news_para {
	flex-wrap: wrap;
	padding-top: 20px;
	margin-top: 20px;
}
.news_list time {
	width: 100%;
}
.news_list .cont_box .ttl {
	font-size: 14px;
}
.news_list .cont_box .text_box {
	margin-top: 10px;
	font-size: 13px;
}
}

/* -----------------------------------------------------------
	news express-attention.html
----------------------------------------------------------- */
.conte_detail {
	font-family: var(--font-family-NotoSans);
	font-size: 16px;
	line-height: 1.7;
}
.conte_detail .attention {
	margin-bottom: 10px;
}
.conte_detail .name {
	text-align: right;
	margin-bottom: 20px;
}
.conte_detail .ttl {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	font-family: var(--font-family-ZenMaruGothic);
}
.conte_detail .para {
	margin-bottom: 40px;
}
.conte_detail .indent_box_1 {
	padding-left: 1em;
}
.conte_detail .heading {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
    color: #1497bc;
	display: flex;
}
.conte_detail .heading .sty_1 {
	background: #1497bc;
	color: #fff;
	margin-right: 0.5em;
	display: flex;
	width: 1.7em;
    justify-content: center;
    align-items: center;
}
.conte_detail .texred {
	color: #F00;
}
.conte_detail .texblue {
	color: #0270bc;
}
.conte_detail .texunderline {
	text-decoration: underline;
}
.conte_detail .end {
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.conte_detail {
	font-size: 13px;
	line-height: 1.6;
}
.conte_detail .ttl {
	font-size: 16px;
}
.conte_detail .heading {
	font-size: 15px;
}
}

/* express-attention */
.express-attention .seat {
	background: #dbeff6;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.express-attention .seat {
	padding: 10px;
}
}
