/* ブログ */

@media screen and (min-width: 641px){

#blo {
	background: url(../img/bg.png) center top;
	line-height: 200%;
	margin: -100px 0px -108px 0px;
	padding: 100px 0px 100px 0px;
	}

#blo .menu {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	}

#blo .menu a {
	width: 19.6%;
	background: #111111;
	border: 1px #111111 solid;
	font-weight: bold;
	line-height: 68px;
	color: #ffffff;
	margin: 0px 0.5% 40px 0px;
	display: block;
	}

#blo .menu a:last-child {
	margin: 0px 0px 40px 0px;
	}

#blo .menu a:hover {
	background: #f6e900;
	color: #111111;
	opacity: 1;
	}

#blo.top ul {
	width: 97%;
	margin: 0px 1.5% 40px 1.5%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	}

#blo.top ul a {
	width: 24.475%;
	background: #ffffff;
	margin: 0px 0.7% 10px 0px;
	float: left;
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#blo.top ul a:nth-child(4n) {
	margin: 0px 0px 10px 0px;
	}

#blo.top ul a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#blo.top ul a img {
	width: 100%;
	height: auto;
	}

#blo.top ul p, #blo.det .day, #blo.det .sim p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 20px;
	color: #959595;
	margin: 20px 20px 0px 20px;
	}

#blo.top ul p span, #blo.det .day span, #blo.det .sim p span {
	background: #51b7d9;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px;
	text-align: center;
	display: inline-block;
	}

#blo.top ul h4, #blo.det .sim h4 {
	font-size: 14px;
	line-height: 150%;
	margin: 20px;
	}

#blo.det .day {
	width: 1000px;
	margin: 0px auto 0px auto;
	}

#blo.det h2 {
	width: 100%;
	border-bottom: 1px #b7bec4 dashed;
	font-size: 18px;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	}

#blo.det .main {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	}

#blo.det .main a {
	color: #51b7d9;
	text-decoration: underline;
	}

#blo.det .main img {
	max-width: 100%;
	}

#blo.det .sim {
	width: 100%;
	background: url(../img/bg01.png) center top;
	margin: 100px 0px 0px 0px;
	padding: 40px 0px 25px 0px;
	overflow: hidden;
	}

#blo.det .sim ul {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	}

#blo.det .sim a {
	width: 49.25%;
	height: 160px;
	background: #ffffff;
	margin: 0px 1.5% 15px 0px;
	float: left;
	display: table;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#blo.det .sim a:nth-child(2n) {
	margin: 0px 0px 15px 0px;
	}

#blo.det .sim a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#blo.det .sim dt {
	width: 160px;
	height: 160px;
	padding: 3px;
	display: table-cell;
	}

#blo.det .sim dt img {
	width: 100%;
	height: auto;
	}

#blo.det .sim dd {
	padding: 0px 15px 0px 12px;
	display: table-cell;
	vertical-align: middle;
	}

#blo.det .sim p {
	margin: 0px 0px 15px 0px;
	}

#blo.det .sim h4 {
	margin: 0px;
	}

}

@media screen and (max-width: 640px){

#blo {
	background: url(../img/bg.png) center top;
	line-height: 200%;
	margin: -50px 0px -58px 0px;
	padding: 50px 0px 50px 0px;
	overflow: hidden;
	}

#blo .menu {
	width: 90%;
	margin: 0px 5% 17px 5%;
	overflow: hidden;
	}

#blo .menu a {
	width: 32.333%;
	background: #111111;
	border: 1px #111111 solid;
	font-size: 10px;
	font-weight: bold;
	line-height: 48px;
	color: #ffffff;
	margin: 0px 1% 3px 0px;
	float: left;
	text-align: center;
	display: inline-block;
	}

#blo .menu a:nth-child(3n) {
	margin: 0px 0px 3px 0px;
	}

#blo.top ul {
	width: 90%;
	margin: 0px 5% 20px 5%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	}

#blo.top ul a {
	width: 48.5%;
	background: #ffffff;
	margin: 0px 3% 10px 0px;
	float: left;
	display: block;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#blo.top ul a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#blo.top ul a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#blo.top ul a img {
	width: 100%;
	height: auto;
	}

#blo.top ul p, #blo.det .day, #blo.det .sim p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 16px;
	color: #959595;
	margin: 10px 10px 0px 10px;
	}

#blo.top ul p span, #blo.det .day span, #blo.det .sim p span {
	background: #51b7d9;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	text-align: center;
	display: inline-block;
	}

#blo.top ul h4, #blo.det .sim h4 {
	font-size: 12px;
	line-height: 150%;
	margin: 10px;
	}

#blo.det .day {
	width: 1000px;
	margin: 0px auto 0px auto;
	}

#blo.det h2 {
	width: 100%;
	border-bottom: 1px #b7bec4 dashed;
	font-size: 14px;
	line-height: 150%;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	}

#blo.det .main {
	width: 90%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

#blo.det .main a {
	color: #51b7d9;
	text-decoration: underline;
	}

#blo.det .main img {
	max-width: 100%;
	height: auto;
	}

#blo.det .sim {
	width: 100%;
	background: url(../img/bg01.png) center top;
	margin: 50px 0px 0px 0px;
	padding: 30px 5% 20px 5%;
	overflow: hidden;
	}

#blo.det .sim a {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
	float: left;
	display: table;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#blo.det .sim a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #b6bdc3 transparent;
	position: absolute;
	right: 3px;
	bottom: 3px;
	}

#blo.det .sim dt {
	width: 100px;
	height: 100px;
	padding: 3px;
	display: table-cell;
	}

#blo.det .sim dt img {
	width: 100%;
	height: auto;
	}

#blo.det .sim dd {
	padding: 0px 15px 0px 12px;
	display: table-cell;
	vertical-align: middle;
	}

#blo.det .sim p {
	margin: 0px 0px 10px 0px;
	}

#blo.det .sim h4 {
	margin: 0px;
	}

}

