@charset "utf-8";

/***************************************************
	customer.css
***************************************************/
/* gloval navi
------------------------------------------------------------ */
#customer #gNav li:nth-child(6) a {
	background: url(../img/common/top_08.png) 5px center no-repeat;
	background-size: 26px auto;
	opacity: .8;
}
@media only screen and (max-width: 768px) {
#customer #gNav li:nth-child(6) a {
		background: #68b2cf url(../img/common/top_08.png) 50px center no-repeat;
		background-size: 26px auto;
		opacity: .7;
	}
#customer #gNav li:nth-child(6) ::before,
#customer #gNav li:nth-child(6) ::after {	display: none;}
}
/* main image
------------------------------------------------------------ */
#hero {
	margin: 0 auto 30px;
	text-align: center;
}
#hero img {	width: 100%;}

/* section01
------------------------------------------------------------ */
#section01 {	margin: 0 0 50px;}
#section01 .item_wrap {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}
#section01 .article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 0 50px;
}
#section01 .article .ttl {
	width: 100%;
	margin: 0 0 25px;
	padding: 8px 0 8px 50px;
	font-size: 20px;
	line-height: 1.5;
}
#section01 .item_wrap:nth-child(odd) .article:nth-child(odd) .ttl {
	border-bottom: 2px solid #68b2cf;
	background: url(../img/common/ico11.png) 0 50% no-repeat;
	background-size: 35px auto;
}
#section01 .item_wrap:nth-child(odd) .article:nth-child(even) .ttl {
	border-bottom: 2px solid #f4d544;
	background: url(../img/common/ico12.png) 0 50% no-repeat;
	background-size: 35px auto;
}

#section01 .item_wrap:nth-child(even) .article:nth-child(odd) .ttl {
	border-bottom: 2px solid #f4d544;
	background: url(../img/common/ico12.png) 0 50% no-repeat;
	background-size: 35px auto;
}
#section01 .item_wrap:nth-child(even) .article:nth-child(even) .ttl {
	border-bottom: 2px solid #68b2cf;
	background: url(../img/common/ico11.png) 0 50% no-repeat;
	background-size: 35px auto;
}

#section01 .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section01 .item .imgBox {	width: 38%;}
#section01 .item .txtBox {	width: 54%;}
#section01 .item .ttl_name {
	margin: 0 0 15px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#section01 .item_wrap {	display: block;}
	#section01 .article {
		width: 100%;
		margin: 0 0 50px;
	}
	#section01 .item {display: block;}
	#section01 .item .imgBox {
		margin: 0 0 25px;
	}
	#section01 .item .txtBox {	width: 100%;}
	#section01 .item .ttl_name {
		margin: 0 0 15px;
		font-weight: bold;
	}
}
