@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 96%;
	height: 80px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
#mimg .txtBox {
	width: 320px;
	height: 80px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#cNavi {
	position: relative;
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}
#cNavi:after{
	content: "";
	clear: both;
	display: block;
}
#cNavi .btnf a{
	display: block;
	width: 150px;
	height: 22px;
	border-radius: 11px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#cNavi .btnf a:hover{
	color: #fff;
	background-color: #317c7b;
}
#cNavi .btn a{
	display: block;
	width: 150px;
	height: 22px;
	border-radius: 11px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#cNavi .btn a:hover{
	color: #fff;
	background-color: #317c7b;
}


#section01 {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	display: inline-block;
	width: 100%;
	height: 28px;
	padding-left: 0px;
	border-radius: 3px 14px 14px 3px;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	float: left;
	background-color: #317c7b;
	margin-bottom: 5px;
}
h2:before {
  content: '●';
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
h3 {
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	color: #317c7b;
	float: left;
	margin-top: 15px;
	
}
#matelials {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#matelials .txt{
	width: 320px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 15px;
	border-bottom: 1px dotted #333333;
	text-align: left;
	margin-top: 6px;
}
#matelials .txt a{
	display: block;
	color: #000;
}
#matelials .txt a:hover{
	color: #900;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#section03 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents03 {
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#section04 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents04 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#section05 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents05 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


}
