body{
	font-family: 'Noto Sans JP', sans-serif;
    color: #555555;
	margin: 0;
	background-color: #fcfcfc;
	/* overflow-x: hidden; */
}
#header-page-explain-id{
	color: #2d2d2d;
}

header{
	background-color: #fff !important;
}

h1{
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 70px;
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	list-style-type: none;
}

main{
	margin: auto;
	max-width: 1200px;
}


.gw-color{	/*色コードの一部はこれを参照している */
	color:#0192E1;
}

.o365-color{
	color: #DC3C00;
}




/* ****************************************************************************************** */
/* header */
/* ****************************************************************************************** */
/* header{
	position: fixed;
	z-index: 1000;
	width: 100%;
}

.header-top{
	width: 100%;
	height: 87px;
	background-color: #fff
}

.header-logo{
	width: 150px;
	margin-left: 6%;
}

.header-logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.header-logo img{
	width: 100%;
}

.synopsis{
	font-size: 12px;
    font-weight: 600;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
}

.header-top-container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.header-page-explain{
	position: absolute;
	top: 50%;
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #0071BD;
	font-weight :bolder;
}

.header-gw-o365-container{
	width: 700px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.header-gw-o365-container ul{
	width: 350px;
	height: 100%;
}

.header-gw-o365-container ul li{
	width: 50%;
	height: 100%;
	display: inline-flex;
}

.header-gw-o365-container ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

.header-gw-o365-container ul li a:hover{
	text-decoration: none;
    opacity: .9;
}

.arrow-header{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow-header::before,
.arrow-header::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gw-link{
	background-color:#0192E1;
	border-radius: 20px;
}

.o365-link{
	background-color: #DC3C00;
	border-radius: 20px;
}

.header-nav{
	width: 100%;
	max-width: 1180px;
	margin: auto;
}

.header-nav .wrap nav ul{
	justify-content: space-sbetween;
	width: 100%;
}

.header-nav .wrap nav ul li{
	display: inline-flex;
	width: 25%;
	transition: all 0.25s ease 0s;
}

.header-nav .wrap nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	background-color: transparent;
	font-weight: 600;
}

.header-bottom{
	width: 100%;
    height: 115px;
    background-color: #0071BD;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 25%)
}

.header-band{
	position:relative;
	height: 100px;
	color: #fff;
	padding: 1%;
}


#header-band-gw{
	background-image: url("assets/img/data_0914/images/pc/sub/bg_mainImg_gw.png");
	width: 100%;
	position: relative;
}

#header-band-o365{
	background-image: url("assets/img/data_0914/images/pc/sub/bg_mainImg_office365png.png");
	width:100%;
	position:relative;
}

.header-band div{
	position: relative;
	left: 5%;
}

#post-title{
	font-size: 24px;
	font-weight:  bold;
}

#place{
	font-size: 14px;
}
 */

.radius{
	margin-top: 4%;
	margin-left: 1%;
	position: relative;
	height: 40px;
	width: 20px;
	border-radius:30px;
	border: 1px solid;
}

.radius img{
	position: relative;
  width: 15px;
  top: 2px;
  left: 0%;
}

.manual img{
  width: 21px;
	top: 5px;
	left: 2%;
}

.child{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
}

.arrow{
	width: 0px;
	border-style: solid;
	border-width: 0px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: 126%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#top-header {
	margin: auto;
	max-width: 1200px;
	width: 100%;
	background-color: #fff;
	height: 80px;
}

#top-header span > a > img{
	width: 205px;
	height: 50px;
	margin-top: 13px;
}

.inline{
	display: inline-block;
}

.nav-dropdown{
	float: right;
	/* よくあるご質問等を解放したら750pxくらいに */
	width: 650px;
	margin-top: 25px;
	font-weight:400;
}

.nav-dropdown > div{
	position: relative;
	width: 185px;
	height: 30px;
	float: left;
	cursor: pointer;
	border-right: 1px solid #555;
}

.nav-dropdown > div:last-child{
	border-right: none;
}

.nav-dropdown > div.release-dorpdown{
	width: 230px;
}

.nav-dropdown > div.manual-dorpdown{
	width: 140px;
}

.nav-dropdown > div:hover{
	background-color: #1bb9c9;
	color: #fff;
}

.nav-dropdown > div:hover div.nav-dropdown-content{
	display: block;
}

.nav-dropdown > div > img{
	width: 30px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 7px;
}

.nav-dropdown > div.manual-dorpdown > img{
	height: 20px;
	left: 13px;
}

.nav-dropdown > div > img.icon-white{
	opacity: 0;
}

.nav-dropdown > div:hover > img.icon-white{
	opacity: 1;
}

.nav-dropdown > div:hover > img.icon-nomal{
	opacity: 0;
}

.nav-dropdown > div > span{
	margin-top: 3px;
	float: right;
	height: 30px;
	padding-right: 20px;
}

.nav-dropdown > div > div.status{
	height: 80px;
	width: 185px;
	margin-top: 30px;
	background: rgba(27,185,201,0.9);
	display: none;
}

