@charset "UTF-8";

.Section {
  padding-bottom: 0;
}
.Section h2 {
  background: none;
}
.Section h3 {
  font-size: 112.5%;
  color: #333;
  line-height: 1em;
  padding-top: 3px;
  padding-left: 8px;
  border-left: 5px solid #e60127;
}
.Section .SectionTitle {
  box-sizing: border-box;
  width:100%;
  text-align: center;
  font-size: 137.5%;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 160%;
  color: #fff;
  background: #4d4d4d;
  padding: 8px 0;
  margin: 0 0 30px 0;
  border-right: 7px solid #e60127;
  border-left: 7px solid #e60127;
  box-shadow: 10px 10px #e6e6e6;
}
.Section .ImgOnlyStyle img{
	max-width:965px;
}
#conceptImg img{
	max-width:750px;
	margin:auto;
	display:block;
}
sup {
  vertical-align: 0.15em;
}
#Branding {
  box-sizing: border-box;
  position: relative;
  max-width: 965px;
  height: 300px;
  background-image: url("/products/infrastructure/product_site/ope-guide/image/bg_branding.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #262626;
  background-size: cover;
  padding: 40px 40px 30px;
  margin: 0 auto 30px;
	display:flex;
	flex-direction:column;
	justify-content: center;
	/*align-items: center;*/
	color: #fff;
	text-shadow: 1px 1px 6px #021d36, 1px 1px 6px #021d36, 1px 1px 6px #021d36, 1px 1px 6px #021d36;
}
#Branding h1 {
	padding: 0;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
}
#Branding .Introduction {
  font-size:1.125rem;
	font-weight: bold;
}
.offerWrap {
  display: flex;
  justify-content: space-between;
}
.offerWrap dl {
  width: calc(33% - 10px);
}
.offerWrap dl dt {
  background: #2E61B5;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
  font-weight: bold;
}
.offerWrap dl dd {
  margin-top: 10px;
}
.offerWrap dl dd .ListStyle2 li {
  text-indent: -0.6em;
  padding-left: 1.2em;
}
.offerWrap dl dd .ListStyle2 li:before {
  display: inline-block;
  content: "●";
  color: #e60127;
  margin-right: 0.2em;
}
.AnnotationWrap {
  margin-top: 20px;
  padding: 20px 30px;
  text-align: center;
  background: #e6e6e6;
  margin-bottom: 20px;
}
.AnnotationWrap dl {
	display: inline-block;
	text-align: left;
}
.AnnotationWrap dt {
	font-size: 81.25%;
}
.AnnotationWrap dd {
	margin-top: 10px;
}
.AnnotationWrap .LinkListStyle2 {
	margin-bottom: 0;
}
.AnnotationWrap .LinkListStyle2 li {
	max-width: 100%;
	/*display: inline;*/
	word-break: break-all;
}
.AnnotationWrap .LinkListStyle2 a {
	word-break: break-all;
}
.TextAreaSp {
  display: none;
}
.android.SP .listGrurpWrap dl dt {
  padding-bottom: 2px;
}
.ie.SP .listGrurpWrap dl dt {
  padding-top: 2px;
}

/* VerticalLocalNavi */
#VerticalLocalNavi .SideTitle a {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #fff;
	background-color: #e60127;
	height: 60px;
	line-height: 18px;
	padding: 0 0 0 20px;
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}
#VerticalLocalNavi .SideTitle a.Under {
	font-weight: normal;
	background: #e6e6e6;
	color: #000333;
}
#VerticalLocalNavi .SideTitle a.Under:link {
	background-color: #e6e6e6;
}
#VerticalLocalNavi .SideTitle a.Under:visited {
	background-color: #e6e6e6;
}
#VerticalLocalNavi .SideTitle a.Current {
	font-weight: bold;
}
#VerticalLocalNavi .SideTitle a:link {
	background-color: #e60127;
}
#VerticalLocalNavi .SideTitle a:visited {
	background-color: #e60127;
}
#VerticalLocalNavi ul li {
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#VerticalLocalNavi ul li:before {
	position: absolute;
	top: 50%;
	left: 20px;
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #e60127;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#VerticalLocalNavi ul li.Current {
	background-color: #e60127;
}
#VerticalLocalNavi ul li.Current:before {
	background: #fff;
}
#VerticalLocalNavi ul li.Current a {
	font-weight: bold;
	color: #fff;
}
#VerticalLocalNavi ul li.Current a:link {
	background-color: #e60127;
}
#VerticalLocalNavi ul li.Current a:visited {
	background-color: #e60127;
}
#VerticalLocalNavi ul li a {
	color: #333;
	background-color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px 0 20px 40px;
}
#VerticalLocalNavi ul li a:visited {
	background-color: #fff;
}
#VerticalLocalNavi ul li a:link {
	background-color: #fff;
}
.PC #VerticalLocalNavi .SideTitle a.Under:hover {
  background-color: #e60127;
  color: #fff;
  font-weight: bold; }
