@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: 90px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#mimgbox{
	width: 320px;
	height: 90px;
	margin: 0 auto;
	background: #2341b9;
	transform: skew(0deg, 0deg);
}
#mimg .txtBox {
	width: 320px;	
	height: 90px;
	transform: skew(0deg, 0deg);
}
#mimg .p1 {
	width: 320px;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
    text-align: center;
	float: left;
	margin-top: 30px;
}
#mimg .p2 {
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
    text-align: center;
	float: left;
	margin-top: 5px;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#c01box01 {
	width: 320px;
	height: auto;
	float: left;
}
h2 {
	position: relative;
	width: 100%;
	height: 33px;
	float: left;
	font-size: 20px;
	line-height: 25px;
	font-weight:600;
	text-align: left;
	letter-spacing: 0px;
	color: #2341b9;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2341b9;
  bottom: 0px;
  width: 50px;
}
#contents01 .txt01{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
}
#contbox {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333333;
	float: left;
	margin-top: 15px;
}
#contbox .Imgbox {
	width: 320px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	float: left;
}
#contbox .Imgbox img{
	height: 75px;
	margin-right: 5px;
}
#contbox .txt{
	width: 320px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-top: 10px;
}


}
