@charset "UTF-8";

html {
  scroll-padding-top: 180px; /* 固定ヘッダの高さ分 */}

#header {
	height:180px;
	border-bottom: none;}

#Microsoft365_menu {
    width: 100%;
    margin-top: 10px;
    background-color: #007cdc;}
#Microsoft365_menu ul {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;}
#Microsoft365_menu li {
	font-size: 100%;
	text-align: center;
	margin: 0 3%;
    padding-left: 18px;
    position: relative;
	display: inline-block;}
#Microsoft365_menu li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;} 
#Microsoft365_menu li a { 
    color: #FFF;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#Microsoft365_main {
    position: relative;
    background-image: url(../../Microsoft365/img/pc_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;}

.Microsoft365_mainInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1100px;
    margin: 2% auto;}
.Microsoft365_mainImg {
    order: 2;
    width: 400px;}
.Microsoft365_mainImg img {
    width: 100%;}
.Microsoft365_mainTxt {
    order: 1;
    width: 600px;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #007cdc;
    line-height: 1.5em;
    margin: 9% 0 0 0;
    padding: 0;}
.Microsoft365_mainTxt span {
    color: #000;
    font-size: 20px;
    display: block;
    line-height: 1.5em;
    margin-top: 10px;}

.Microsoft365_cInner {
	display:block;
	clear:both;
	width:1100px;
	margin:0 auto;
    padding: 2% 0;
	text-align: left;}

