/* お知らせ */

@media screen and (min-width: 641px){

#blo {
	line-height: 150%;
	}

#blo.top .menu dl {
	width: 90%;
	margin: 0px auto 40px auto;
	display: table;
	}

#blo.top .menu dt {
	width: 280px;
	font-size: 21px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#blo.top .menu dd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#blo.top .menu dd a {
	width: 140px;
	border: 1px #DE586A solid;
	line-height: 40px;
	color: #DE586A;
	margin: 0px 10px 10px 0px;
	text-align: center;
	display: block;
	}

#blo.top ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	}

#blo.top ul a {
	width: calc((100% - 20px) / 5);
	font-size: 12px;
	margin: 0px 5px 30px 0px;
	text-align: right;
	display: block;
	}

#blo.top ul a:nth-child(5n) {
	margin: 0px 0px 30px 0px;
	}

#blo.top ul a ol {
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	}

#blo.top ul a img {
	width: 100%;
	height: auto;
	}

#blo.top ul a h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}

#blo.top ul a h3 font {
	font-size: 16px;
	color: #EC6D37;
	}

#blo.det {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	}

#blo.det .day {
	margin: -30px 0px 50px 0px;
	}

#blo.det .main img {
	max-width: 100%;
	height: auto;
	}

#blo.det .main a {
	color: #148AE3;
	text-decoration: underline;
	}

#blo.det #mor {
	margin: 50px auto 0px auto;
	}

}

@media screen and (max-width: 640px){

#blo {
	line-height: 150%;
	}

#blo.top .menu dl {
	width: 90%;
	margin: 0px auto 20px auto;
	}

#blo.top .menu dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}

#blo.top .menu dd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#blo.top .menu dd a {
	width: 48.275%;
	border: 1px #DE586A solid;
	line-height: 30px;
	color: #DE586A;
	margin: 0px 3.448% 10px 0px;
	text-align: center;
	display: block;
	}

#blo.top .menu dd a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#blo.top ul {
	width: 90%;
	margin: 0px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	}

#blo.top ul a {
	width: calc((100% - 5px) / 2);
	margin: 0px 5px 30px 0px;
	text-align: right;
	display: block;
	}

#blo.top ul a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
	}

#blo.top ul a ol {
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	}

#blo.top ul a img {
	width: 100%;
	height: auto;
	}

#blo.top ul a h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}

#blo.top ul a h3 font {
	font-size: 16px;
	color: #EC6D37;
	}

#blo.det {
	width: 90%;
	margin: 0px auto;
	}

#blo.det .day {
	margin: 0px 0px 30px 0px;
	}

#blo.det .main img {
	max-width: 100%;
	height: auto;
	}

#blo.det .main a {
	color: #148AE3;
	text-decoration: underline;
	}

#blo.det #mor {
	margin: 50px auto 0px auto;
	}

}

