@charset "utf-8";
/* ==================================================
		
		アットストリームコンサルティングのサービス PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-services.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.cslt
-------------------------------------------------- */
.main .cslt {
	padding-top: 50px;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .cslt section {
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.main .cslt section:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.main .cslt section > h3 {
	font-size: 35px;
	text-align: center;
	color: #00679a;
}
.main .cslt section p {
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-top: 15px;
}
.main .cslt section .img {
	margin-top: 25px;
}
.main .cslt section .section-inner {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.main .cslt section .section-inner .scont {
	width: 994px;
	display: flex;
	flex-wrap: wrap;
}
.main .cslt section .section-inner .scont > li {
 font-size: 14px;
 text-align: center;
 width: 318px;
 height: 154px;
 background: #116694;
 margin: 20px 0 0 20px;
 box-sizing: border-box;
 display: table;
}
.main .cslt section .section-inner .scont > li:nth-child(3n+1) {
	margin-left: 0;
}
.main .cslt section .section-inner .scont > li > a:link, 
.main .cslt section .section-inner .scont > li > a:visited {
 padding: 14px;
 color: #fff;
 text-decoration: none;
 display: table-cell;
 vertical-align: middle;
}
.main .cslt section .section-inner .scont > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
.main .cslt section .section-inner .scont > li > a > span {
	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding-right: 4px;
 text-decoration: none;
 display: inline-block;
} 

}

/* ==================================================
		
		アットストリームコンサルティングのサービス SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-services.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.cslt
-------------------------------------------------- */
.main .cslt {
	padding-top: 25px;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .cslt section {
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
}
.main .cslt section:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.main .cslt section > h3 {
	font-size: 18px;
	text-align: center;
	color: #00679a;
	padding: 0 12px;
}
.main .cslt section p {
	font-size: 12px;
	color: #555555;
	padding: 0 12px;
	margin-top: 5px;
}
.main .cslt section .img {
	margin-top: 15px;
}
.main .cslt section .section-inner {
	margin: 0 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .cslt section .section-inner .scont {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .cslt section .section-inner .scont > li {
 font-size: 12px;
	width: 49%;
 background: #116694;
	box-sizing: border-box;
	margin-top: 10px;
}
.main .cslt section .section-inner .scont > li > a:link, 
.main .cslt section .section-inner .scont > li > a:visited {
	padding: 10px;
 margin-left: 10px;
 text-indent: -10px;
 display: block;
 color: #fff;
 text-decoration: none;
 height: 100%;
 box-sizing: border-box;
}
.main .cslt section .section-inner .scont > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
.main .cslt section .section-inner .scont > li > a > span {
	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding-right: 3px;
 margin-left: 10px;
 text-decoration: none;
 display: inline-block;
}

}