.PC #VerticalLocalNavi ul li.Current a:hover {
  color: #fff; }
.PC #VerticalLocalNavi ul li:hover {
  color: #fff; }
.PC #VerticalLocalNavi ul li:hover a {
  font-weight: bold;
  color: #fff;
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li:hover a:link {
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li:hover a:visited {
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li:hover:before {
  background: #fff;
}
.SP #VerticalLocalNavi ul li:hover {
  color: #333;
}
.SP #VerticalLocalNavi ul li:hover a {
  color: #333;
}
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mb5 {margin-bottom: 5px !important;}
.pt5 {padding-top: 5px !important;}
.pb5 {padding-bottom: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.pt10 {padding-top: 10px !important;}
.pb10 {padding-bottom: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mb15 {margin-bottom: 15px !important;}
.pt15 {padding-top: 15px !important;}
.pb15 {padding-bottom: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.pt20 {padding-top: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mb25 {margin-bottom: 25px !important;}
.pt25 {padding-top: 25px !important;}
.pb25 {padding-bottom: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mb30 {margin-bottom: 30px !important;}
.pt30 {padding-top: 30px !important;}
.pb30 {padding-bottom: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mb35 {margin-bottom: 35px !important;}
.pt35 {padding-top: 35px !important;}
.pb35 {padding-bottom: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mb40 {margin-bottom: 40px !important;}
.pt40 {padding-top: 40px !important;}
.pb40 {padding-bottom: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mb45 {margin-bottom: 45px !important;}
.pt45 {padding-top: 45px !important;}
.pb45 {padding-bottom: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mb50 {margin-bottom: 50px !important;}
.pt50 {padding-top: 50px !important;}
.pb50 {padding-bottom: 50px !important;}

.Section .ImageWrap {
  margin-top: 30px;
}
.Section .AnnotationsStyle2 {
  margin-top: 20px;
}
.Section .AnnotationsStyle2 li {
  font-weight: normal;
}
ul.ListStyle1 li, ul.ListStyle2 li {
  background: none;
  padding: 0;
}

#ModalImage .Inner {
  background: #fff; }

/* FloatBtn */
#FloatBtnStopper {
  position: relative;
  height: 50px; }

#FloatBtnWrap {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#FloatBtnWrap.narrow {
  -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
#FloatBtnWrap.visible {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#FloatBtnWrap.visible .PageTopBtn {
  top: -70px;
}
#FloatBtnWrap.visible .PageTopBtn img {
  width: 50px;
}
#FloatBtnWrap.static {
  position: absolute;
}
#FloatBtnWrap.static .ContactBlock {
  width: 100%;
  height: 50px;
  background: #3d3d3d;
  display: flex;
  justify-content: center;
}
#FloatBtnWrap .PageTopBtn {
  position: absolute;
  top: 0;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
#FloatBtnWrap .PageTopBtn:hover {
  opacity: 0.7;
}
#FloatBtnWrap .ContactBlock {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: rgba(60, 60, 60, 0.8);
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
#FloatBtnWrap .ContactBlock a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 30px;
  font-size: 18px;
  font-size: 112.5%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 0 2px 20px;
  margin: 0 10px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  border: 1px solid #fff;
  background: #212121;
  position: relative;
}
#FloatBtnWrap .ContactBlock a:hover {
  opacity: 0.7;
}
#FloatBtnWrap .ContactBlock a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
}
#FloatBtnWrap .ContactBlock a:nth-child(1):before {
  top: 10px;
  left: 90px;
  background: url("/products/infrastructure/product_site/ope-guide/image/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* IE header */
body #HeaderArea2 > .Container {
  -ms-flex-align: stretch;
  align-items: stretch;
}
_:-ms-lang(x), body.header1-fix {
  padding-top: 0;
}
_:-ms-lang(x), body.header1-fix #HeaderArea1 {
  position: static !important;
}
_:-ms-lang(x), body.header2-fix.header2-show #HeaderArea2.Sticky {
  transform: translateY(-100%); 
}


@media screen and (min-width: 1305px) {
  #FloatBtnWrap .PageTopBtn {
    right: 50%;
    -moz-transform: translateX(630px);
    -ms-transform: translateX(630px);
    -webkit-transform: translateX(630px);
    transform: translateX(630px);
	}
}

@media screen and (max-width: 1304px) {
  #FloatBtnWrap .PageTopBtn {
    right: 40px;
	}
}

