@charset "Shift_JIS";

#Ics_Area1 .PageTitleStyle1 h2 span {
    font-size: 33px;
    line-height: 33px;
		font-weight: bold;
}
#Ics_Area1 .PageTitleStyle1 .TextStyle1 {
    font-size: 18px;
}
#Ics_Area1 .PageTitleStyle1 .TextStyle1.title .button {
    font-size: 18px;
		/* background-color: #C9D196; */
		width: 33%;
		margin: 0 auto;
		padding: 2px 15px 2px 15px;
		border-radius: 18px;
		/* color: #0F0F0B; */
		font-weight: bold;
		border: white solid 1px;
}
#Ics_Area1 .PageTitleStyle1 {
    padding: 45px 0px 35px 0px;
}
#Ics_Area0 .Section {
	padding-top: 50px;
	padding-bottom: 40px;
}
#Ics_Area2 {
    background-color: #7F8095;
}
#Ics_Area3 {
    background-color: #F2F1EC;
}
#Ics_Area4 {
    background-color: #ffffff;
}
h2 span {
    font-size: 180%;
    color: #333;
}
h2.white span {
    font-size: 180%;
    color: #FFFFFD;
}
.columnbox {
	display: flex;
	justify-content: space-between;
}
.columnbox .box {
	width: 27%;
	height: auto;
	background-color: #4A4A57;
	color: white;
	padding: 20px 20px 20px 20px;
}
.boxtop {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/ico_checkmark.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 46px;
	display: flex;
	align-items: center;
	padding-left: 70px;
}
.boxbottom {
	font-size: 0.9em;
	padding-top: 10px;
}
.TextStyle1 {
    /* font-size: 100%; */
}
.whiteboard {
	background-color: #ffffff;
	padding: 30px 15px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.whiteboard.shadow {
	box-shadow: 0px 0px 7px 5px silver;
}
.whiteboard.shadow .innergrid {
	width: 90%;
	margin: 0 auto;
}
.whiteboard h3 {
	text-align: center;
	font-size: 150%;;
}
.question {
	width: 55%;
	padding: 10px 30px 10px 160px;
	background-color: #2D426F;
	margin: 0 auto;
	color: white;
	border-radius: 55px;
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/ico_problem.png);
	background-position: left 35px center;
	background-repeat: no-repeat;
	height: 120px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.security_q {
	width: 80%;
	padding: 10px 30px 10px 160px;
	margin: 0 auto;
	background-color: transparent;
	color: black;
	min-height: 95px;
	height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.security_q.type2 {
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/security/image/ico_status.png);
	background-position: left 22px center;
	background-repeat: no-repeat;
}
.security_q.type3 {
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/security/image/ico_steps.png);
	background-position: left 22px center;
	background-repeat: no-repeat;
}
.security_q.type2 ul {
  margin-bottom: 0px;
  margin-top: 8px;
}
.security_q.type3 ul {
  margin-bottom: 0px;
  margin-top: 8px;
}
.security_q.bottom {
	margin-bottom: 40px;
}
.anser {
	text-align: center;
	margin-bottom: 40px;
}
.anser.LeftAdjust {
	text-align: left!important;
}
.greenboard {
	background-color: #C9D196;
	padding: 30px 15px;
	margin-bottom: 20px;
}
.greenboard.security {
	background-color: #8CB942;
	padding: 30px 15px;
	margin-bottom: 20px;
}
.greenboard.mt0 {
	margin-bottom: 0px;
}
.greenboard dl {
	margin-bottom: 20px;
}
dl.mt0 {
	margin-bottom: 0px;
}
.greenboard dl dt {
	font-weight: bold;
}
dl.sub {
	/* display: flex; */
}
dl.sub dt {
	width: 30%;
	padding-left: 20px;
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/parts_green_bar.png);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
dl.sub dd {
	width: 67%;
	margin-left: 300px;
}
p.right {
	text-align: right;
}
p.left {
	text-align: left;
}
p.mb0 {
  margin-bottom: 0px;
}
p.right.top {
	text-align: right;
	margin-bottom: 0px;
}
#Contact {
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.8);
}
#Contact .Grid4 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 65px;
}
.send div {
    margin-left: 50px;
    /* background-color: rgba( 242, 47, 103, 1.0 ); */
		background-color: #c2272d;
    padding: 0.3em;
    width: 250px;
    text-align: center;
}
.send-b {
	background-position: left 10px center;
	background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/ico_contact.png);
	background-repeat: no-repeat;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .send-a {
    background-position: left center;
    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/ico_checkmark.png);
    background-repeat: no-repeat;
} */
.send a {
    color: white;
    text-decoration: none!important;
		padding-left: 30px;
		text-align: center;

}
.send .first {
	margin-left: 0px;
	height: 35px;
}
#Contents {
    position: relative;
}

