@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 {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 35px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#hbox {
	width: 100%;
	height: auto;
	float: left;
}
h2 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}
h2::first-letter {
	color: #239178;
}
h2::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 10px;
  margin-left: 15px;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 5px;
}

#article{
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#articletxt {
	position: relative;
	width: 100%;
	height: auto;
}
#article .t1{
	width: auto;
	padding: 2px 7px;
	border-radius: px;
	background-color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	letter-spacing: 0px;
	color: #000;
	float: left;
}
#article .t2{
	width: auto;
	padding: 2px 7px;
	border-radius: px;
	background-color: #239178;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	letter-spacing: 0px;
	color: #FFF;
	float: left;
}
#article .t3{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 2px solid #239178;
	float: left;
	margin-top: 7px;
}

#article .t4{
	width:100%;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}
#article .t4 a{ color: #000;}

}
