@charset "UTF-8";
.-pe_none{
	pointer-events: none;
}
.-pt10{
    padding-top: 10px;
}
.ttl_cap{
	font-size: 15px;
}
.link_disabled{
	pointer-events: none;
}
.pdf_col_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.pdf_col{
	width: 49%;
}
.pdf_col .u-ttl02 {
    background: #0EB975;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.pdf_list{
	padding-bottom: 5px;
}

.pdf_list > li{
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}
.pdf_list > li > a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.pdf_list > li > a {
    background: #0185D7;
    /* background: #00A1DE; */
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    line-height: 1;
    font-size: 18px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    z-index: 1;
}
.pdf_list > li > a > span{
	font-size: 14px;

}
.pdf_list > li > span.-pre{
	position: absolute;
	/* transform: translateY(-50%); */
	right: 10px;
	top: 5px;
	z-index: 10;
	border-radius: 5px;
	background-color: #fff;
	color: crimson;
	padding: 5px 10px;
}
/* メニューページ */
.menu_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 15px;
}
.menu_li_box img{
	width: 100%;
	height: auto;
}

/* お知らせ */
.info {
    background: #f5f5f5;
    padding: 50px 0;
	margin-bottom: 25px;
}
.info_list {
    list-style-type: none;
}
.info_list > li:first-child {
    border-top: 1px solid #ccc;
}
.info_list > li {
    border-bottom: 1px solid #ccc;
}
.info_list > li a {
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding: 10px;
    transition: background .4s;
    box-sizing: border-box;
}
.info_list > li a time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}
.info_list > li a em {
    font-style: normal;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
.pttl {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
}
.pttl span {
    padding-left: 40px;
}
.pttl a {
    font-size: 14px;
    position: absolute;
    right: 0;
    color: #05A3E1;
    top: 50%;
    margin-top: -0.5em;
}

@media screen and (min-width:1000px) {
}
@media screen and (max-width:999px) {
	.pdf_col_wrap{
		flex-direction: column;
	}
	.pdf_col{
		width: 100%;
	}
}
@media screen and (max-width:699px) {
}