.Microsoft365_bgBlue {
    position: relative;
    background-image: url(../../Microsoft365/img/bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;}

h3.Microsoft365 {
    width: 100%;
    font-size: 28px;
    margin: 0;
    line-height: 1.5em;
    color: #007cdc;
    font-weight: bold;
    text-align: center;}

.Microsoft365_txtC {text-align: center;}
.Microsoft365_ImgC {margin: 20px auto; text-align: center;}

/* Microsoft 365 とは */
.Microsoft365_What {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 15px 0 0 0;}
.Microsoft365_WhatItem {
    width: 350px;
    border: 2px #007cdc solid;
    border-radius: 10px;
    background-color: #FFFFFF;}
.Microsoft365_WhatItem h4 {
    width: 100%;
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
    background-color: #007cdc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;}
.Microsoft365_WhatItem .Inner {
    padding: 20px;}
.Microsoft365_WhatItem li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #000000;
    font-size: 110%;
    line-height: 1.2em;
    list-style-type: none;
    font-weight: bold;
    padding: 0 0 0.3em 1.5em;
    margin-bottom: 0.5em;
    background-image: url(../../Microsoft365/img/ic_check.svg);
    background-position: left 0.3em;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: 1px #a8a8a8 solid;}
.Microsoft365_WhatItem li:last-child {
    margin-bottom: 0;}
.Microsoft365_WhatItem li div img {
    width: 35px;
margin-left: 5px;}

.titleBanner {
    margin: 0 auto 20px auto;
    text-align: center;}
.titleBanner a:hover img {
    opacity: 1;}

/* 2024 Microsoft365 に含まれる主なサービス */
.bgExchange {background-color: #0078d4;}
.bgSharePoint {background-color: #1a9ba1;}
.bgOneDrive {background-color: #0c5a9d;}
.bgApps {background-color: #a84dff;}
.bgTeams {background-color: #4651a0;}
.bgPower {background-color: #922d88;}
.bgDevice {background-color: #808080;}
.bgPowerBIPro {background-color: #da9a0f;}

.txtExchange {color: #0078d4;}
.txtSharePoint {color: #1a9ba1;}
.txtOneDrive {color: #0c5a9d;}
.txtApps {color: #a84dff;}
.txtTeams {color: #4651a0;}
.txtPower {color: #922d88;}

.borderExchange {border: 2px #0078d4 solid;}
.borderSharePoint {border: 2px #1a9ba1 solid;}
.borderOneDrive {border: 2px #0c5a9d solid;}
.borderApps {border: 2px #a84dff solid;}
.borderTeams {border: 2px #4651a0 solid;}
.borderPower {border: 2px #922d88 solid;}
.borderDevice {border: 2px #808080 solid;}

.Microsoft365_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 15px 0 0 0;}
.Microsoft365_serviceItem {
    width: 350px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;}
.Microsoft365_serviceItem.boxL {
    width: 530px;
    padding: 20px;
    margin-bottom: 30px;}
.Microsoft365_serviceItem h4 {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;}
.Microsoft365_serviceItem h4 img {
    width: 50px;
    margin-right: 15px;}
.Microsoft365_serviceItem h5 {
    border-radius: 50px;
    color: #fff;
    padding: 0;
    margin: 10px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 2em;
    text-align: center;}
.Microsoft365_listDisc {
	padding: 0px;
	margin:0 0 1.8em 0;}
.Microsoft365_listDisc.mgno {
	margin:0;}
.Microsoft365_listDisc li {
	text-align: left;
	line-height: 1.3em;
	list-style-type:none;
	padding: 0 0 0.3em 1.2em;
	text-indent: -1.2em;}
.Microsoft365_serviceBtn {
    position: absolute;
    right: 15px;
    bottom: 15px;}
.arrow_s {
    position: relative;
    display: inline-block;
    padding-left: 12px;}
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;}
.arrow_s.arrowExchange:before {border-color: transparent transparent transparent #0078d4;}
.arrow_s.arrowSharePoint:before {border-color: transparent transparent transparent #1a9ba1;}
.arrow_s.arrowOneDrive:before {border-color: transparent transparent transparent #0c5a9d;}
.arrow_s.arrowApps:before {border-color: transparent transparent transparent #a84dff;}
.arrow_s.arrowTeams:before {border-color: transparent transparent transparent #4651a0;}
.arrow_s.arrowPower:before {border-color: transparent transparent transparent #922d88;}

h4.Microsoft365_serviceTtl {
    width: 100%;
    font-size: 26px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;}

.Microsoft365_DetailBox {
    display: flex;}
.Microsoft365_DetailImg {
    width: 550px;}
.Microsoft365_DetailImg .PowerTtl {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;}
.Microsoft365_DetailImg .PowerTtl img {
    width: 50px;
    margin-right: 15px;}
.Microsoft365_DetailTxt {
    width: 550px;}
.Microsoft365_DetailTxt img {
    width: 100px;
    display: block;}
.Microsoft365_DetailIcon {
    display: none;}
.Microsoft365_DetailTxt ul {
    margin-top: 20px;
    margin-left: 20px;}
.Microsoft365_DetailTxt li {
    text-align: left;
    color: #000000;
    font-size: 110%;
    line-height: 1.2em;
    list-style-type: none;
    font-weight: bold;
    padding: 0 0 0.3em 1.5em;
    margin-bottom: 0.5em;
    background-image: url(../../Microsoft365/img/ic_check.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px;}
.Microsoft365_DetailTxt li span {
    font-weight: normal;
    font-size: 90%;
    display: block;
    margin: 5px 0 0 0;
    line-height: 1.4em;}
.Microsoft365_DetailTxt li.nocheck {
    padding: 0 0 0.5em 2em;
    background-image: none;}
.Microsoft365_DetailTxt li.nocheck img {
    width: 70%;}
.Microsoft365_DetailTxt li ul {
    margin: 5px 0 0 0;}
.Microsoft365_DetailTxt li ul li {
    font-weight: normal;
    font-size: 90%;
    display: block;
    background-image: none;
	padding: 0 0 0.3em 1em;
	text-indent: -1em;
    margin-bottom: 0;}

h4.Microsoft365_priceTtl {
    width: 100%;
    font-size: 21px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    text-align: left;}
.Microsoft365_priceTbl table {
	width:100%;
	margin: 5px 0px 30px 0;}
.Microsoft365_priceTbl table tr th.Blue {background-color: #007cdc;}
.Microsoft365_priceTbl table tr th.Orange {background-color: #ff9600;}
.Microsoft365_priceTbl table tr th,
.Microsoft365_priceTbl table tr td {
	border:1px solid #666666;
    background-color:#fff;
	padding:5px;
	position:relative;
    font-weight: bold;}
.Microsoft365_priceTbl table tr th {
	color:#FFF;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;}
.Microsoft365_priceTbl table tr th span.Yellow {
    color: #ffff00;}
.Microsoft365_priceTbl table tr td {
	text-align: center;
	font-size: 100%;}
.Microsoft365_priceTbl table tr td.left {
	text-align: left;}
.Microsoft365_priceTbl table tr td.txtM {
	font-size: 120%;}
.Microsoft365_priceTbl table tr td span.txtS {
	font-size: 75%;}
.Microsoft365_priceTbl table tr td.txtL {
	font-size: 200%;}
.Microsoft365_priceTbl table tr td div {
	display: flex;
    justify-content: center;}
.Microsoft365_priceTbl table tr td div img {
    width: 25px;
    margin: 0 3px;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.Microsoft365_btnBox {
    margin: 5%; auto;
    text-align: center;}

.Microsoft365_btnInquiry {
    margin: 1% auto 0.5% auto;
    text-align: center;}
.Microsoft365_btnInquiry a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 300px;
    padding: 10px 0px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ff9601;}
.Microsoft365_btnInquiry a:hover {
    text-decoration: none;}
.Microsoft365_btnInquiry a:link,.Microsoft365_btnInquiry a:visited {color:#FFF;text-decoration:none;}
.Microsoft365_btnInquiry a:hover,.Microsoft365_btnInquiry a:active {color:#FFF;text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}




