@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg.charge {
	background: url("../image/charge/charge_bg.jpg") center center no-repeat;
	background-size: cover;
}

#container .topback.scl {
	margin: 0;
}


/*-------------------------------------------------------------------
	#charge
-------------------------------------------------------------------*/

#charge {
	margin: 0 0 50px;
}

#charge .first {
	background: #8d80bb;
	color: #fff;
	overflow: hidden;
	zoom:1;
	padding: 30px;
	margin: 0 0 80px;
}

#charge .first .photo {
	width: 190px;
	float: left;
	text-align: center;
}


#charge .first .photo dd {
	line-height: 1.0;
	margin: 10px 0 0;
	font-size: 0.85em;
}

#charge .first .text {
	margin-left: 220px;
}

#charge .first .text .ttl {
	background: #fff;
	color: #4f4685;
	font-weight: 500;
	line-height: 1.0;
	font-weight: 500;
	padding: 7px 15px;
	margin: 0 0 20px;
}


#charge .first .text .list {
	margin: 0 0 50px;
}

#charge .first .text .list li {
	line-height: 1.0;
	margin: 0 0 15px;
	font-size: 1.15em;
	padding-left: 20px;
	position: relative;
}

#charge .first .text .list li:last-child {
	margin: 0;
}

#charge .first .text .list li:before {
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
}


#charge .first .text .link {
	margin: 0 0 15px;
}


#charge .first .text .link a {
	display: inline-block;
	width: 275px;
	line-height: 1.0;
	color: #fff;
	background: #4f4685;
	padding: 15px 0;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

#charge .first .text .link a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5%;
	content: '';
}

#charge .first .text .link a:hover {
	text-decoration: none;
	background: #252059;
}

#container #charge .subt01 span {
	font-size: 0.65em;
}

#charge .catalog {
	overflow: hidden;
	zoom:1;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#charge .catalog li {
	float: left;
}
/*
#charge .catalog li img{
	border: solid 1px #ccc;
}
*/
#charge .catalog li:nth-child(1) img{
	border: solid 0px #ccc;
}
#charge .catalog li:nth-child(3n) {
	margin: 0 0 40px;
}


#charge .endlink {
	margin: 0 0 10px;
}


#charge .endlink a {
	display: inline-block;
	width: 275px;
	line-height: 1.0;
	color: #fff;
	background: #4f4685;
	padding: 15px 0;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

#charge .endlink a:after {
	width: 7px;
	height: 7px;
 	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5%;
	content: '';
}

#charge .endlink a:hover {
	text-decoration: none;
	background: #252059;
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	/* #charge */


	#charge .catalog li {
		float: left;
		margin: 0 0 20px 0;
		flex-basis: calc(50% - 20px);

	}

	#charge .catalog li:nth-child(3n) {
		margin: 0 0 20px;
	}
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
	
	#mainimg.charge {
		background: url("../image/charge/charge_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* #charge */

	#charge {
		margin: 0 0 30px;
		
	}

	#charge .first {
		background: #8d80bb;
		color: #fff;
		overflow: hidden;
		zoom:1;
		padding: 30px 5%;
		margin: 0 0 80px;
	}

	#charge .first .photo {
		width: auto;
		float: none;
		text-align: center;
	}

	#charge .first .text {
		margin: 20px 0 0;
	}


	#charge .catalog li,
	#charge .catalog li:nth-child(3n) {
		width: 48%;
		float: left;
		margin: 0 0 20px;
	}

	#charge .catalog li:nth-child(even) {
		float: right;
	}


#charge .endlink {
	margin: 0 0 10px;
}


#charge .endlink a {
	display: inline-block;
	width: 275px;
	line-height: 1.0;
	color: #fff;
	background: #4f4685;
	padding: 15px 0;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

#charge .endlink a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5%;
	content: '';
}

#charge .endlink a:hover {
	text-decoration: none;
	background: #252059;
}


	
	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}