.nav-dropdown > div > div.release{
	height: 80px;
	width: 230px;
	margin-top: 30px;
	background: rgba(27,185,201,0.9);
	display: none;
}

.nav-dropdown > div > div.manual{
	height: 80px;
	width: 170px;
	margin-top: 30px;
	background: rgba(27,185,201,0.9);
	display: none;
}

.nav-dropdown > div > div.status > div{
	width: 142px;
}

.nav-dropdown > div > div.manual > div{
	width: 140px;
}

.nav-dropdown > div > div > div{
	width: 180px;
	border-bottom: 0.6px solid #fff;
	margin: auto;
}

.nav-dropdown > div > div > div a{
	height: 40px;
	line-height: 40px;
	color: #fff;
	line-height: 36px;
}

.nav-dropdown > div > div > div a.ms-nav-btn:hover{
	color: #ffa500;
}

.nav-dropdown > div > div > div a.gw-nav-btn:hover{
	color: #4169e1;
}

.nav-dropdown > div > div > div:last-child{
	border-bottom: none;
}

.nav-dropdown > div > div > div a > span{
	position: relative;
	white-space: nowrap;
}

.nav-dropdown > div > div > div a > span > img{
	position: absolute;
	top: 4px;
	left: 165px;
	width: 12px;
	height: 12px;
}

.nav-dropdown > div > div > div a > span > img.blue{
	opacity: 0;
}

.nav-dropdown > div > div > div a > span > img.red{
	opacity: 0;
}

.nav-dropdown > div > div > div a.gw-nav-btn:hover > span > img.blue{
	opacity: 1;
}

.nav-dropdown > div > div > div a.ms-nav-btn:hover > span > img.red{
	opacity: 1;
}

/* .top-header-nav{
	height: 20px;
	float: right;
	margin-right: 5%;
	width: 500px;
}
.top-header-nav > div.nav-dropdown{
	position: relative;
	line-height: 60px;
}

.top-header-nav .wrap nav ul{
	display: flex;
	justify-content: space-sbetween;
	width: 100%;
}

.top-header-nav .wrap nav ul li{
	display: inline-block;
	transition: all 0.25s ease 0s;
	line-height: 55px;
	background-color: transparent;
} */

.top-header-nav .wrap nav ul li:hover{
	/* background-color: #b1d8f1; 	プラットフォームにより色変えるので削除。色の参考のためおいておく */
	/* background-color: #f1b1b1; */
}

.wrap a {
	display: inline-block;
}







/* ****************************************************************************************** */
/* footer */
/* ****************************************************************************************** */
.footer-bottom{
	width: 100%;
	padding: 4vw 0 6vw 0;
	background-color: #333;
}

.footer-bottom .wrap{
	display: flex;
	justify-content: center;
}

.footer-gw-list{
	width: 40%;
	height: 340px;
	margin-right: 2vw;
}

.footer-o365-list{
	width: 40%;
	height: 340px;
	margin-left: 2vw;
}

.list-title h3{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: block;
}

.list-title h3 span{
	display: block;
	font-size: 21px;
}

.list-title{
	width: 100%;
}

.footer-list{
	width: 100%;
}

.footer-list ul li{
	height: 40px;
	width: 100%;
	background-color: #4D4D4D;
	margin-bottom: 1px;
	line-height: 40px;
	display: block;
}

.footer-list ul li a{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.footer-list ul li:hover{
	background-color: #444444;
}

.about-psc-list{
	display: inline-block;
	width: 600px;
}

.about-psc-list ul{
	padding-left: 20px;
}

.about-psc-list ul li{
	display: inline-block;
	line-height: 40px;
	padding-right: 10px;
}

.about-psc-list ul li:last-child{
	padding-right: 0;
}

.about-psc-list ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.copyright-text{
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	float: right;
}

.clear{
	clear: right;
}

.mobile-footer-container{
	background-color: #2d2d2d;
	width: 100%;
	height: 40px;
	font-size: 14px;
}

.mobile-footer-links ul{
	float: left;
	display: flex;
	padding-bottom: 8px;
	width: 250px;
	justify-content: space-around;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-left: 200px;
}

.mobile-footer-links ul li a{
	color: #fff;
	text-decoration: none;
}

.copyright{
	color: #fff;
	float: right;
	margin-top: 10px;
	margin-right: 200px;
}


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


	main{
		margin: 0 auto;
		width: 96%;
		padding-top: 70px;
		padding-bottom: 40px;
	}

	.wrap{
		width: 98%;
		max-width: auto;
		margin: 0 auto;
	}

	.header-top-container{
		position: inherit;
		padding-top: 11px;
		top: auto;
		display: flex;
		justify-content: space-around;
		width: 90%;
	}

	.header-top {
		height: 50px;
		background-color: #fff;
		box-shadow: 0 0 6px #555;
		position: relative;
		z-index: 1000;
	}

	.header-logo {
		width: 105px;
		padding-left: 10px;
	}

	.header-logo img{
		width: 110px;
	}

	.header-gw-o365-container {
		width: 60%;
		height: 30px;
		background-color: #fff;
		position: inherit;
		top: auto;
		right: auto;
		transform: none;
		-webkit-transform: none;
	}

	.header-gw-o365-container ul li a{
		font-size: 1.8vw;
	}

	#g-nav{
		position:fixed;
		z-index: 900;
		top: -110%;
		width:100%;
		height: 27vh;
		background:#555;
		transition: all 0.6s;
	}

	#g-nav.panelactive{
		top: -5%;
	}

	#g-nav.panelactive #g-nav-list{
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 30vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin-top: 4.9vh;
	}

	#g-nav ul {
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}

	#g-nav li{
	  	list-style: none;
		border-bottom: 1px solid #fff;
	}
	#g-nav li:last-child{
		border-bottom: none;
	}

	#g-nav li a{
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 300;
	}

	/*========= ボタンのためのCSS ===============*/
	.openbtn1{
	  	position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top: 2px;
		right: -6px;
	  	cursor: pointer;
		width: 50px;
		height:50px;
	}

	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
	  	background-color: #555555;
		width: 45%;
	  }

	.openbtn1 span:nth-of-type(1) {
	  top:15px;
	}

	.openbtn1 span:nth-of-type(2) {
	  top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
	  top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
}