@media screen and (max-width: 965px) {
  br.brMainText {display: none;}
  .JS.SP.Under995 .AnnotationList li {
    background: none;
    padding-left: 2em;
    text-indent: -2em;
	}
}

@media screen and (max-width: 994px) {
  br.ll {display: none;}
  br.m {display: block;}
  #Branding {
    background-size: cover;
    padding: 30px;
	}
  #Branding .Introduction {
    font-size: 106.25%;
	}
  .JS #TopicPath ul {
    padding-bottom: 20px;
	}
  .Section .SectionTitle {
    width: calc(100% - 10px); 
	}
}
@media screen and (max-width: 767px) {
  br.l {display: none;}
  br.s {display: block;}
  #Branding {
    width: auto;
    background-size: cover;
    padding: 24px 30px;
    margin-left: -15px;
    margin-right: -15px; }
    #Branding .TextArea p {
      font-size: 112.5%;
	}
  #Branding .TextArea .Title {
    font-size: 100%;
	}
  .AnnotationWrap {
    margin-bottom: 20px;
    padding: 10px 15px;
	}
  .JS body {
    background-color: #fff;
	}
  .JS #CourtesyNaviSP li a:after {
    display: none;
	}
  .JS #Contents {
    padding-bottom: 120px;
	}
  .Section .SectionTitle {
    font-size: 112.5%;
    margin: 0 auto 30px;
    margin-right: 10px;
	}
  .JS #VerticalLocalNavi .SideTitle {
    margin-right: -15px;
    margin-left: -15px;
	}
  .JS #VerticalLocalNavi .SideTitle a {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	}
  .JS #VerticalLocalNavi ul li {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #fff;
	}
  .JS #VerticalLocalNavi ul li.Current {
    background-color: #e60127;
	}
  .JS #VerticalLocalNavi ul li.Current a:visited {
    background-color: #e60127;
	}
  .JS #VerticalLocalNavi ul li.Current a:link {
    background-color: #e60127;
	}
  .JS #VerticalLocalNavi ul li a {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
	}
  .JS #VerticalLocalNavi ul li a:visited {
    background-color: #fff;
	}
  .JS #VerticalLocalNavi ul li a:link {
    background-color: #fff; 
	}
  #FloatBtnStopper {
    height: 40px;
	}
  #FloatBtnWrap .PageTopBtn {
    right: 20px;
	}
  #FloatBtnWrap.static .ContactBlock {
    display: block;
    height: 32px;
	}
  #FloatBtnWrap.visible .ContactBlock {
    height: 32px;
	}
  #FloatBtnWrap.visible .PageTopBtn {
    top: -65px;
	}
  #FloatBtnWrap .ContactBlock {
    display: block;
    height: 32px;
    padding: 10px 0;
	}
  #FloatBtnWrap .ContactBlock a {
    width: 290px;
    height: 26px;
    margin: 0 auto 11px;
	}
  #FloatBtnWrap .ContactBlock a:last-of-type {
    margin-bottom: 0;
	}
  #FloatBtnWrap .ContactBlock a span {
    padding-left: 0;
    background-size: 15px;
	}
  #FloatBtnWrap .ContactBlock a:before {
    width: 20px;
    height: 20px;
	}
  #FloatBtnWrap .ContactBlock a:nth-child(1):before {
    top: 7px;
    left: 84px;
	}
  #FloatBtnWrap .ContactBlock a:nth-child(2):before {
    top: 5px;
    left: 49px;
	}
}
@media screen and (min-width: 580px) {
	#Contents{
		padding-top:25px;
	}
  br.ms {display: block;}
  br.ss {display: none;}
}
@media screen and (max-width: 579px) {
  br.ms {display: none;}
  br.ss {display: block;}
  #Branding {
    height: 180px;
    padding: 30px 15px;
    margin-top: 0;
    margin-bottom: 0;
    background-position: left;
	}
  #Branding .Introduction {
    display: none;
	}
	#Branding h1 {
		font-size:2rem;
		line-height:1.3;
	}
  .TextAreaSp {
    display: block;
    color: #fff;
    text-align: center;
    width: auto;
    background: #333;
    padding: 26px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    border-top: 3px solid #e60127;
	}
  .TextAreaSp p {
    font-weight: bold;
	}
  .TextAreaSp p.Title {
    font-weight: normal;
	}
  .TextAreaSp .Introduction {
    font-size: 93.75%;
    text-align: left;
	}
	.AnnotationWrap .LinkListStyle2 li {
	  text-align: left;
	}
  .offerWrap {
    display: block;
	}
  .offerWrap dl {
    width: 100%;
	}
}

@media screen and (max-width: 400px) {
  .TextAreaSp .Introduction {
    text-align: left;
	}
}