#storiesReading #storiesList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 8px;
}
#storiesReading #storiesList li.sDetails {
    display: flex;
    width: 23%;
    margin: 8px 6px;
}
#storiesReading #storiesList li.sDetails a {
    border: 1px solid #666;
    box-sizing: border-box;
    color: #3d3d3d;
    text-decoration: none;
}
#storiesReading #storiesList li.sDetails img {
    width: 100%;
}
#storiesReading #storiesList li.sDetails dl {
    margin: 6px 2px 16px 6px;
}
#storiesReading #storiesList li.sDetails dt {
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 12px;
    font-size: 90%;
}
#storiesReading #storiesList li.sDetails dd {
    font-size: 12px;
    color: #0081cc;
    text-align: center;
    margin: 0 25%;
    padding: 3px 10px;
    border: solid 1px #0081cc;
    border-radius: 5px;
}
#Related.Section {
	padding-bottom: 55px;
}
#Related h2 {
    font-size: 100%;
    background: none;
}
.backarea {
	background-color: #FCFDF9;
	padding-bottom: 70px;
}
.title_p span, #event .title_p span {
    color: #0A05A0;
    font-size: 140%;
    border-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
}
.title_p {
    color: #0A05A0;
    font-size: 134%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 0px;
		padding-top: 30px;
}
ul.PageTop {
    position: absolute;
    z-index: 100;
    bottom: 0px!important;
    right: 0px;
		margin-bottom: 0px;
}
.pc_view {
	display: block;
}

#Ics_Area1 {
    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/branding_cms.png);
    background-position: right center;
    background-repeat: no-repeat;
		background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
}
#Ics_Area1.security {
    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/security/image/branding_security.png);
    background-position: center center;
    background-repeat: no-repeat;
		background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
}
#Ics_Area1 .PageTitleStyle1 {
    background-color: rgba(0,0,0,0.7);
}
h2 span.blue {
    border-bottom: none;
    color: #1D405D;
}
h2 span.small {
    margin-bottom: 0px;
		font-size: 1.2em;
		padding-top: 0px;
		padding-bottom: 0px;
}
h2 span.normal {
    margin-bottom: 15px;
}
#Ics_Area1.security .PageTitleStyle1 {
    width: 800px;
}
#Ics_Area5.security {
    background-color: transparent;
		padding-top: 0px;
		padding-bottom: 0px;
}
.PageTop,
.PageTop li,
.PageTop li a {
	background-color: transparent!important;
}
.PageTop li a {
	border: 0px!important;
}
body.cms .acd-check:checked + .acd-label + .acd-content {
    height: 180px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    background-color: #333;
}
body.cms.plus .acd-check:checked + .acd-label + .acd-content {
    height: 150px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    background-color: #333;
}
table.security {
    width: 100%;
    font-size: 130%;
}
table.security th.left {
  width: 30%;
  background-color: #8cb942;
  font-weight: bold;
}
table.security th.leftplus {
  width: 25%;
  background-color: #8cb942;
}
table.security th.area {
  width: 5%;
  background-color: #8cb942;
}
table.cms th.left {
  background-color: #C9D196;
  font-weight: bold;
}
table.cms th.leftplus {
  width: 27%;
  background-color: #C9D196;
  font-weight: bold;
}
table.cms th.area {
  width: 3%;
  background-color: #C9D196;
}
h4.sp01 {
    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/bg_h3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 4px 8px 4px 20px;
    /* border-bottom: solid 1px #b1b1b1; */
    line-height: 130%;
    color: #000;
}


/* 768pxȏ
========================================================================================= */
@media screen and (min-width: 768px) {

.tab_view {
	display: none;
}
}

/* for - 1500px
=========================================================================================== */
@media screen and (max-width: 1500px) {

}