/* PC footer */
.mobile-footer-container{
  background-color: #2d2d2d;
  width: 100%;
  height: 40px;
  font-size: 14px;
}

.mobile-footer-links ul{
  float: left;
  display: flex;
  padding-bottom: 8px;
  width: 450px;
  justify-content: space-around;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 150px;
}

.mobile-footer-links ul li a{
  color: #fff;
  text-decoration: none;
}

.copyright{
  color: #fff;
  float: right;
  margin-top: 10px;
  margin-right: 200px;
}

/* PC header */
#sub-header{
	height: 80px;
	background-color: #FFF;
}

.header-content{
	margin: auto;
	max-width: 1200px;
}

.header-content > span.header-logo{
	width: 200px;
	float: left;
	line-height: 80px;
}

.header-content > span.header-logo > a > img{
	width: 205px;
	height: 50px;
	margin-top: 13px;
}

.header-content > span.header-page-explain{
	line-height: 75px;
	margin-left: 25px;
	font-size: 20px;
	margin-right: 10px;
	font-weight: bold;
	border-left: 1px solid #e5e3e4;
	padding-left: 15px;
}

.header-content > div.header-gw-o365-container{
	float: right;
	width: 340px;
	height: 80px;
}
.header-content > div.header-gw-o365-container > div{
	width: 380px;
	height: 32px;
	border-radius: 20px;
	position: relative;
	margin-top: 23px;
	cursor: pointer;
}

.header-content > div.header-gw-o365-container > div > span{
	position: absolute;
	top: 0;
	line-height: 32px;
	left: 5%;
	color: #fff;
	font-weight: 500;
}

.header-content > div.header-gw-o365-container > div > img{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	right: 10px;
}

.ms-swicth-btn{
	background-color: #b93001;
}

.ms-swicth-btn > span{
	margin-left: 35px;
}

.gw-swicth-btn{
	background-color:#0071bc;
}

.gw-link{
	width: 200px;
	height: 50px;
	background-color:#0192E1;
	border-radius: 20px;
}

.o365-link{
	background-color: #DC3C00;
	border-radius: 20px;
	width: 200px;
	height: 50px;
}

.header-band{
	position: relative;
	width: 100%;
	height: 142px;
}
.header-band > div{
	margin: auto;
	max-width: 1200px;
	text-align: left;
	color: #fff;
}

.header-band > div > div#display-platform{
	margin-top: 14px;
}

.header-band > div > div#post-title{
	margin-top: 7px;
	font-size: 24px;
	font-weight: bold;
}

.header-band > div > div#place{
	font-size: 14px;
	margin-top: 10px;
	float: right;
}

.gw-header-band{
	background-image: url("assets/img/data_0914/images/pc/sub/bg_mainImg_gw.png");
}

.ms-header-band{
	background-image: url("assets/img/data_0914/images/pc/sub/bg_mainImg_office365png.png");
}

.header-nav{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

.header-nav .wrap nav ul{
	justify-content: space-sbetween;
	width: 100%;
}

.header-nav .wrap nav ul li{
	display: inline-flex;
	/* よくあるご質問を解放したら24pxに */
	width: 30%;
	transition: all 0.25s ease 0s;
}

.header-nav .wrap nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	background-color: transparent;
	font-weight: 500;
}

.header-nav .wrap nav ul.nav-ms li.active-page{
	background: #f8eae5;
	border: none;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.header-nav .wrap nav ul.nav-ms li.active-page:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f8eae5 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.header-nav .wrap nav ul.nav-ms li.non-active-page:hover{
	box-shadow: 0 0 4px #dc3c00;
}

.header-nav .wrap nav ul.nav-gw li.active-page{
	background: #e5f1f8;
	border: none;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.header-nav .wrap nav ul.nav-gw li.active-page:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e5f1f8 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.header-nav .wrap nav ul.nav-gw li.non-active-page:hover{
	box-shadow: 0 0 4px #0071bd;
}
