/*
itx_cloudnative.css
*/
/* common
--------------------------------------------------------------------------- */
@media all and (max-width: 749px) {
    .pc {
      display: none;
    }
}

.sp {
    display: none;
}
@media all and (max-width: 749px) {
    .sp {
        display: block;
    }
}

#itx_cloudnative .inner {
    max-width: 1000px;
    margin: 0 auto;
}

@media all and (max-width: 749px) {
    #itx_cloudnative .inner {
        margin: 0 25px;
    }
}

:root {
    --theme_color: #003D86;
    --accent_color: #F8AA4D;
    --table_ttl: #003D86;
    --table_txt: #EAF3FA;
}

.list_blue {
  li {
    display: flex;
		margin-bottom: 1rem;

    &::before {
      content: "●";
      flex: none;
      color: var(--theme_color);
      margin-right: 5px;
    }
  }
}
  

/* hero
--------------------------------------------------------------------------- */
#hero {
  background: url(./../img/solution/cloudnative/itx_cloudnative/kv_pc.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
  color: #fff;
}

#hero .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 135px 0;
}

#hero .logo {
  margin-bottom: 40px;
}

#hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

#hero .catch {
  font-size: 22px;
}

@media all and (max-width: 749px) {
  #hero {
    background: url(./../img/solution/cloudnative/itx_cloudnative/kv_sp.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
  }
  #hero .inner {
    padding: 130px 40px 70px;
  }
  #hero .logo {
    margin-bottom: 180px;
  }
  #hero h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  #hero .catch {
    font-size: 18px;
		line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
}

/* itx_cloudnative_situation
--------------------------------------------------------------------------- */
#itx_cloudnative_situation {
	@media all and (min-width: 750px) {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.txt {
		margin-bottom: 40px;
	}

	.items {
		position: relative;
		margin-bottom: 40px;

		@media all and (min-width: 750px) {
			margin-bottom: 60px;
		}
		
		@media all and (min-width: 750px) {
			display: flex;
			justify-content: space-between;
		}

		.item {
			margin-bottom: 25px;

			@media all and (min-width: 750px) {
				width: 31%;
				margin-bottom: 0;
			}

			.balloon {
				background-color: #ddd;
				border-radius: 20px;
				position: relative;
				margin-bottom: 22px;
				padding: 25px;
				font-weight: 500;

				&::after {
					content: "";
					display: block;
					width: 30px;
					height: 18px;
					clip-path: polygon(50% 100%, 0 0, 100% 0);
					background-color: #ddd;
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					bottom: -17px;
				}
			}

			.human {
				text-align: center;
			}
		}
	}
  
	.lead {
		color: var(--theme_color);
		font-weight: 700;

		@media all and (min-width: 750px) {
			text-align: center;
		}
	}

}


/* itx_cloudnative_lineup
--------------------------------------------------------------------------- */
#itx_cloudnative_lineup {
	padding-bottom: 60px;

	.txt {
		margin-bottom: 40px; 
	}

	.img {
		margin-bottom: 40px;
	}
	
}

@media all and (min-width: 750px) {
	#itx_cloudnative_lineup {
		padding-bottom: 100px;
	}
}


/* itx_cloudnative_overview
--------------------------------------------------------------------------- */
#itx_cloudnative_overview .table_wrap_itx {
	margin-bottom: 40px;
	overflow-x: auto;
}

#itx_cloudnative_overview table {
	border-spacing: 4px;
	border-collapse: separate;
	width: 1000px;
}

@media all and (min-width: 750px) {
	#itx_cloudnative_overview table {
		width: 100%;
	}
}

#itx_cloudnative_overview table td {
	vertical-align: middle;
}

#itx_cloudnative_overview table th {
	background-color: var(--theme_color);
	color: #fff;
	text-align: center;
}

#itx_cloudnative_overview .bg_lightblue {
	background-color: #EAF3FA;
	width: 25%;
	text-align: center;
	padding: 10px;
}

#itx_cloudnative_overview .bg_grey {
	background-color: #eee;
	width: 40%;
	padding: 10px;
}

#itx_cloudnative_overview .clear {
	width: 3%;
	background-color: inherit;
}

#itx_cloudnative_overview .ctc_sol {
	background-color: #005cca;
	display: block;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}

#itx_cloudnative_overview .bg_sol {
	width: 32%;
}

#itx_cloudnative_overview .bg_sol a {
	position: relative;
	transition: 0.3s;
}
#itx_cloudnative_overview .bg_sol a::before {
	content: "";
	display: block;
	background-color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border-radius: 100%;
}
#itx_cloudnative_overview .bg_sol a::after {
	content: "";
	display: block;
	background-color: #005cca;
	width: 5px;
	height: 10px;
	position: absolute;
	clip-path: polygon(15% 0, 100% 50%, 15% 100%, 0 100%, 85% 50%, 0 0);
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
}

@media all and (min-width: 750px) {
	#itx_cloudnative_overview .bg_sol a:hover {
		opacity: 0.7;
	}
}

#itx_cloudnative_overview .arrow {
	width: 70%;
	margin: 0 auto;
	display: block;
}


/* itx_cloudnative_faq
--------------------------------------------------------------------------- */
#itx_cloudnative_faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 749px) {
  #itx_cloudnative_faq {
    padding-top: 0;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=jp1.css.map */