/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {
  #Ics_Area1 .PageTitleStyle1 {
    width: 98%;
    padding: 2% 0px 2% 0px;
}
#Ics_Area1 .PageTitleStyle1 .TextStyle1.title .button {
  width: 45%;
}/*
.tab_view {
  display: block;
}
.tab_view.img {
  display: none;
}*/

	dl.sub dt {
		width: 30%;
	}
	dl.sub dd {
		width: 62%;
		margin-left: 270px;
	}
}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {
	#Ics_Area1 .PageTitleStyle1 h2 span {
    font-size: 180%;
    font-weight: bolder;
    line-height: 1em;
	}
	.pc_view {
		display: none;
	}

	#Ics_Area1 .PageTitleStyle1 {
    padding: 20px;
    width: 92%;
    min-height: 200px;
		height: auto;
	}
	#Ics_Area1.security .PageTitleStyle1 {
    padding: 20px;
    width: 92%;
    min-height: 200px;
		height: auto;
	}
	#Ics_Area1 .PageTitleStyle1 .TextStyle1.title .button {
    width: 65%;
	}
	#Ics_Area0 .TextStyle1 {
		text-align: center;
	}
	.columnbox {
    display: block;
	}
	.columnbox .box {
    width: 70%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	#storiesList li.sDetails {
    display: flex;
    width: 47%!important;
	}
	#Related h2 span {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#Ics_Area1 {
	    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/cms/image/branding_cms.png);
	    background-position: right center;
			background-size: cover;
	    height: 430px;
	}
	#Ics_Area1.security {
	    height: 430px;
	}
	dl.sub dt {
		width: 100%;
		float: none!important;
		line-height: 140%;
		margin-bottom: 7px;
	}
	dl.sub dd {
		width: 100%;
		margin-left: 0px;
	}
	.innergrid {
    width: 80%;
		margin: 0 auto;
	}
	.anser {
    text-align: left;
    margin-bottom: 40px;
	}
	.question {
		width: 60%;
    padding: 10px 30px 10px 120px;
	}
	#Related h2 {
	    font-size: 90%;
	    background: none;
	}
	#Ics_Area1.security {
	    background-image: url(/Prod/comp/OSD/pc/businesspc/ics/security/image/branding_security_sp.png);
	}
	.security_q {
    width: 70%;
    padding: 10px 0px 10px 30%;
    margin: 0 auto;
    background-color: transparent;
    color: black;
    min-height: 95px;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	}
	.security_q.type2 {
    background-position: left center;
	}
	.security_q.type3 {
    background-position: left center;
	}
  .tab_view.img {
    display: block;
  }
}

/* for - 579px
=========================================================================================== */
@media screen and (max-width: 579px) {
	.tab_view.none {
		display: none;
	}
	.whiteboard {
    background-color: inherit;
    padding: 30px 15px;
    margin-bottom: 20px;
    border-radius: 15px;
	}
	.question {
    width: 91%;
    padding: 110px 4.5% 10px 4.5%;
    border-radius: 15px;
    background-position: top 15px center;
	}
	#Ics_Area1 .TextStyle1 span {
    display: block;
	}
	#Ics_Area1 .PageTitleStyle1 .TextStyle1.title .button {
    width: 90%;
	}
	.TextStyle1.title {
    margin-bottom: 0px;
	}
	.title_p span, .title_wp span, .title_pr span {
    font-size: 100%;
	}
	#storiesReading #storiesList {
    margin-left: 0;
}
	#storiesReading #storiesList li.sDetails {
    flex-direction: column;
    display: flex;
    width: 100%;
}
.JS #storiesReading #storiesList li.sDetails {
	width: 100%!important;
}
#Ics_Area1 .PageTitleStyle1 h2 span {
		font-size: 130%;
		line-height: 1.1em;
	}
	#Ics_Area3 .innergrid {
    width: 85%;
    margin: 0 auto;
	}
	h2 span {
    font-size: 130%;
	}
	h2.white span {
    font-size: 130%;
	}
	.security_q {
		width: 95%;
		padding: 140px 2.5% 10px 2.5%;
		margin: 0 auto;
		background-color: transparent;
		color: black;
		min-height: 95px;
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.security_q.type2 {
		background-position: top 10px center;
	}
	.security_q.type3 {
		background-position: top 10px center;
	}
	.whiteboard.shadow {
    box-shadow: 0px 0px 0px 0px silver;
	}
	.whiteboard.shadow h3 {
		text-align: left;
	}
	h2 span.small {
    margin-bottom: 0px;
    font-size: 1.0em;
    padding-top: 0px;
    padding-bottom: 0px;
	}
}


/* for - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {


}
