@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../web/home/mimg_back.gif);
	padding-top: 0px;
	z-index: 1000;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: auto;
	max-width: 310px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contents01 {
	width: 310px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap:wrap;
}
.c01_ttl {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: 0px;
	font-weight: 600;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.c01_txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
#c01_nv {
	width: 135px;
	height: auto;
	padding: 5px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	outline: 2px solid #7bbdf5;
	outline-offset: -2px;
	border-radius: 8px;
	background-color: #fffff0;
}
#c01_nv.f { margin-left: 5px;}
#c01_nv .img {
	width: 135px;
	height: 100px;
	float: left;
	background-color: #FFF;
	border-radius: 4px;
}
#c01_nv .img img{
	width: 135px;
	height: 100px;
}
#c01_nv .txt {
	width: 135px;
	height: auto;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 2px solid #7bbdf5;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-align: center;
}
#c01_nv .txt02 {
	width: 135px;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

@media screen and (max-width:767px){
	#pl{ display:none;}
}

