@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-information-security a {
	color: #99ccf2!important;
}
#page-tit {
  background: url(../images/information-security-images/page-bg.webp) 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.outline dl {
	display: flex;
	padding: 30px;
}
.outline dl:nth-child(odd) {
	background-color: #eee;
}
.outline dl dt {
	width: 200px;
}
.outline dl dd {
	flex: 1;
}
.origin {
  width: 280px;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 40px;
}
.origin img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*SERVICE*/

.service-list dl {
	display: block;
}
.service-list dl dt {
	width: 100%;
	margin-bottom: 20px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.outline dl {
	display: block;
	padding: 20px;
}
.outline dl dt {
	width: 100%;
	margin-bottom: 10px;
}
.outline dl dt:before {
	content: "-";
	margin-right: 5px;
}
.origin {
  width: 200px;
  padding: 15px;
  margin-bottom: 40px;
}

}

