@charset "utf-8";
/* CSS Document */
/********************************************************************
	mgs.css
*********************************************************************/
/*==========================================================================
	ICT統合マネージドサービス 体系
============================================================================*/
.mgsmap {
	font-family:"Yu Gothic", "游ゴシック", "YuGothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

.mgsmap {
	    max-width: 1200px;
	    margin: 0px auto;
	background-color: #F1F1F1;
}

	
.mgs_01 {
	text-align: center;
	padding: 16px;
	background-color: #3D909B;
	color: #FFFFFF;
	margin-top: 30px;
	font-size: 21px;
}
.mgs_02 {
	text-align: center;
	padding: 10px;
background: #172c40;
background: linear-gradient(90deg,rgba(23, 44, 64, 1) 0%, rgba(4, 57, 97, 1) 35%, rgba(21, 60, 99, 1) 100%);
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.mgs_03 {
	text-align: center;
	padding: 10px;
background: #172c40;
background: linear-gradient(90deg,rgba(23, 44, 64, 1) 0%, rgba(4, 57, 97, 1) 35%, rgba(21, 60, 99, 1) 100%);
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.mgs_04{
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;		
}

.mgs_04 .col_4 {
	width: 100%;
	display: flex;
 	justify-content: space-between;
  	align-items: flex-start;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0px;
}
.mgs_04 .col_4 > div{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
}
.s_menu {
	padding: 8px;
	background-color: #215C8F;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 3px;	
	list-style: none;
}
.s_menu a {
	color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}
.s_menu:hover {
  color: #fff;
  background: #63AEFC;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: 0.5s;
}


.col_4 .con dl {
    border: solid 2px #2379B2;
    border-radius: 5px;	
	margin-top: 15px;
	font-size: 16px;
}

.col_4 .con dl dt {
	padding: 5px;
	background-color: #2379B2;
	color: #FFFFFF;
	font-weight: bold;
}
.col_4 .con dl dd {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #252525;
}
.col_4 .con dl dd ul {
	list-style-position: inside;
	text-align: left;
}

@media print, screen and (min-width: 768px) {

	.mgs_04 .col_4 > div{
	width: 21%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
 }
}
@media print, screen and (min-width: 1024px) {
	.mgs_04 .col_4 > div {
	width: 23%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
 }
}


.mgs_05 {
	background: #1B354E;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;	
	margin-bottom: 0px;
}
.mgs_05:hover {
  color: #fff;
  background: #63AEFC;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: 0.5s;
}

.mgs_05 a {
	color: #FFFFFF;
}
.mgs_05 a ul {
	list-style: none;
}
.mgs_06{
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;		
}

.mgs_06 .col_3 {
	width: 100%;
	display: flex;
 	justify-content: space-between;
  	align-items: flex-start;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0px;
}
.mgs_06 .col_3 > div{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
}

.s_menu:hover {
  color: #fff;
  background: #63AEFC;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: 0.5s;
}


.col_3 .con dl {
    border: solid 2px #2379B2;
    border-radius: 5px;	
	margin-top: 15px;
	font-size: 16px;
}

.col_3 .con dl dt {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2379B2;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.col_3 .con dl dt:hover {
  color: #fff;
  background: #63AEFC;
	background-image: url("/img/link_in.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: 0.5s;
}
.col_3 .con dl .linknone {
	background-image:none!important;
}
.col_3 .con dl .linknone:hover {
	background-image:none!important;
	background-color: #0071BC;
}
.col_3 .con dl dd {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #252525;
}
.col_3 .con dl dd ul {
	list-style-position: inside;
	text-align: left;
	margin-left: 15px;
}

@media print, screen and (min-width: 768px) {

	.mgs_06 .col_3 > div{
	width: 32%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
 }
}
@media print, screen and (min-width: 1024px) {
	.mgs_06 .col_3 > div {
	width: 32%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
 }
}

.mgs_07 {
	text-align: center;
	padding: 12px;
background: #172c40;
background: linear-gradient(90deg,rgba(23, 44, 64, 1) 0%, rgba(4, 57, 97, 1) 35%, rgba(21, 60, 99, 1) 100%);
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}