@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: auto;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 75vh;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#mimg .txtBox {
	position: absolute;
	width: 90%;
	height: auto;
	display:inline-block;
	bottom: 10%;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
    text-align: left;
	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: 30px;
}
#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 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 34px;
	line-height: 35px;
	font-weight:600;
	text-align: left;
	letter-spacing: 1px;
	color: #2341b9;
	margin-top: 10px;
}
.h2ac {
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 12px;
	font-weight:600;
	text-align: left;
	letter-spacing: 0px;
	color: #2341b9;
}
#c01box01 .img01{
	width: 320px;
	height: 58px;
	float: left;
	margin-top: 20px;
}
#c01box01 .img01 img{
	width: 320px;
	height: 58px;
}
#c01box01 .txt{
	width: 320px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing:0px;
	margin-top: 25px;
}
#c01box01 .btn a{
	display: block;
	width: 130px;
	height: 30px;
	float: right;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 10px;
	background-image: url(../web/home/c01ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	color: #000;
	transition: 0.4s;
	margin-left: 0px;
}
#c01box01 .btn a:hover{
	color: #2341b9;
	margin-left: 0;
}
#c01box02 {
	width: 320px;
	height: auto;
	margin-left: 0px;
	margin-top: 15px;
	float: left;
}
#c01box02 .img01{
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	float: left;
}
#c01box02 .img01 img{
	width: 320px;
	height: 224px;
	margin-bottom: 5px;
}
#c01box02 .img02{
	width: 320px;
	height: auto;
	float: left;
	margin-top: 5px;
}
#c01box02 .img02 img{
	width: 320px;
	height: 224px;
	margin-bottom: 5px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02 .txt{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
}

#c02nav {
	width: 320px;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-bottom: 7px;
	transition: 0.4s;
	border-bottom: 1px dotted #999;
}
#c02nav.f{ margin-left: 0px;}

#c02nav .Img{
	width: 320px;
	height: 188px;
	float: left;
}
#c02nav .Img img{
	width: 320px;
	height: 188px;
	transition: 0.4s;
}
#c02nav .ttl{
	width: 320px;
	height: 18px;
	float: left;
	margin-top: 8px;
	text-align: left;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000;
	background-image: url(../web/home/c02ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.4s;
	background-size: contain;
}
#c02nav:hover .Img img{
	transform: scale(1.00);
}
#c02nav:hover{
	border-bottom: 1px dotted #999;
}

#section03 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03 .btn a{ display:none;}
#news {
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	margin-top: 10px;
}
#news li{
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	margin-top: 10px;
	padding-bottom: 5px;
}
#news li .date{
	width: 320px;
	height: auto;
	float: left;
}
#news li .article{
	width: 320px;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}


}
